mbox series

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

Message ID 20221211215256.370099-1-qi.z.zhang@intel.com (mailing list archive)
Headers
Series support no IOVA as PA mode for some Intel NIC |

Message

Qi Zhang Dec. 11, 2022, 9:52 p.m. UTC
  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(-)
  

Comments

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