On Mon, Feb 03, 2025 at 11:00:41AM +0100, Dumitru Ceara wrote:
> On 1/29/25 12:15 PM, Felix Huettner via dev wrote:
> > 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>
> > ---
> 
> Hi Felix,
> 
> > 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
> 
> This should actually be 57c3cc37c8a3 ("route-table: Allow parsing routes
> without nexthop.") - that is, the current OVS branch-3.5 tip.

Hi Dumitru,

thanks a lot, will fix it in the next version.

Felix

> 
> > 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()
> >  {
> 
> Regards,
> Dumitru
> 
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to