From a39cf2d6824f8297b4ca3dd65abd90155c282fec Mon Sep 17 00:00:00 2001 From: Krzysztof Karas Date: Wed, 11 May 2022 17:47:35 +0000 Subject: [PATCH] spdk/dpdk: update DPDK submodule to version 22.03 Additionally add dmadev to vhost dependencies, since it is needed as of commit 53d3f4778c1dbdebbef6c5e94e772b24f0998d35 in DPDK. Change-Id: Ifd9cac8ef9c50b52da815d43869c8291aa72a326 Signed-off-by: Krzysztof Karas Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12638 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins Reviewed-by: Konrad Sztyber Reviewed-by: Tomasz Zawadzki --- dpdk | 2 +- dpdkbuild/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dpdk b/dpdk index 4fe04845e..956790c3a 160000 --- a/dpdk +++ b/dpdk @@ -1 +1 @@ -Subproject commit 4fe04845e51a77dedc32fa9e378af6b35cafaceb +Subproject commit 956790c3a711efae8eae8d3f366207f01495709b diff --git a/dpdkbuild/Makefile b/dpdkbuild/Makefile index 9062e3679..234beda12 100644 --- a/dpdkbuild/Makefile +++ b/dpdkbuild/Makefile @@ -96,7 +96,7 @@ DPDK_LIBS += compressdev DPDK_LIBS += security # vhost and deps -DPDK_LIBS += cryptodev mbuf cmdline meter hash vhost +DPDK_LIBS += cryptodev mbuf cmdline meter hash vhost dmadev # raid5 deps DPDK_LIBS += hash rcu