Re: [ovs-dev] [PATCH 4/5] classifier: Support miniflow as a key.

2014-04-18 Thread Jarno Rajahalme
On Apr 18, 2014, at 2:32 AM, YAMAMOTO Takashi wrote: >> Support struct miniflow as a key for datapath flow lookup. >> >> The new classifier interface classifier_lookup_miniflow_first() takes >> a miniflow as a key and stops at the first match with no regard to >> flow prioritites. This works o

Re: [ovs-dev] [PATCH 4/5] classifier: Support miniflow as a key.

2014-04-18 Thread YAMAMOTO Takashi
> Support struct miniflow as a key for datapath flow lookup. > > The new classifier interface classifier_lookup_miniflow_first() takes > a miniflow as a key and stops at the first match with no regard to > flow prioritites. This works only if the classifier has no > conflicting rules (as is the c

[ovs-dev] [PATCH 4/5] classifier: Support miniflow as a key.

2014-04-17 Thread Jarno Rajahalme
Support struct miniflow as a key for datapath flow lookup. The new classifier interface classifier_lookup_miniflow_first() takes a miniflow as a key and stops at the first match with no regard to flow prioritites. This works only if the classifier has no conflicting rules (as is the case with the