Re: [PATCH net-next v3 0/4] switchdev: push bridge ageing_time attribute down

2015-10-12 Thread David Miller
From: sfel...@gmail.com Date: Thu, 8 Oct 2015 19:23:16 -0700 > From: Scott Feldman > > Push bridge-level attributes down to switchdev drivers. This patchset > adds the infrastructure and then pushes, as an example, ageing_time attribute > down from bridge to switchdev

Re: [PATCH net-next v3 0/4] switchdev: push bridge ageing_time attribute down

2015-10-08 Thread Jiri Pirko
Fri, Oct 09, 2015 at 04:23:16AM CEST, sfel...@gmail.com wrote: >From: Scott Feldman > >Push bridge-level attributes down to switchdev drivers. This patchset >adds the infrastructure and then pushes, as an example, ageing_time attribute >down from bridge to switchdev (rocker)

[PATCH net-next v3 0/4] switchdev: push bridge ageing_time attribute down

2015-10-08 Thread sfeldma
From: Scott Feldman Push bridge-level attributes down to switchdev drivers. This patchset adds the infrastructure and then pushes, as an example, ageing_time attribute down from bridge to switchdev (rocker) driver. Add some range-checking for ageing_time. # ip link set dev

Re: [PATCH net-next v3 0/4] switchdev: push bridge ageing_time attribute down

2015-10-08 Thread Florian Fainelli
2015-10-08 19:23 GMT-07:00 : > From: Scott Feldman > > Push bridge-level attributes down to switchdev drivers. This patchset > adds the infrastructure and then pushes, as an example, ageing_time attribute > down from bridge to switchdev (rocker) driver.