Re: Display of bridge member interfaces cut short - bug or intention?

2023-12-20 Thread DtxdF
Hi Patrick, I have opened a bug in BugZilla [1] some time ago, it seems to be related. Truncating the output can be a problem with automation tools that rely on the output of ifconfig(8) to perform some tasks. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275491 El 20 de diciembre de 2

Re: Display of bridge member interfaces cut short - bug or intention?

2023-12-20 Thread Michael Gmelin
On Wed, 20 Dec 2023 18:04:36 +0100 "Patrick M. Hausen" wrote: > Hi all, > > as some probably know we provide web hosting services and we use > jails for that. > > On some particular host we have 255 vnet jails all of which are > connected to the external interface of the host - renamed to "i

Display of bridge member interfaces cut short - bug or intention?

2023-12-20 Thread Patrick M. Hausen
Hi all, as some probably know we provide web hosting services and we use jails for that. On some particular host we have 255 vnet jails all of which are connected to the external interface of the host - renamed to "inet0" in our environment - via if_bridge(4) and all managed with iocage. root@ph

[Bug 275251] Realtek PCIe 2.5GbE Family Controller not being detected

2023-12-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275251 --- Comment #15 from i...@tutanota.com --- (In reply to Alex Dupre from comment #14) Yes, of course. none5@pci0:4:0:0: class=0x02 rev=0x05 hdr=0x00 vendor=0x10ec device=0x8125 subvendor=0x1462 subdevice=0x7d42 vendor = 'Realtek Sem

Re: TSO + ECN

2023-12-20 Thread tuexen
> On Dec 20, 2023, at 12:15, Scheffenegger, Richard wrote: > > Hi, > > I am curious if anyone here has expirience with the handling of ECN in > TSO-enabled drivers/hardware... Some data pointer if I read the specification correctly. Have a look at the specification of the 10GBit/sec card ix: ht

TSO + ECN

2023-12-20 Thread Scheffenegger, Richard
Hi, I am curious if anyone here has expirience with the handling of ECN in TSO-enabled drivers/hardware... The other day I found that the virtio driver would bail out with ENOTSUP when encountering the TCP CWR header bit on a TSO-enabled flow, when the host does not also claim ECN-support fo