Re: [patch net v2] team: loadbalance: push lacpdus to exact delivery

2016-08-26 Thread David Miller
From: Jiri Pirko Date: Thu, 25 Aug 2016 18:30:52 +0200 > From: Jiri Pirko > > When team is in bridge and LACP is utilized, LACPDU packets are pushed > to userspace using raw socket and there they are processed. However, > since 8626c56c8279b, LACPDU skbs are dropped by bridge rx_handler so > th

[patch net v2] team: loadbalance: push lacpdus to exact delivery

2016-08-25 Thread Jiri Pirko
From: Jiri Pirko When team is in bridge and LACP is utilized, LACPDU packets are pushed to userspace using raw socket and there they are processed. However, since 8626c56c8279b, LACPDU skbs are dropped by bridge rx_handler so they never reach packet handlers in rx path. Fix this by explicity trea