[PATCH 0/3] support no IOVA as PA mode for some Intel NIC

Zhang, Qi Z qi.z.zhang at intel.com
Mon Dec 12 01:47:06 CET 2022


> -----Original Message-----
> From: Zhang, Qi Z <qi.z.zhang at intel.com>
> Sent: Monday, December 12, 2022 5:53 AM
> To: mb at smartsharesystems.com; Richardson, Bruce
> <bruce.richardson at intel.com>; Lu, Wenzhuo <wenzhuo.lu at intel.com>
> Cc: dev at dpdk.org; Wu, Wenjun1 <wenjun1.wu at intel.com>; Zhang, Qi Z
> <qi.z.zhang at 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.


More information about the dev mailing list