Re: [ovs-dev] [PATCH 1/3] datapath: refactor flow key extract API.

2014-08-05 Thread Andy Zhou
Looks good in general. It would be nice if we can rename "key_extract" to "flow_key_extract" for consistency with other APIs. Acked-by: Andy Zhou On Tue, Aug 5, 2014 at 4:46 PM, Pravin B Shelar wrote: > OVS flow extract is called on packet receive or packet > execute code path. Following patc

[ovs-dev] [PATCH 1/3] datapath: refactor flow key extract API.

2014-08-05 Thread Pravin B Shelar
OVS flow extract is called on packet receive or packet execute code path. Following patch defines separate API for extracting flow-key in packet execute code path. Signed-off-by: Pravin B Shelar --- datapath/actions.c |3 +- datapath/datapath.c | 10 ++--- datapath/flow.c