Re: [ovs-dev] [PATCH ovn] northd: Fix iteration over vip backends.

2020-12-06 Thread Numan Siddique
On Sat, Dec 5, 2020 at 1:10 AM Dumitru Ceara wrote: > > On 12/4/20 7:50 PM, Ilya Maximets wrote: > > During refactoring, direct access such as 'lb->vips[i].backends[j].op' > > was simplified by the presence of the 'backend_nb' pointer. But instead > > of the inner one, the index of the outer loop

[ovs-dev] [PATCH v8] Bareudp Tunnel Support

2020-12-06 Thread Martin Varghese
From: Martin Varghese There are various L3 encapsulation standards using UDP being discussed to leverage the UDP based load balancing capability of different networks. MPLSoUDP (__ https://tools.ietf.org/html/rfc7510) is one among them. The Bareudp tunnel provides a generic L3 encapsulation

[ovs-dev] [PATCH] bridge:The retry function does not work.

2020-12-06 Thread XiaoXiong Ding
The value of status_txn_try_again is set to true after bridge_reconfigure. It is expected that the system will try again later. However, run_status_update will Check status_txn. if status_txn is not null, the logic for re-applying for the transition is skipped and submit the status_txn again.

[ovs-dev] [PATCH] dpif-netlink: Count the number of offloaded rules

2020-12-06 Thread Roi Dayan
From: Jianbo Liu Add a counter for the offloaded rules, and display it in the command of "ovs-appctl upcall/show". Signed-off-by: Jianbo Liu Reviewed-by: Roi Dayan --- lib/dpif-netlink.c| 9 + lib/dpif.h| 1 + ofproto/ofproto-dpif-upcall.c | 6 ++