[ovs-dev] [PATCH 2/2] ovn-northd: Add load-balancers to gateway routers.

Ben Pfaff blp at ovn.org
Fri Sep 9 20:59:25 UTC 2016


On Tue, Aug 23, 2016 at 02:46:18AM -0700, Gurucharan Shetty wrote:
> Load-balancers in gateway routers lets us load-balance
> north-south traffic.
> 
> This commit adds a new table called "DEFRAG" in the
> logical router pipeline to defragment packets and to track them.
> Once the packet is tracked, new connections get a group id as
> an action. The group in turn chooses a DNAT action.  Established
> connections go through the DNAT table for a regular DNAT.
> 
> Signed-off-by: Gurucharan Shetty <guru at ovn.org>

Thanks for working on this.

I always thought that, for packets, the opposite of fragmentation was
reassembly, but I hear the word "defragmentation", as used here, more
and more these days.  I don't know whether it's considered an "official"
term.

In the ovn-northd manpage, the DNAT section has a single bullet point
with lots of paragraphs.  Probably, each paragraph should be a bullet
point, because each one describes a category of flows.

Acked-by: Ben Pfaff <blp at ovn.org>



More information about the dev mailing list