Re: [Bridge] [PATCH 2/2] [net-next] net: bridge: Convert timers to use timer_setup()

2017-11-02 Thread David Miller
From: Allen Pais Date: Fri, 3 Nov 2017 11:51:11 +0530 > switch to using the new timer_setup() and from_timer() api's. > > Signed-off-by: Allen Pais Applied.

Re: [Bridge] [PATCH 1/2] [net-next] net: bridge: Convert timers to use timer_setup()

2017-11-02 Thread David Miller
From: Allen Pais Date: Fri, 3 Nov 2017 11:51:10 +0530 > switch to using the new timer_setup() and from_timer() api's. > > Signed-off-by: Allen Pais Applied.

Re: [Bridge] [PATCH net-next] net: Define eth_stp_addr in linux/etherdevice.h

2017-11-02 Thread David Miller
From: Egil Hjelmeland Date: Thu, 2 Nov 2017 10:36:48 +0100 > The lan9303 driver defines eth_stp_addr as a synonym to > eth_reserved_addr_base to get the STP ethernet address 01:80:c2:00:00:00. > > eth_reserved_addr_base is also used to define the start of Bridge Reserved > ethernet address rang

Re: [Bridge] [PATCH 1/2] net: bridge: Convert timers to use timer_setup()

2017-11-02 Thread David Miller
From: Allen Pais Date: Thu, 2 Nov 2017 10:58:50 +0530 > switch to using the new timer_setup() and from_timer() api's. > > Signed-off-by: Allen Pais These two patches do not apply cleanly to net-next, please respin.

Re: [Bridge] [PATCH net-next] net: Define eth_stp_addr in linux/etherdevice.h

2017-11-02 Thread Andrew Lunn
On Thu, Nov 02, 2017 at 10:36:48AM +0100, Egil Hjelmeland wrote: > Why: Please drop the Why. > The lan9303 driver defines eth_stp_addr as a synonym to > eth_reserved_addr_base to get the STP ethernet address 01:80:c2:00:00:00. > > eth_reserved_addr_base is also used to define the start of Bridge