Re: [ovs-dev] [PATCH 1/7] lib/match: Do not format undefined fields.

2014-10-06 Thread Jarno Rajahalme
Pushed to master, Jarno On Oct 6, 2014, at 3:10 PM, Ben Pfaff wrote: > On Mon, Oct 06, 2014 at 01:53:50PM -0700, Jarno Rajahalme wrote: >> >> On Oct 6, 2014, at 1:13 PM, Ben Pfaff wrote: >> >>> On Wed, Oct 01, 2014 at 04:02:31PM -0700, Jarno Rajahalme wrote: Add function flow_wildcard

Re: [ovs-dev] [PATCH 1/7] lib/match: Do not format undefined fields.

2014-10-06 Thread Ben Pfaff
On Mon, Oct 06, 2014 at 01:53:50PM -0700, Jarno Rajahalme wrote: > > On Oct 6, 2014, at 1:13 PM, Ben Pfaff wrote: > > > On Wed, Oct 01, 2014 at 04:02:31PM -0700, Jarno Rajahalme wrote: > >> Add function flow_wildcards_init_for_packet() that can be used to set > >> sensible wildcards when megaflo

Re: [ovs-dev] [PATCH 1/7] lib/match: Do not format undefined fields.

2014-10-06 Thread Jarno Rajahalme
On Oct 6, 2014, at 1:13 PM, Ben Pfaff wrote: > On Wed, Oct 01, 2014 at 04:02:31PM -0700, Jarno Rajahalme wrote: >> Add function flow_wildcards_init_for_packet() that can be used to set >> sensible wildcards when megaflows are disabled. Before this, we set >> all the mask bits to ones, which cau

Re: [ovs-dev] [PATCH 1/7] lib/match: Do not format undefined fields.

2014-10-06 Thread Ben Pfaff
On Wed, Oct 01, 2014 at 04:02:31PM -0700, Jarno Rajahalme wrote: > Add function flow_wildcards_init_for_packet() that can be used to set > sensible wildcards when megaflows are disabled. Before this, we set > all the mask bits to ones, which caused priting tunnel, mpls, and/or s/priting/printing/