On Mon, Feb 15, 2016 at 05:55:22PM +0100, Paul Emmerich wrote: > This patch adds a new tx checksum offloading flag: PKT_TX_NO_CRC_CSUM. > This allows disabling CRC checksum offloading on a per-packet basis. > Doing this can be useful if you want to send out invalid packets on > purpose, e.g. in a packet generator/test framework. > > > Paul Emmerich (3): > add tx crc disable flag > ixgbe: use crc checksum disable flag > i40e: use crc checksum disable flag > Maintainers,
Any comments or ack on the patchset. [The first patch is missing the "mbuf" prefix as it's a patch to that library.] /Bruce