Hi, Come back to subject after two years. I would like to clarify situation with jumbo frames in ixgbe driver.
I've looked to https://github.com/luigirizzo/netmap/blob/master/LINUX/ixgbe_netmap_linux.h and see a lot of changes compared 11/12-STABLE version ixgbe_netmap.h. Is it possible to back port it? In general, is there a chance to get worked jumbo frames on ixgbe? -- Andrew ср, 8 июн. 2016 г. в 14:28, <[email protected]>: > Support for fragmented packets with ixgbe was recently added on the linux > version of Netmap : > > > https://github.com/luigirizzo/netmap/commit/fc1e77560a8a8ea93cc3594de5fae94334debcd3 > > I think the change for freebsd would be quite the same looking at > https://github.com/freebsd/freebsd/blob/master/sys/dev/netmap/ixgbe_netmap.h#L396 > > After that, your userspace application simply have to check for the > NS_MOREFRAG flag in the receive ring, and if it's set he knows the end of > the packet will follow in the next buf. > > Tom > _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
