Re: [ovs-dev] [PATCH v3 2/7] flow: Add support for IGMP protocol

2014-06-17 Thread Flavio Leitner
On Wed, Jun 11, 2014 at 11:31:37AM -0700, Ben Pfaff wrote: > On Sat, May 31, 2014 at 01:53:16AM -0300, Flavio Leitner wrote: > > Add IGMP support to struct flow, flow compose and flow extract. > > > > Signed-off-by: Flavio Leitner > > If the ofproto code is going to match on particular IGMP type

Re: [ovs-dev] [PATCH v3 2/7] flow: Add support for IGMP protocol

2014-06-12 Thread Flavio Leitner
On Wed, Jun 11, 2014 at 11:31:37AM -0700, Ben Pfaff wrote: > On Sat, May 31, 2014 at 01:53:16AM -0300, Flavio Leitner wrote: > > Add IGMP support to struct flow, flow compose and flow extract. > > > > Signed-off-by: Flavio Leitner > > If the ofproto code is going to match on particular IGMP type

Re: [ovs-dev] [PATCH v3 2/7] flow: Add support for IGMP protocol

2014-06-11 Thread Ben Pfaff
On Sat, May 31, 2014 at 01:53:16AM -0300, Flavio Leitner wrote: > Add IGMP support to struct flow, flow compose and flow extract. > > Signed-off-by: Flavio Leitner If the ofproto code is going to match on particular IGMP type or code or group internally, then we need to also modify odp-util.c pa

[ovs-dev] [PATCH v3 2/7] flow: Add support for IGMP protocol

2014-05-30 Thread Flavio Leitner
Add IGMP support to struct flow, flow compose and flow extract. Signed-off-by: Flavio Leitner --- lib/flow.c | 22 -- lib/flow.h | 11 ++- lib/match.c | 8 +++- lib/nx-match.c | 2 +- lib/ofp-uti