[dpdk-dev] [PATCH 0/2] reduce writes to mbuf in ixgbe vRX

Konstantin Ananyev konstantin.ananyev at intel.com
Tue Apr 4 12:29:47 CEST 2017


Pretty much the same as one from Bruce:
http://dpdk.org/ml/archives/dev/2017-April/062936.html
but now for ixgbe.
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.

Depends on: http://dpdk.org/ml/archives/dev/2017-March/059693.html

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    | 58 +++++++++++++------------------
 5 files changed, 24 insertions(+), 71 deletions(-)

-- 
2.5.0



More information about the dev mailing list