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 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