[Bug 221122] Attaching interface to a bridge stops all traffic on uplink NIC for few seconds

2023-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221122 --- Comment #32 from sp...@bway.net --- (In reply to spork from comment #31) Sorry forgot to show my diffs for the interface options between bridged and not-bridged: [root@clweb5 /home/spork]# diff /tmp/options-ixl-nobridge /tmp/options-ix

[Bug 221122] Attaching interface to a bridge stops all traffic on uplink NIC for few seconds

2023-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221122 sp...@bway.net changed: What|Removed |Added CC||sp...@bway.net --- Comment #31 fro

About IFLIB compliant network device driver development

2023-08-30 Thread PAVEL POPA
I have a NIC (a SmartNIC actually) for which I have to implement a driver, which in addition to RX and TX rings exposes also completion CMPT rings. Due to this additional complication (the CMPT rings), I'm not sure how appropriate it is to implement such a driver via the IFLIB framework. Does anyon