Re: [ovs-dev] [PATCH] dpif-netdev: Set MAX_RECIRC_DEPTH to 10.

2017-09-21 Thread Darrell Ball
Correction inline: s/committed/commented On 9/21/17, 9:16 PM, "Darrell Ball" wrote: Hi Guoshuai I commented on the Version 2 patch format and requested Ben to take a look. Thanks Darrell On 9/21/17, 7:55 PM, "Guoshuai Li"

Re: [ovs-dev] [PATCH] dpif-netdev: Set MAX_RECIRC_DEPTH to 10.

2017-09-21 Thread Darrell Ball
Hi Guoshuai I committed on the Version 2 patch format and requested Ben to take a look. Thanks Darrell On 9/21/17, 7:55 PM, "Guoshuai Li" wrote: I send a patch to change DEPTH 6, It is Ok for my cases.

Re: [ovs-dev] [PATCH] dpif-netdev: Set MAX_RECIRC_DEPTH to 10.

2017-09-21 Thread Guoshuai Li
I send a patch to change  DEPTH 6, It is Ok for my cases. https://mail.openvswitch.org/pipermail/ovs-dev/2017-September/339034.html It will warning log for 7 recirc,  "dpif_netdev(pmd36)|WARN|Packet dropped. Max recirculation depth exceeded." on 2017/9/20 23:57, Darrell Ball write: On

Re: [ovs-dev] [PATCH] dpif-netdev: Set MAX_RECIRC_DEPTH to 10.

2017-09-20 Thread Darrell Ball
On 9/20/17, 4:45 AM, "Guoshuai Li" wrote: yes, Distributed gateway. I config my gateway router port with 'redirect-chassis'option in ovn-nb. Logical_Router_Port table _uuidenabled external_ids gateway_chassis mac

Re: [ovs-dev] [PATCH] dpif-netdev: Set MAX_RECIRC_DEPTH to 10.

2017-09-20 Thread Guoshuai Li
yes, Distributed gateway. I config my gateway router port with 'redirect-chassis'option in ovn-nb. Logical_Router_Port table _uuidenabled external_ids gateway_chassis mac name networks options

Re: [ovs-dev] [PATCH] dpif-netdev: Set MAX_RECIRC_DEPTH to 10.

2017-09-19 Thread Darrell Ball
Distributed gateway ? What do the kernel datapath flows look like ? On 9/18/17, 11:29 PM, "ovs-dev-boun...@openvswitch.org on behalf of Guoshuai Li" wrote: In an ovn gateway node with DPDK, the RECIRC_DEPTH may be greater than

[ovs-dev] [PATCH] dpif-netdev: Set MAX_RECIRC_DEPTH to 10.

2017-09-19 Thread Guoshuai Li
In an ovn gateway node with DPDK, the RECIRC_DEPTH may be greater than 5. Scenes: VM ping self floating IP, or VM ping Floating IP of VMs with the same network. It need process UNDNAT SNAT in LRouter egress and UNSNAT DNAT in LRouter ingress, and output to geneve tunnel also need recirc. This