Re: [ovs-dev] [PATCH 1/2] datapath: framework for quick flow key extraction and lookup

2014-11-13 Thread Pravin Shelar
On Wed, Nov 5, 2014 at 2:23 PM, Michio Honda wrote: > Parsing packets against all the flow-key fields and lookup > is expensive. > This patch enables to implement least-possible flow > key extraction and/or packet lookup for a specific pattern > of flows installed in the datapath (e.g., all the fl

[ovs-dev] [PATCH 1/2] datapath: framework for quick flow key extraction and lookup

2014-11-05 Thread Michio Honda
Parsing packets against all the flow-key fields and lookup is expensive. This patch enables to implement least-possible flow key extraction and/or packet lookup for a specific pattern of flows installed in the datapath (e.g., all the flows are interested in only source and destination MAC addresses