ons. 29. jan. 2025, 12:16 skrev Felix Huettner via dev < ovs-dev@openvswitch.org>:
> This brings in needed changes so that the ovs submodule exports route > table related functionality. > > As the ovs submodule has bumped its DPDK version we need to do so as > well. > > Signed-off-by: Felix Huettner <felix.huettner@stackit.cloud> > --- > Note that there is one prerequisite patch that has not merged on the OVS side yet [0], so ci wont pass until that gets in. Martin spotted the issue and sent a patch. We were discussing the reasoning for changing the route type, I have not reviewed that bit in detail yet and at a high level it may appear to make sense. Would be interesting to hear your reasoning for the change? 0: https://patchwork.ozlabs.org/project/openvswitch/patch/20250123152125.17973-1-martin.kal...@canonical.com/ -- Frode Nordahl v4->v5: update the dpdk version based on ovs changes > v3->v4: added > > ovs | 2 +- > utilities/containers/prepare.sh | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/ovs b/ovs > index 7b1ce8e2a..a3c06c309 160000 > --- a/ovs > +++ b/ovs > @@ -1 +1 @@ > -Subproject commit 7b1ce8e2a08454839c52b8cc02fdde5c78e7c40e > +Subproject commit a3c06c309ab9f21fd9ce4e8dca542119d46be9c5 > diff --git a/utilities/containers/prepare.sh > b/utilities/containers/prepare.sh > index 49bb2ac91..6922d8c6b 100755 > --- a/utilities/containers/prepare.sh > +++ b/utilities/containers/prepare.sh > @@ -1,7 +1,7 @@ > #!/bin/bash -xe > > DPDK_GIT=https://dpdk.org/git/dpdk > -DPDK_VER=23.11 > +DPDK_VER=24.11 > > function compile_sparse() > { > -- > 2.47.1 > > > _______________________________________________ > dev mailing list > d...@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev