Re: [ovs-dev] [PATCH v6 1/2] dpif-netdev: Properly create exact match masks.

2013-12-11 Thread Jarno Rajahalme
Pushed to master, Jarno On Dec 11, 2013, at 10:36 AM, Ben Pfaff wrote: > On Mon, Dec 09, 2013 at 06:35:57PM -0800, Jarno Rajahalme wrote: >> Normally OVS userspace supplies a mask along with a flow key for each >> new data path flow that should be created. OVS also provides an >> option to d

Re: [ovs-dev] [PATCH v6 1/2] dpif-netdev: Properly create exact match masks.

2013-12-11 Thread Ben Pfaff
On Mon, Dec 09, 2013 at 06:35:57PM -0800, Jarno Rajahalme wrote: > Normally OVS userspace supplies a mask along with a flow key for each > new data path flow that should be created. OVS also provides an > option to disable the kernel wildcarding, in which case the flows are > created without a mas

[ovs-dev] [PATCH v6 1/2] dpif-netdev: Properly create exact match masks.

2013-12-09 Thread Jarno Rajahalme
Normally OVS userspace supplies a mask along with a flow key for each new data path flow that should be created. OVS also provides an option to disable the kernel wildcarding, in which case the flows are created without a mask. When kernel wildcarding is disabled, the datapath should use exact ma