[dpdk-dev] [dpdk-stable] [PATCH 1/2] net/ixgbe: add ptype parse for aarch64 vector PMD

Ferruh Yigit ferruh.yigit at intel.com
Tue Nov 5 11:02:49 CET 2019


On 10/24/2019 3:58 AM, Ruifeng Wang wrote:
> Ptype parse is missing in aarch64 vector PMD. It makes packet type info
> provided by NIC get lost, thus requires extra CPU cycles to do this.
> Add the parse process to utilize NIC hardware capability.
> 
> In test with l3fwd (removed port conf DEV_RX_OFFLOAD_CHECKSUM),
> observed over 3% performance gain.
> 
> Fixes: b20971b6cca0 ("net/ixgbe: implement vector driver for ARM")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Ruifeng Wang <ruifeng.wang at arm.com>
> Reviewed-by: Gavin Hu <gavin.hu at arm.com>

For Series,
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>

Series applied to dpdk-next-net/master, thanks.



More information about the dev mailing list