commit ed8dddd40b7dabacd22401b0fa2e391b5bcced96
Merge: 76a0a4340b 1f0344ed01
Author: Open vSwitch CI <ovs-ci@redhat.com>
Date: Fri Jun 7 21:04:32 2024 +0000
Merging upstream branch-2.17
Commit list:
1f0344ed01 Prepare for 2.17.11.
ab673c7a90 Set release date for 2.17.10.
commit 76a0a4340b078e8d5b9cabfc08a61b77da022997
Merge: 72ac71bb0c f050ccc006
Author: Open vSwitch CI <ovs-ci@redhat.com>
Date: Fri Jun 7 13:53:35 2024 +0000
Merging upstream branch-2.17
Commit list:
f050ccc006 python: idl: Fix index not being updated on row modification.
commit 72ac71bb0c4c073c2318aea46b3a71000e02aceb
Merge: 277e5df78d 3930bc7446
Author: Open vSwitch CI <ovs-ci@redhat.com>
Date: Wed Jun 5 22:38:46 2024 +0000
Merging upstream branch-2.17
Commit list:
3930bc7446 nsh: Add support to compose-packet and use it in system tests.
ef39373fd1 tests: Convert ND, MPLS and CT sendpkt tests to compose-packet.
244f90d559 tests: sendpkt: Allow different input formats.
171398797b ovs-ofctl: Implement compose-packet --bare.
526044b56d ipf: Handle common case of ipf defragmentation.
d9465f907e ipf: Only add fragments to batch of same dl_type.
commit 277e5df78d3fcf17ca034edd902d118db9a9296c
Merge: c63aeab455 f924527d97
Author: Open vSwitch CI <ovs-ci@redhat.com>
Date: Mon Jun 3 14:07:57 2024 +0000
Merging upstream branch-2.17
Commit list:
f924527d97 tests: Fix non-portable plus match in python vlog test.
commit c63aeab455da6f22df38abc5bfb7911eea09f143
Merge: 563361db7c 628ccf2c67
Author: Open vSwitch CI <ovs-ci@redhat.com>
Date: Thu May 30 16:39:30 2024 +0000
Merging upstream branch-2.17
Commit list:
628ccf2c67 dpdk: Use DPDK 21.11.7 release for OVS 2.17.
commit 563361db7cdc74822de2701bda82f5f9a5fe5462
Merge: 9ce5325f9a 9dc9ad38ba
Author: Open vSwitch CI <ovs-ci@redhat.com>
Date: Tue May 28 20:38:39 2024 +0000
Merging upstream branch-2.17
Commit list:
9dc9ad38ba socket: Fix uninitialized values in inet_parse_ functions.
adc851604e dpctl: Fix uninitialized value when deleting flows.
commit 9ce5325f9a3852c89d5311482624e6236c9d4b1b
Merge: b4f6b6d488 9468d54d01
Author: Open vSwitch CI <ovs-ci@redhat.com>
Date: Fri May 17 15:53:26 2024 +0000
Merging upstream branch-2.17
Commit list:
9468d54d01 compiler: Fix errors in Clang 17 ubsan checks.
f23b1e500a table: Fix freeing global variable.
a6f9175aee vlog: Destroy async_append first then close log_fd.
commit b4f6b6d4881bce1ada7d7b3c7c57ce1bc358dfab
Merge: b910c875a6 c553026ecd
Author: Open vSwitch CI <ovs-ci@redhat.com>
Date: Tue May 14 07:53:15 2024 +0000
Merging upstream branch-2.17
Commit list:
c553026ecd conntrack: Fully initialize conn struct before insertion.
966ed838e3 conntrack: Do not use {0} to initialize unions.
commit b910c875a6484f16ae8698ae553510b2584b46c1
Merge: 699bf5d1d9 d1a2af7c33
Author: Open vSwitch CI <ovs-ci@redhat.com>
Date: Tue May 7 16:38:24 2024 +0000
Merging upstream branch-2.17
Commit list:
d1a2af7c33 ovsdb-client: Add missing arg to help for 'dump'.
commit 699bf5d1d91161602e88e62d9bb5183fb95283fe
Merge: 30aa1c5a97 9d0de176c7
Author: Open vSwitch CI <ovs-ci@redhat.com>
Date: Fri May 3 14:23:23 2024 +0000
Merging upstream branch-2.17
Commit list:
9d0de176c7 ofproto-dpif-trace: Fix access to an out-of-scope stack memory.
bd020fba03 hash, jhash: Fix unaligned access to the hash remainder.
78ea43c71c sparse: Add additional define for sparse on GCC >= 14.
commit 30aa1c5a97e52551bc6483e0db2e90c41c7a490e
Merge: 82345a570a 755b66f68e
Author: Open vSwitch CI <ovs-ci@redhat.com>
Date: Tue Apr 30 19:08:16 2024 +0000
Merging upstream branch-2.17
Commit list:
755b66f68e sparse: Add immintrin.h header.
c029de2482 tc: Fix -Wgnu-variable-sized-type-not-at-end warning with Clang 18.
0efdca5d34 tests: Fix build failure with Clang 18 due to -Wformat-truncation.