[dpdk-dev] [PATCH 0/7] support RXDID22 and FDID22
Guinan Sun
guinanx.sun at intel.com
Wed Aug 26 09:54:54 CEST 2020
Support flexible descriptor RXDID22 and FDID offload in vPMD.
Remove devargs flow-mark-support.
Guinan Sun (4):
net/ice: remove devargs flow-mark-support
net/ice: add flow director enabled switch value
net/ice: support Flex Rx desc and flow mark in AVX path
net/ice: support Flex Rx desc and flow mark in SSE path
Junyu Jiang (3):
net/ice: change RSS hash parsing in AVX path
net/ice: change RSS hash parsing in SSE path
net/ice: support flexible descriptor RxDID #22
doc/guides/nics/ice.rst | 12 --
drivers/net/ice/ice_ethdev.c | 10 +-
drivers/net/ice/ice_ethdev.h | 3 +-
drivers/net/ice/ice_fdir_filter.c | 9 +-
drivers/net/ice/ice_rxtx.c | 16 +--
drivers/net/ice/ice_rxtx.h | 72 ++++++++++++
drivers/net/ice/ice_rxtx_vec_avx2.c | 162 +++++++++++++++++++++++++-
drivers/net/ice/ice_rxtx_vec_common.h | 6 -
drivers/net/ice/ice_rxtx_vec_sse.c | 138 +++++++++++++++++++---
9 files changed, 371 insertions(+), 57 deletions(-)
--
2.17.1
More information about the dev
mailing list