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

2020-12-13 Thread XiaoXiong Ding
to true, submit the previous status_txn firstly. Give up even it is success or not. This ensures that the retry logic can always be executed. Fixes: 15c9fbd8f28f ("bridge: Make ovs-vswitchd run again if status_txn commit fails.") Signed-off-by: XiaoXiong Ding --- vswitchd/br

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

2020-12-12 Thread XiaoXiong Ding
to true, submit the previous status_txn firstly. Give up even it is success or not. This ensures that the retry logic can always be executed. Fixes: 15c9fbd8f28f ("bridge: Make ovs-vswitchd run again if status_txn commit fails.") Signed-off-by: XiaoXiong Ding --- vswitchd/br

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

2020-12-06 Thread XiaoXiong Ding
to true, submit the previous status_txn firstly. Give up even it is success or not. This ensures that the retry logic can always be executed. Fixes: 15c9fbd8f28f ("bridge: Make ovs-vswitchd run again if status_txn commit fails.") Signed-off-by: XiaoXiong Ding --- vswitchd/br

[ovs-dev] [PATCH] ofproto-dpif-xlate: Stop forwarding MLD reports to group ports.

2020-09-29 Thread XiaoXiong Ding
oping: Add Multicast Listener Discovery support") Signed-off-by: XiaoXiong Ding --- ofproto/ofproto-dpif-xlate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index e0ede2cab..47571e790 100644 --- a/ofproto/ofproto-dpif-xlate.

[ovs-dev] [PATCH] ofproto-dpif-xlate: Stop forwarding MLD reports to group ports.

2020-09-29 Thread XiaoXiong Ding
oping: Add Multicast Listener Discovery support") Signed-off-by: XiaoXiong Ding --- ofproto/ofproto-dpif-xlate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index e0ede2cab..47571e790 100644 --- a/ofproto/ofproto-dpif-xlate.

[ovs-dev] [PATCH] ofproto-dpif-xlate: Stop forwarding MLD reports to group ports.

2020-09-29 Thread XiaoXiong Ding
oping: Add Multicast Listener Discovery support") Signed-off-by: XiaoXiong Ding --- ofproto/ofproto-dpif-xlate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index e0ede2cab..47571e790 100644 --- a/ofproto/ofproto-dpif-xlate.

[ovs-dev] [PATCH] ofproto-dpif-xlate: Stop forwarding MLD reports to group ports.

2020-09-29 Thread XiaoXiong Ding
oping: Add Multicast Listener Discovery support") Signed-off-by: XiaoXiong Ding --- ofproto/ofproto-dpif-xlate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index e0ede2cab..47571e790 100644 --- a/ofproto/ofproto-dpif-xlate.

[ovs-dev] [PATCH] ofproto:ipv6 mld report error send to fports

2020-09-29 Thread XiaoXiong Ding
oping: Add Multicast Listener Discovery support") Signed-off-by: XiaoXiong Ding --- ofproto/ofproto-dpif-xlate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index e0ede2cab..47571e790 100644 --- a/ofproto/ofproto-dpif-xlate.

[ovs-dev] [PATCH] ofproto:ipv6 mld report error send to fports

2020-09-22 Thread XiaoXiong Ding
oping: Add Multicast Listener Discovery support") Signed-off-by: XiaoXiong Ding --- ofproto/ofproto-dpif-xlate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index e0ede2cab..47571e790 100644 --- a/ofproto/ofproto-dpif-xlate.

[ovs-dev] [PATCH] ofproto:ipv6 mld report error send to fports

2020-09-18 Thread XiaoXiong Ding
xlate_normal_mcast_send_fports is set on a port, whether xlate_normal_mcast_send_fports is set or not. but ipv4 is ok. Fixes: 06994f879c ("mcast-snooping: Add Multicast Listener Discovery support") Signed-off-by: XiaoXiong Ding --- ofproto/ofproto-dpif-xlate.c | 1 + 1 file changed, 1

[ovs-dev] [PATCH] ofproto:ipv6 mld report error send to fports

2020-09-10 Thread XiaoXiong Ding
xlate_normal_mcast_send_fports is set on a port,whether xlate_normal_mcast_send_fports is set or not. but ipv4 is ok. Signed-off-by: XiaoXiong Ding --- ofproto/ofproto-dpif-xlate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index