Package: openvswitch / 3.5.0~git20241129.2af7cef-2

Metadata

Package Version Patches format
openvswitch 3.5.0~git20241129.2af7cef-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ovs ctl ipsec.patch | (download)

utilities/ovs-ctl.in | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 don't monitor ipsec daemon
 For Ubuntu systemd will monitor the ovs-monitor-ipsec daemon so
 there is no need to spawn a separate monitor thread to deal with
 restarts.  Doing so has the side effect of confusing systemd into
 monitoring the wrong process.
netdev offload dpdk Fix build with v24.11 rc1.patch | (download)

lib/netdev-offload-dpdk.c | 30 15 15 - 0 !
1 file changed, 15 insertions( ), 15 deletions(-)

 [patch] netdev-offload-dpdk: fix build with v24.11-rc1.

Following introduction of a IPv6 address structure and its use in
the rte_ipv6_hdr struct referenced by rte_flow IPv6 object,
adjust code manipulating IPv6 rules in the offload code.

Link: https://git.dpdk.org/dpdk/commit/?id=89b5642d0d45
Signed-off-by: David Marchand <[email protected]>
ovs dev netdev dpdk Restore outer UDP checksum for Intel nics..patch | (download)

lib/netdev-dpdk.c | 7 2 5 - 0 !
1 file changed, 2 insertions( ), 5 deletions(-)

 [ovs-dev] [patch] netdev-dpdk: restore outer udp checksum for intel
 nics.
X-BeenThere: [email protected]
X-Mailman-Version: 2.1.30
Precedence: list
List-Id: <ovs-dev.openvswitch.org>
List-Unsubscribe: <https://mail.openvswitch.org/mailman/options/ovs-dev>,
 <mailto:[email protected]?subject=unsubscribe>
List-Archive: <http://mail.openvswitch.org/pipermail/ovs-dev/>
List-Post: <mailto:[email protected]>
List-Help: <mailto:[email protected]?subject=help>
List-Subscribe: <https://mail.openvswitch.org/mailman/listinfo/ovs-dev>,
 <mailto:[email protected]?subject=subscribe>
Cc: Jun Wang <[email protected]>
Errors-To: [email protected]
Sender: "dev" <[email protected]>

Fixes for Intel drivers are included in DPDK v23.11.2.

Link: https://git.dpdk.org/dpdk-stable/commit/?id=e8c2cccfbdef
Link: https://git.dpdk.org/dpdk-stable/commit/?id=1970a0ca45f1
Link: https://git.dpdk.org/dpdk-stable/commit/?id=80c5c9789b73
Fixes: 0256ee64ed39 ("dpdk: Use DPDK 23.11.2 release.")
Signed-off-by: David Marchand <[email protected]>