Re: [PATCHv2 net-next 0/4] bridge: multicast snooping patches / exports

2014-05-30 Thread Stephen Hemminger
On Thu, 29 May 2014 15:36:22 -0700 (PDT)
David Miller  wrote:

> From: Linus Lüssing 
> Date: Sun, 25 May 2014 07:03:21 +0200
> 
> > Changes in v2:
> 
> I really need a bridging expert to review this series, thank you.

I am fine with these, but would like original author of IGMP snooping
to weigh in.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHv2 net-next 0/4] bridge: multicast snooping patches / exports

2014-05-30 Thread Stephen Hemminger
On Thu, 29 May 2014 15:36:22 -0700 (PDT)
David Miller da...@davemloft.net wrote:

 From: Linus Lüssing linus.luess...@web.de
 Date: Sun, 25 May 2014 07:03:21 +0200
 
  Changes in v2:
 
 I really need a bridging expert to review this series, thank you.

I am fine with these, but would like original author of IGMP snooping
to weigh in.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHv2 net-next 0/4] bridge: multicast snooping patches / exports

2014-05-29 Thread David Miller
From: Linus Lüssing 
Date: Sun, 25 May 2014 07:03:21 +0200

> Changes in v2:

I really need a bridging expert to review this series, thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHv2 net-next 0/4] bridge: multicast snooping patches / exports

2014-05-29 Thread David Miller
From: Linus Lüssing linus.luess...@web.de
Date: Sun, 25 May 2014 07:03:21 +0200

 Changes in v2:

I really need a bridging expert to review this series, thank you.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCHv2 net-next 0/4] bridge: multicast snooping patches / exports

2014-05-24 Thread Linus Lüssing
Changes in v2:

* fix a nasty typo in PATCH 1/4, br_multicast_update_query_timer():
  "br->multicast_query_interval" vs. "br->multicast_querier_interval"
  => this accidentally reduced the other querier present timer 
 from 255 to 125 seconds
* fix a typo in PATCH 2/4, br_ip{4,6}_multicast_query():
  ntohs(ETH_P_{IP,IPV6}) vs. htons(ETH_P_{IP,IPV6})
* add missing ntohl()s before address comparison in PATCH 2/4,
  br_ip4_multicast_select_querier() (thanks David!)

Cheers, Linus


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCHv2 net-next 0/4] bridge: multicast snooping patches / exports

2014-05-24 Thread Linus Lüssing
Changes in v2:

* fix a nasty typo in PATCH 1/4, br_multicast_update_query_timer():
  br-multicast_query_interval vs. br-multicast_querier_interval
  = this accidentally reduced the other querier present timer 
 from 255 to 125 seconds
* fix a typo in PATCH 2/4, br_ip{4,6}_multicast_query():
  ntohs(ETH_P_{IP,IPV6}) vs. htons(ETH_P_{IP,IPV6})
* add missing ntohl()s before address comparison in PATCH 2/4,
  br_ip4_multicast_select_querier() (thanks David!)

Cheers, Linus


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/