Re: [ovs-dev] [PATCHv3] ofproto-dpif: Tighten up megaflow wildcard handling.

2013-06-19 Thread Justin Pettit
On Jun 19, 2013, at 10:44 PM, Ben Pfaff wrote: > On Wed, Jun 19, 2013 at 06:38:25PM -0700, Justin Pettit wrote: >> A number of use-cases weren't handled properly when determining what can >> be wildcarded for megaflows. This commit both catches additional fields >> that cannot be wildcarded and

Re: [ovs-dev] [PATCHv3] ofproto-dpif: Tighten up megaflow wildcard handling.

2013-06-19 Thread Ben Pfaff
On Wed, Jun 19, 2013 at 06:38:25PM -0700, Justin Pettit wrote: > A number of use-cases weren't handled properly when determining what can > be wildcarded for megaflows. This commit both catches additional fields > that cannot be wildcarded and loosens a few other cases. > > Bug #17979 > > Signed

[ovs-dev] [PATCHv3] ofproto-dpif: Tighten up megaflow wildcard handling.

2013-06-19 Thread Justin Pettit
A number of use-cases weren't handled properly when determining what can be wildcarded for megaflows. This commit both catches additional fields that cannot be wildcarded and loosens a few other cases. Bug #17979 Signed-off-by: Justin Pettit --- v1 -> v2: Remove IPFIX un-wildcarding. v2 -> v3: