Re: [PATCH net-next 0/4] switchdev: push bridge attributes down

2015-09-28 Thread Florian Fainelli
2015-09-24 21:26 GMT-07:00 Scott Feldman : > On Thu, Sep 24, 2015 at 6:23 PM, Florian Fainelli > wrote: >> On 24/09/15 13:59, sfel...@gmail.com wrote: >>> From: Scott Feldman >>> >>> Push bridge-level attributes down to switchdev drivers. This patchset >>> adds the infrastructure and then pushe

Re: [PATCH net-next 0/4] switchdev: push bridge attributes down

2015-09-28 Thread David Miller
From: sfel...@gmail.com Date: Thu, 24 Sep 2015 13:59:26 -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 (rocker) driver. Add som

Re: [PATCH net-next 0/4] switchdev: push bridge attributes down

2015-09-24 Thread Scott Feldman
On Thu, Sep 24, 2015 at 6:23 PM, Florian Fainelli wrote: > On 24/09/15 13:59, 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

Re: [PATCH net-next 0/4] switchdev: push bridge attributes down

2015-09-24 Thread Stephen Hemminger
On Thu, 24 Sep 2015 20:25:01 -0700 Scott Feldman wrote: > On Thu, Sep 24, 2015 at 2:05 PM, Stephen Hemminger > wrote: > > On Thu, 24 Sep 2015 13:59:26 -0700 > > sfel...@gmail.com wrote: > > > >> From: Scott Feldman > >> > >> Push bridge-level attributes down to switchdev drivers. This patchset

Re: [PATCH net-next 0/4] switchdev: push bridge attributes down

2015-09-24 Thread Scott Feldman
On Thu, Sep 24, 2015 at 2:05 PM, Stephen Hemminger wrote: > On Thu, 24 Sep 2015 13:59:26 -0700 > 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 at

Re: [PATCH net-next 0/4] switchdev: push bridge attributes down

2015-09-24 Thread Andrew Lunn
> So, without a better device to hold that kind of information (in the > future it could be a global, switch-specific device holding that > information), I agree with your decision to take the bridge device to > hold that attribute, it still feels a bit uncomfortable to have > switchdev_attr_port()

Re: [PATCH net-next 0/4] switchdev: push bridge attributes down

2015-09-24 Thread Florian Fainelli
On 24/09/15 13:59, 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) driver. Add some range-checking >

Re: [PATCH net-next 0/4] switchdev: push bridge attributes down

2015-09-24 Thread Stephen Hemminger
On Thu, 24 Sep 2015 13:59:26 -0700 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) driver. Add some