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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221122
sp...@bway.net changed:
What|Removed |Added
CC||sp...@bway.net
--- Comment #31 fro
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