Re: [ovs-dev] [PATCH] datapath: Remove vport list node.

2012-09-03 Thread Jesse Gross
On Mon, Sep 3, 2012 at 6:41 PM, Kyle Mestery (kmestery) wrote: > On Sep 3, 2012, at 7:19 PM, Jesse Gross wrote: >> The datapath list of ports was removed when we switched to using a >> hash-based port lookup so the list node is no longer used. >> >> Signed-off-by: Jesse Gross > > > Looks good to

Re: [ovs-dev] [PATCH] datapath: Remove vport list node.

2012-09-03 Thread Kyle Mestery (kmestery)
On Sep 3, 2012, at 7:19 PM, Jesse Gross wrote: > The datapath list of ports was removed when we switched to using a > hash-based port lookup so the list node is no longer used. > > Signed-off-by: Jesse Gross Looks good to me. Acked-by: Kyle Mestery