dpdk.org has been under heavy pressure by various robots and AI crawlers. Some anubis protection has been put in place in dpdk.org infrastucture. Yet there were still some uncovered part of the infrastucture that resulted in availability issues this week (as could be seen in OVS dpdk-latest branch tests). Hopefully, it was the last hole in dpdk.org protection.
On the other hand, a DPDK github mirror is in place for some time. Let's use it. Signed-off-by: David Marchand <[email protected]> --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 718f3bf699..54d248f37c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -13,7 +13,7 @@ jobs: env: dependencies: gcc libnuma-dev libxdp-dev ninja-build pkgconf CC: gcc - DPDK_GIT: https://dpdk.org/git/dpdk-stable + DPDK_GIT: https://github.com/DPDK/dpdk DPDK_VER: 25.11.2 name: dpdk gcc outputs: -- 2.54.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
