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 <[email protected]> --- v5->v6: * use stable ovs branch instead of main 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..57c3cc37c 160000 --- a/ovs +++ b/ovs @@ -1 +1 @@ -Subproject commit 7b1ce8e2a08454839c52b8cc02fdde5c78e7c40e +Subproject commit 57c3cc37c8a3c08426a29486df7a03da84907fa2 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 [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
