Re: [PATCH net-next] bridge: add igmpv3 and mldv2 query support

2016-11-20 Thread Hangbin Liu
2016-11-18 18:31 GMT+08:00 Nikolay Aleksandrov : > On 18/11/16 11:09, Nikolay Aleksandrov wrote: >> >> On 18/11/16 11:04, Nikolay Aleksandrov wrote: >>> >>> (+CC Roopa) >>> Hi Hangbin, >>> This patch is not correct, you should not use the net device IGMP config >>> in the bridge. >> >> * bridge net

Re: [PATCH net-next] bridge: add igmpv3 and mldv2 query support

2016-11-18 Thread kbuild test robot
Hi Hangbin, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Hangbin-Liu/bridge-add-igmpv3-and-mldv2-query-support/20161118-155854 config: powerpc-defconfig (attached as .config) compiler: powerpc64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduc

Re: [PATCH net-next] bridge: add igmpv3 and mldv2 query support

2016-11-18 Thread Nikolay Aleksandrov
On 18/11/16 11:09, Nikolay Aleksandrov wrote: On 18/11/16 11:04, Nikolay Aleksandrov wrote: (+CC Roopa) Hi Hangbin, This patch is not correct, you should not use the net device IGMP config in the bridge. * bridge net device, sorry not port These packets may never make it to the host and they

Re: [PATCH net-next] bridge: add igmpv3 and mldv2 query support

2016-11-18 Thread kbuild test robot
Hi Hangbin, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Hangbin-Liu/bridge-add-igmpv3-and-mldv2-query-support/20161118-155854 config: i386-randconfig-r0-201646 (attached as .config) compiler: gcc-5 (Debian 5.4.1-2) 5.4.1 20160904 reproduce:

Re: [PATCH net-next] bridge: add igmpv3 and mldv2 query support

2016-11-18 Thread Nikolay Aleksandrov
On 18/11/16 11:04, Nikolay Aleksandrov wrote: On 18/11/16 08:32, Hangbin Liu wrote: Add bridge IGMPv3 and MLDv2 query support. But before we think it is stable enough, only enable it when declare in force_igmp/mld_version. Signed-off-by: Hangbin Liu --- net/bridge/br_multicast.c | 203 +++

Re: [PATCH net-next] bridge: add igmpv3 and mldv2 query support

2016-11-18 Thread Nikolay Aleksandrov
On 18/11/16 08:32, Hangbin Liu wrote: Add bridge IGMPv3 and MLDv2 query support. But before we think it is stable enough, only enable it when declare in force_igmp/mld_version. Signed-off-by: Hangbin Liu --- net/bridge/br_multicast.c | 203 -- 1 file

[PATCH net-next] bridge: add igmpv3 and mldv2 query support

2016-11-17 Thread Hangbin Liu
Add bridge IGMPv3 and MLDv2 query support. But before we think it is stable enough, only enable it when declare in force_igmp/mld_version. Signed-off-by: Hangbin Liu --- net/bridge/br_multicast.c | 203 -- 1 file changed, 194 insertions(+), 9 deletions