Based on Olivier's mbuf rework patchset, and makes some improvement to the ixgbe driver taking account of the rework. It also removes a build-time option that seems unnecessary.
changes in v2: Fix build error for "default" cpu. Fix build error when CONFIG_RTE_IXGBE_RX_OLFLAGS_ENABLE=n Konstantin Ananyev (2): net/ixgbe: eliminate mbuf write on rearm net/ixgbe: remove option to disable offload flags config/common_base | 1 - doc/guides/nics/ixgbe.rst | 18 -------- drivers/net/ixgbe/ixgbe_rxtx_vec_common.h | 7 --- drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c | 11 ----- drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 73 +++++++++++++++++-------------- 5 files changed, 39 insertions(+), 71 deletions(-) -- 2.5.0