Re: [dpdk-dev] [PATCH v1] net/i40e: fix parse ptype issue for NEON vector

2021-03-24 Thread Zhang, Qi Z
Wang > ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1] net/i40e: fix parse ptype issue for NEON > vector > > Tested-by: Kathleen Capella > > > -Original Message- > > From: dev On Behalf Of Feifei Wang > > Sent: Tuesday, March 9, 2021 9:40 PM > >

Re: [dpdk-dev] [PATCH v1] net/i40e: fix parse ptype issue for NEON vector

2021-03-10 Thread Kathleen Capella
g ; > sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v1] net/i40e: fix parse ptype issue for NEON vector > > In i40e NEON vector rx path, the packet descs processing is incorrect. > This caused wrong packet type been filled in mbuf. > > To fix this, when shifting the pktlen field

[dpdk-dev] [PATCH v1] net/i40e: fix parse ptype issue for NEON vector

2021-03-09 Thread Feifei Wang
In i40e NEON vector rx path, the packet descs processing is incorrect. This caused wrong packet type been filled in mbuf. To fix this, when shifting the pktlen field to be 16-bit aligned, it only needs to process the high 16bit of the packet descs instead of the high 32bit. Test Results: Architec