From e9ebbdaefc5e8a9f9f3fb8353715cf4262bfaeff Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Wed, 21 Apr 2021 18:39:44 +0200 Subject: [PATCH] autobuild: Update patches for mainline DPDK Previous patches stopped applying cleanly at DPDK 21.05-rc1, needed to update. Signed-off-by: Karol Latecki Change-Id: If276f608c8394439064e9dfe30fed6d5531805d2 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7538 Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Maciej Wawryk Reviewed-by: Tomasz Zawadzki Community-CI: Mellanox Build Bot --- autobuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autobuild.sh b/autobuild.sh index a98960e96..9146b9631 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -120,8 +120,8 @@ function build_native_dpdk() { wget https://github.com/spdk/dpdk/commit/64f1ced13f974e8b3d46b87c361a09eca68126f9.patch -O dpdk-pci.patch wget https://github.com/spdk/dpdk/commit/c2c273d5c8fbf673623b427f8f4ab5af5ddf0e08.patch -O dpdk-qat.patch else - wget https://github.com/karlatec/dpdk/commit/3219c0cfc38803aec10c809dde16e013b370bda9.patch -O dpdk-pci.patch - wget https://github.com/karlatec/dpdk/commit/adf8f7638de29bc4bf9ba3faf12bbdae73acda0c.patch -O dpdk-qat.patch + wget https://github.com/karlatec/dpdk/commit/eac05db0580091ef8e4d338aa5d2210695521894.patch -O dpdk-pci.patch + wget https://github.com/karlatec/dpdk/commit/d649d5efb7bb404ce59dea81768adeb994b284f7.patch -O dpdk-qat.patch fi git config --local user.name "spdk" git config --local user.email "nomail@all.com"