Re: [ovs-dev] [PATCH] datapath: Fix net exit.

2015-02-20 Thread Pravin Shelar
On Fri, Feb 20, 2015 at 3:21 PM, Andy Zhou wrote: > There is a style warning: > > WARNING: line over 80 characters > #63: FILE: datapath/datapath.c:2132: > +hlist_for_each_entry(vport, &dp->ports[i], dp_hash_node) { > This is fine from code reading perspective, so I kept it as it is a

Re: [ovs-dev] [PATCH] datapath: Fix net exit.

2015-02-20 Thread Andy Zhou
There is a style warning: WARNING: line over 80 characters #63: FILE: datapath/datapath.c:2132: +hlist_for_each_entry(vport, &dp->ports[i], dp_hash_node) { Otherwise, looks good. Acked-by: Andy Zhou On Fri, Feb 20, 2015 at 2:59 PM, Pravin B Shelar wrote: > Open vSwitch allows movi