Re: [Bridge] Multicast packets being lost (3.10 stable)

2014-12-10 Thread Linus Lüssing
Hi David, did you have a chance to look into backporting these fixes for stable yet? (if I read the docs correctly, I should query you for suggestions for stable kernels, right?) Also, an eighth patch I'd suggest for stable now: 8) bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated

Re: [Bridge] [PATCH net-next] bridge: Add ability to always enable TSO/UFO

2014-12-10 Thread David Miller
From: Toshiaki Makita Date: Wed, 10 Dec 2014 11:43:14 +0900 > - features &= ~NETIF_F_ONE_FOR_ALL; > + features &= ~NETIF_F_ONE_FOR_ALL | NETIF_F_GSO_SOFTWARE; I don't think this is the expression you intend to use. I think you meant: features &= ~(NETIF_F_ONE_FOR_ALL | NETIF_F_

Re: [Bridge] [PATCH net-next] bridge: Add ability to always enable TSO/UFO

2014-12-10 Thread Toshiaki Makita
On 2014/12/11 4:50, David Miller wrote: > From: Toshiaki Makita > Date: Wed, 10 Dec 2014 11:43:14 +0900 > >> -features &= ~NETIF_F_ONE_FOR_ALL; >> +features &= ~NETIF_F_ONE_FOR_ALL | NETIF_F_GSO_SOFTWARE; > > I don't think this is the expression you intend to use. Thank you, but this is

Re: [Bridge] [PATCH net-next] bridge: Add ability to always enable TSO/UFO

2014-12-10 Thread David Miller
From: Toshiaki Makita Date: Thu, 11 Dec 2014 11:04:44 +0900 > On 2014/12/11 4:50, David Miller wrote: >> From: Toshiaki Makita >> Date: Wed, 10 Dec 2014 11:43:14 +0900 >> >>> - features &= ~NETIF_F_ONE_FOR_ALL; >>> + features &= ~NETIF_F_ONE_FOR_ALL | NETIF_F_GSO_SOFTWARE; >> >> I don't th

Re: [Bridge] [PATCH net-next] bridge: Add ability to always enable TSO/UFO

2014-12-10 Thread Toshiaki Makita
On 2014/12/11 11:13, David Miller wrote: > From: Toshiaki Makita > Date: Thu, 11 Dec 2014 11:04:44 +0900 > >> On 2014/12/11 4:50, David Miller wrote: >>> From: Toshiaki Makita >>> Date: Wed, 10 Dec 2014 11:43:14 +0900 >>> - features &= ~NETIF_F_ONE_FOR_ALL; + features &= ~NETIF_F_ONE

[Bridge] Packet Forward to same interface

2014-12-10 Thread Chirag Patwari
Hello All, I have issue with packet forward from same interface. In my project There is two interface eth0 and br0 br0 is created between eth1 (Lan switch) and wlan0 (wifi) eth0 has ip address 192.168.1.100 and br0 has ip 192.168.2.56 In my setup I have one web server running on 8080 port