-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovs: Bump submodule to latest OVS branch-3.3.
This picks up the following relevant OVS commits: 8893e24d9d dpdk: Update to use v23.11. ed738eca39 util: Annotate function that will never return NULL. 77d0bad04 mcast-snooping: Store IGMP/MLD protocol version. b222593bc6 mcast-snooping: Add group protocol to mdb/show output. a940a691e7 ovs-atomic: Fix inclusion of Clang header by GCC 14. b0cf73112d dp-packet: Reset offload/offsets when clearing a packet. This commit also ports the CI DPDK related changes from OVS commit 8893e24d9d09 ("dpdk: Update to use v23.11.") which are required as 23.11 is the supported DPDK branch on OVS 3.3. There's also a small change that had to be made when mangling the prefix path of the installed DPDK version in the container. As a side effect this will also address OVN Fedora 40 (rawhide) build failures on aarch64 and s390x. They are fixed by a940a691e7d9 ("ovs-atomic: Fix inclusion of Clang header by GCC 14."). The change in pinctrl.c is needed because b222593bc6 ("mcast-snooping: Add group protocol to mdb/show output") changed the OVS mcast library API in a non backwards-compatible way. Suggested-by: Ilya Maximets <i.maximets@ovn.org> Signed-off-by: Dumitru Ceara <dceara@redhat.com> Acked-by: Numan Siddique<numans@ovn.org> Acked-by: Eelco Chaudron <echaudro@redhat.com> Acked-by: Mohammad Heib <mheib@redhat.com>
- Loading branch information
Showing
5 changed files
with
32 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters