> -----Original Message----- > From: Zhang, Qi Z <[email protected]> > Sent: Monday, December 12, 2022 5:53 AM > To: [email protected]; Richardson, Bruce > <[email protected]>; Lu, Wenzhuo <[email protected]> > Cc: [email protected]; Wu, Wenjun1 <[email protected]>; Zhang, Qi Z > <[email protected]> > 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.

