On Fri, 3 Jul 2026 at 17:23, Ilya Maximets <[email protected]> wrote: > > On 7/3/26 3:37 PM, David Marchand wrote: > > 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 > > nit: typo in both instances of the word 'infrastructure'. > nit2: s/were/was/ or a/part/parts/
Proof that it was not AI generated ;-) > > > 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: > > Thanks, David! Or CI on main doesn't cover this path, but it seems to > work fine when DPDK_VER is switched to refs/heads/25.11. I tested it in my dpdk-latest branch too before sending. > > Acked-by: Ilya Maximets <[email protected]> > -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
