> -----Original Message----- > From: Zhang, Qi Z <qi.z.zh...@intel.com> > Sent: Monday, December 12, 2022 5:53 AM > To: m...@smartsharesystems.com; Richardson, Bruce > <bruce.richard...@intel.com>; Lu, Wenzhuo <wenzhuo...@intel.com> > Cc: dev@dpdk.org; Wu, Wenjun1 <wenjun1...@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com> > Subject: [PATCH 0/3] support no IOVA as PA mode for some Intel NIC > > > Qi Zhang (3): > net/ice: support no IOVA as PA mode > net/i40e: support no IOVA as PA mode > net/iavf: support no IOVA as PA mode > > drivers/net/i40e/i40e_rxtx_common_avx.h | 12 ++++++++++++ > drivers/net/i40e/i40e_rxtx_vec_avx512.c | 17 +++++++++++------ > drivers/net/iavf/iavf_rxtx_vec_avx512.c | 20 ++++++++++---------- > drivers/net/iavf/iavf_rxtx_vec_common.h | 12 ++++++++++++ > drivers/net/ice/ice_rxtx_common_avx.h | 24 ++++++++++++++++++++++++ > drivers/net/ice/ice_rxtx_vec_avx2.c | 11 +++++------ > drivers/net/ice/ice_rxtx_vec_avx512.c | 17 +++++++++++------ > 7 files changed, 85 insertions(+), 28 deletions(-) > > -- > 2.31.1
Please ignore this patch set, it may only pass compilation at some configure but will break vector path with no iova as pa mode.