Re: [ovs-dev] [PATCH 6/8] lib/classifier: Add miniflow_and_mask_matches_flow_wc.

2014-06-26 Thread Jarno Rajahalme
Thanks for the review! Pushed to master, Jarno On Jun 13, 2014, at 10:29 AM, Ben Pfaff wrote: > On Mon, Jun 09, 2014 at 11:53:53AM -0700, Jarno Rajahalme wrote: >> miniflow_and_mask_matches_flow_wc() fills in the masks in flow >> wildcards, so a separate step to that effect is no longer neede

Re: [ovs-dev] [PATCH 6/8] lib/classifier: Add miniflow_and_mask_matches_flow_wc.

2014-06-13 Thread Ben Pfaff
On Mon, Jun 09, 2014 at 11:53:53AM -0700, Jarno Rajahalme wrote: > miniflow_and_mask_matches_flow_wc() fills in the masks in flow > wildcards, so a separate step to that effect is no longer needed. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff __

[ovs-dev] [PATCH 6/8] lib/classifier: Add miniflow_and_mask_matches_flow_wc.

2014-06-09 Thread Jarno Rajahalme
miniflow_and_mask_matches_flow_wc() fills in the masks in flow wildcards, so a separate step to that effect is no longer needed. Signed-off-by: Jarno Rajahalme --- lib/classifier.c | 57 + tests/ofproto-dpif.at |6 +++--- 2 files changed