++
++ dpdkvhostuser and dpdkvhostuserclient
++ netdev specific interface status information.
++
++
++ client (connecting) or server (listening) in the socket
++ communication.
++
++
++ virtio features bitmap as per virtio specification.
++
++
++ The number of available virtqueues.
++
++
++ The numa id of the device and guest memory.
++
++
++ The path to the socket used for communication.
++
++
++ Status of connection to the device.
++
++
++ Each virtqueue will have it's size reported, where n is the
++ virtqueue number from 0..(num_of_vrings-1).
++
++
++ Whether userspace-tso is enabled or disabled.
++
diff --git a/SPECS/openvswitch2.17.spec b/SPECS/openvswitch2.17.spec
index 006fab2..82b74b4 100644
--- a/SPECS/openvswitch2.17.spec
+++ b/SPECS/openvswitch2.17.spec
@@ -57,7 +57,7 @@ Summary: Open vSwitch
Group: System Environment/Daemons daemon/database/utilities
URL: http://www.openvswitch.org/
Version: 2.17.0
-Release: 118%{?dist}
+Release: 119%{?dist}
# Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the
# lib/sflow*.[ch] files are SISSL
@@ -751,6 +751,15 @@ exit 0
%endif
%changelog
+* Tue Oct 31 2023 Open vSwitch CI