From 77f994a9c517e4359e8e3323194594d265a7bbd8 Mon Sep 17 00:00:00 2001 From: Changpeng Liu Date: Wed, 20 Jan 2021 13:12:19 +0800 Subject: [PATCH] pkg: change minimum supported dpdk version to 19.11 Change-Id: I7b3705923a0a50ce78e2c34072d0135416cda0da Signed-off-by: Changpeng Liu Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5999 Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Aleksey Marchuk Reviewed-by: Jim Harris Community-CI: Mellanox Build Bot --- pkg/spdk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/spdk.spec b/pkg/spdk.spec index ffe884771..248750884 100644 --- a/pkg/spdk.spec +++ b/pkg/spdk.spec @@ -30,7 +30,7 @@ BuildRequires: doxygen mscgen graphviz %endif # Install dependencies -Requires: dpdk >= 17.11, numactl-libs, openssl-libs +Requires: dpdk >= 19.11, numactl-libs, openssl-libs Requires: libiscsi, libaio, libuuid # NVMe over Fabrics Requires: librdmacm, librdmacm