Re: [ovs-dev] [PATCH] match: Add support for matching IGMP fields.

2015-12-16 Thread Jarno Rajahalme
> On Dec 15, 2015, at 5:48 PM, Jarno Rajahalme wrote: > > >> On Dec 15, 2015, at 5:47 PM, Ben Pfaff > >> wrote: >> >> On Mon, Dec 14, 2015 at 04:36:08PM -0800, Jarno Rajahalme wrote: >>> On Dec 14, 2015, at 3:12 AM, Ben Pfaff

Re: [ovs-dev] [PATCH] match: Add support for matching IGMP fields.

2015-12-16 Thread Jarno Rajahalme
> On Dec 16, 2015, at 1:22 PM, Jarno Rajahalme wrote: > > >> On Dec 15, 2015, at 5:48 PM, Jarno Rajahalme > > wrote: >> >> >>> On Dec 15, 2015, at 5:47 PM, Ben Pfaff > >>> wrote: >>> >>> On Mon, Dec

Re: [ovs-dev] [PATCH] match: Add support for matching IGMP fields.

2015-12-15 Thread Jarno Rajahalme
> On Dec 15, 2015, at 5:47 PM, Ben Pfaff wrote: > > On Mon, Dec 14, 2015 at 04:36:08PM -0800, Jarno Rajahalme wrote: >> >>> On Dec 14, 2015, at 3:12 AM, Ben Pfaff wrote: >>> >>> On Thu, Dec 10, 2015 at 01:42:41PM -0800, Jarno Rajahalme wrote: Complete the

Re: [ovs-dev] [PATCH] match: Add support for matching IGMP fields.

2015-12-15 Thread Ben Pfaff
On Mon, Dec 14, 2015 at 04:36:08PM -0800, Jarno Rajahalme wrote: > > > On Dec 14, 2015, at 3:12 AM, Ben Pfaff wrote: > > > > On Thu, Dec 10, 2015 at 01:42:41PM -0800, Jarno Rajahalme wrote: > >> Complete the IGMP protocol support by making IGMP fields (type, code, > >> and group)

Re: [ovs-dev] [PATCH] match: Add support for matching IGMP fields.

2015-12-14 Thread Jarno Rajahalme
> On Dec 14, 2015, at 3:12 AM, Ben Pfaff wrote: > > On Thu, Dec 10, 2015 at 01:42:41PM -0800, Jarno Rajahalme wrote: >> Complete the IGMP protocol support by making IGMP fields (type, code, >> and group) matchable via OpenFlow by the way of new Nicira extensions. >> >> The new

Re: [ovs-dev] [PATCH] match: Add support for matching IGMP fields.

2015-12-14 Thread Ben Pfaff
On Thu, Dec 10, 2015 at 01:42:41PM -0800, Jarno Rajahalme wrote: > Complete the IGMP protocol support by making IGMP fields (type, code, > and group) matchable via OpenFlow by the way of new Nicira extensions. > > The new fields are: 8-bit NXM_NX_IGMP_TYPE (111), 8-bit > NXM_NX_IGMP_CODE (112),

[ovs-dev] [PATCH] match: Add support for matching IGMP fields.

2015-12-10 Thread Jarno Rajahalme
Complete the IGMP protocol support by making IGMP fields (type, code, and group) matchable via OpenFlow by the way of new Nicira extensions. The new fields are: 8-bit NXM_NX_IGMP_TYPE (111), 8-bit NXM_NX_IGMP_CODE (112), and 32-bit NXM_NX_IGMP_GROUP (113). VMware-BZ: #1558992 Signed-off-by: