On Fri, Sep 22, 2017 at 10:49:43PM +0800, Guoshuai Li wrote:
> 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 DN
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 ha