Re: [ovs-dev] [PATCH] datapath: Remove checks for preinitialized flow.

2013-03-18 Thread Jesse Gross
On Mon, Mar 18, 2013 at 4:13 PM, Pravin Shelar wrote: > On Mon, Mar 18, 2013 at 2:20 PM, Jesse Gross wrote: >> Header caching used to store a precomputed flow along with the skb >> but no longer exists. There were a few remaining checks for those >> flows, which this removes. It simplifies the

Re: [ovs-dev] [PATCH] datapath: Remove checks for preinitialized flow.

2013-03-18 Thread Pravin Shelar
On Mon, Mar 18, 2013 at 2:20 PM, Jesse Gross wrote: > Header caching used to store a precomputed flow along with the skb > but no longer exists. There were a few remaining checks for those > flows, which this removes. It simplifies the code slightly and brings > us closer to upstream. > > Signed

[ovs-dev] [PATCH] datapath: Remove checks for preinitialized flow.

2013-03-18 Thread Jesse Gross
Header caching used to store a precomputed flow along with the skb but no longer exists. There were a few remaining checks for those flows, which this removes. It simplifies the code slightly and brings us closer to upstream. Signed-off-by: Jesse Gross --- datapath/datapath.c | 50