Re: [ovs-dev] [PATCH v6 ovn 2/2] controller: reconfigure ovs meters for ovn meters updates

2022-02-27 Thread Han Zhou
On Fri, Feb 25, 2022 at 12:09 PM Mark Michelson wrote: > > On 2/25/22 13:44, Han Zhou wrote: > > On Fri, Feb 25, 2022 at 9:15 AM Lorenzo Bianconi < > > lorenzo.bianc...@redhat.com> wrote: > >> > >> At the moment ovs meters are reconfigured by ovn just when a > >> meter is allocated or removed

[ovs-dev] [PATCH v1] ofp-prop: Silence the 'may be uninitialized' warning.

2022-02-27 Thread Mike Pattrick
GCC 11.2.1-2.2 emits a false-positive warnings like: lib/ofp-packet.c: In function 'ofputil_decode_packet_in': lib/ofp-packet.c:155:25: warning: 'reason' may be used uninitialized [-Wmaybe-uninitialized] lib/ofp-packet.c: In function 'ofputil_decode_packet_in_private':

[ovs-dev] [PATCH -next] net: openvswitch: remove unneeded semicolon

2022-02-27 Thread Yang Li
Eliminate the following coccicheck warning: ./net/openvswitch/flow.c:379:2-3: Unneeded semicolon Reported-by: Abaci Robot Signed-off-by: Yang Li --- net/openvswitch/flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openvswitch/flow.c b/net/openvswitch/flow.c index

Re: [ovs-dev] [PATCH] tests: Ignore log about failing to set NETLINK_EXT_ACK.

2022-02-27 Thread Paolo Valerio
Hello Dumitru, Dumitru Ceara writes: > Since 4a6a4734622e ("netlink-socket: Log extack error messages in > netlink transactions."), tests fail on older systems that don't support > NETLINK_EXT_ACK. It's not really an issue, so we can just ignore the > log. > > CC: Paolo Valerio > CC: Eelco