[dpdk-dev] [PATCH v2 0/2] reduce writes in i40e driver

Bruce Richardson bruce.richardson at intel.com
Thu Apr 6 13:32:15 CEST 2017


this set is based upon Olivier's mbuf rework patchset, and makes some
improvement to the i40e driver taking account of the rework. It also
removes a build-time option that seems unnecessary.

V2: Eliminate one checkpatch warning, and remove #ifdef block from
    new altivec driver code.

Bruce Richardson (2):
  net/i40e: eliminate mbuf write on rearm
  net/i40e: remove option to disable offload flags

 config/common_base                       |  1 -
 doc/guides/nics/i40e.rst                 |  5 ----
 drivers/net/i40e/i40e_rxtx_vec_altivec.c | 11 -------
 drivers/net/i40e/i40e_rxtx_vec_common.h  |  8 ------
 drivers/net/i40e/i40e_rxtx_vec_neon.c    | 11 -------
 drivers/net/i40e/i40e_rxtx_vec_sse.c     | 49 +++++++++++++++-----------------
 6 files changed, 23 insertions(+), 62 deletions(-)

-- 
2.9.3



More information about the dev mailing list