mbox series

[v1,0/4] Enable Checksum Offloading for NEON vector

Message ID 20201118062929.21345-1-feifei.wang2@arm.com (mailing list archive)
Headers
Series Enable Checksum Offloading for NEON vector |

Message

Feifei Wang Nov. 18, 2020, 6:29 a.m. UTC
  This patch series are mainly to enable checksum offloading for IXGBE NEON
vector PMD, including good and bad checksum flags. In the meanwhile, the
first patch enable VLAN stripping flag for Arm.

Feifei Wang (4):
  net/ixgbe: add VLAN stripping support for Arm
  net/ixgbe: support checksum flags for NEON vector
  net/ixgbe: implement good checksum flag for NEON vector
  net/ixgbe: enable IXGBE NEON vector PMD when CHECKSUM is set

 drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c | 94 ++++++++++++++++++-------
 1 file changed, 68 insertions(+), 26 deletions(-)
  

Comments

Qi Zhang Dec. 11, 2020, 1:52 a.m. UTC | #1
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Feifei Wang
> Sent: Wednesday, November 18, 2020 2:29 PM
> Cc: dev@dpdk.org; nd@arm.com; Feifei Wang <feifei.wang2@arm.com>
> Subject: [dpdk-dev] [PATCH v1 0/4] Enable Checksum Offloading for NEON
> vector
> 
> This patch series are mainly to enable checksum offloading for IXGBE NEON
> vector PMD, including good and bad checksum flags. In the meanwhile, the first
> patch enable VLAN stripping flag for Arm.
> 
> Feifei Wang (4):
>   net/ixgbe: add VLAN stripping support for Arm
>   net/ixgbe: support checksum flags for NEON vector
>   net/ixgbe: implement good checksum flag for NEON vector
>   net/ixgbe: enable IXGBE NEON vector PMD when CHECKSUM is set
> 
>  drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c | 94 ++++++++++++++++++-------
>  1 file changed, 68 insertions(+), 26 deletions(-)
> 
> --
> 2.17.1


Applied to dpdk-next-net-intel.

Thanks
Qi