dpdk: fix arm iavf rx vector path on 22.03 64/36964/2
authorTianyu Li <[email protected]>
Fri, 19 Aug 2022 10:19:07 +0000 (10:19 +0000)
committerDave Wallace <[email protected]>
Tue, 30 Aug 2022 23:56:06 +0000 (23:56 +0000)
commit36cb2f03ae4448332869ca1d43c88ed91609f45b
tree0fc63a825b9f3c3802871859dffffc6ec4f3522b
parent7dc351f6895d94eaee1fd04672368cc425e14103
dpdk: fix arm iavf rx vector path on 22.03

dpdk 22.03 introduces iavf driver but misses rx vector path on Arm.
This causes VF fail to receive packet when running VPP device test
with no-multi-seg configuration.

Add iavf basic Neon RX support to fix this.

Type: fix
Fixes: 2f132efc3caf ("dpdk: bump to DPDK v22.03")

Signed-off-by: Tianyu Li <[email protected]>
Change-Id: I75ae74c8060428cee0e1c235feab1246c014801e
build/external/patches/dpdk_22.03/0001-net-iavf-add-basic-neon-rx.patch [new file with mode: 0644]