mbox series

[v3,0/2] add Rx/Tx offload paths for ICE AVX2

Message ID 1624933761-20884-1-git-send-email-wenzhuo.lu@intel.com (mailing list archive)
Headers
Series add Rx/Tx offload paths for ICE AVX2 |

Message

Wenzhuo Lu June 29, 2021, 2:29 a.m. UTC
  Add specific paths for RX/TX AVX2, called offload paths.
In these paths, support the HW offload features, like, checksum, VLAN, RSS offload.
These paths are chosen automatically according to the configuration.

v2:
 - fdir should be supported by offload and normal path.

v3:
 - rebased on the newest code.

Wenzhuo Lu (2):
  net/ice: add Tx AVX2 offload path
  net/ice: add Rx AVX2 offload path

 doc/guides/rel_notes/release_21_08.rst |   6 +
 drivers/net/ice/ice_rxtx.c             |  87 +++++---
 drivers/net/ice/ice_rxtx.h             |   7 +
 drivers/net/ice/ice_rxtx_vec_avx2.c    | 350 +++++++++++++++++++--------------
 4 files changed, 282 insertions(+), 168 deletions(-)
  

Comments

Leyi Rong July 2, 2021, 8:03 a.m. UTC | #1
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Wenzhuo Lu
> Sent: Tuesday, June 29, 2021 10:29 AM
> To: dev@dpdk.org
> Cc: Lu, Wenzhuo <wenzhuo.lu@intel.com>
> Subject: [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE AVX2
> 
> Add specific paths for RX/TX AVX2, called offload paths.
> In these paths, support the HW offload features, like, checksum, VLAN, RSS
> offload.
> These paths are chosen automatically according to the configuration.
> 
> v2:
>  - fdir should be supported by offload and normal path.
> 
> v3:
>  - rebased on the newest code.
> 
> Wenzhuo Lu (2):
>   net/ice: add Tx AVX2 offload path
>   net/ice: add Rx AVX2 offload path
> 
>  doc/guides/rel_notes/release_21_08.rst |   6 +
>  drivers/net/ice/ice_rxtx.c             |  87 +++++---
>  drivers/net/ice/ice_rxtx.h             |   7 +
>  drivers/net/ice/ice_rxtx_vec_avx2.c    | 350 +++++++++++++++++++--------------
>  4 files changed, 282 insertions(+), 168 deletions(-)
> 
> --
> 1.8.3.1

Acked-by: Leyi Rong <leyi.rong@intel.com>
  
Qi Zhang July 6, 2021, 2:57 a.m. UTC | #2
> -----Original Message-----
> From: Rong, Leyi <leyi.rong@intel.com>
> Sent: Friday, July 2, 2021 4:04 PM
> To: Lu, Wenzhuo <wenzhuo.lu@intel.com>; dev@dpdk.org
> Cc: Lu, Wenzhuo <wenzhuo.lu@intel.com>; Zhang, Qi Z <qi.z.zhang@intel.com>
> Subject: RE: [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE AVX2
> 
> 
> > -----Original Message-----
> > From: dev <dev-bounces@dpdk.org> On Behalf Of Wenzhuo Lu
> > Sent: Tuesday, June 29, 2021 10:29 AM
> > To: dev@dpdk.org
> > Cc: Lu, Wenzhuo <wenzhuo.lu@intel.com>
> > Subject: [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE
> > AVX2
> >
> > Add specific paths for RX/TX AVX2, called offload paths.
> > In these paths, support the HW offload features, like, checksum, VLAN,
> > RSS offload.
> > These paths are chosen automatically according to the configuration.
> >
> > v2:
> >  - fdir should be supported by offload and normal path.
> >
> > v3:
> >  - rebased on the newest code.
> >
> > Wenzhuo Lu (2):
> >   net/ice: add Tx AVX2 offload path
> >   net/ice: add Rx AVX2 offload path
> >
> >  doc/guides/rel_notes/release_21_08.rst |   6 +
> >  drivers/net/ice/ice_rxtx.c             |  87 +++++---
> >  drivers/net/ice/ice_rxtx.h             |   7 +
> >  drivers/net/ice/ice_rxtx_vec_avx2.c    | 350
> +++++++++++++++++++--------------
> >  4 files changed, 282 insertions(+), 168 deletions(-)
> >
> > --
> > 1.8.3.1
> 
> Acked-by: Leyi Rong <leyi.rong@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi
  
Thomas Monjalon July 6, 2021, 6:39 p.m. UTC | #3
06/07/2021 04:57, Zhang, Qi Z:
> > Acked-by: Leyi Rong <leyi.rong@intel.com>
> 
> Applied to dpdk-next-net-intel.

During your copy/paste of the ack, you transformed it into
Acked-by: Reyi Rong <reyi.rong@intel.com>
and also
Acked-by: Leyi Rong <reyi.rong@intel.com>

I fix it to
Acked-by: Leyi Rong <leyi.rong@intel.com>
as original above.