Re: [PATCH v2 net-next 2/7] net: dsa: Pass ndo_setup_tc slave callback to drivers

2019-09-16 Thread Vladimir Oltean
Hi Ilias, On Mon, 16 Sep 2019 at 12:31, Ilias Apalodimas wrote: > > Hi Vladimir, > > Yes fixes my request on the initial RFC. Sorry for the delayed response. > > On Sat, Sep 14, 2019 at 04:17:57AM +0300, Vladimir Oltean wrote: > > DSA currently handles shared block filters (for the classifier-act

Re: [PATCH v2 net-next 2/7] net: dsa: Pass ndo_setup_tc slave callback to drivers

2019-09-16 Thread Ilias Apalodimas
Hi Vladimir, Yes fixes my request on the initial RFC. Sorry for the delayed response. On Sat, Sep 14, 2019 at 04:17:57AM +0300, Vladimir Oltean wrote: > DSA currently handles shared block filters (for the classifier-action > qdisc) in the core due to what I believe are simply pragmatic reasons -

Re: [PATCH v2 net-next 2/7] net: dsa: Pass ndo_setup_tc slave callback to drivers

2019-09-13 Thread Florian Fainelli
On 9/13/2019 6:17 PM, Vladimir Oltean wrote: > DSA currently handles shared block filters (for the classifier-action > qdisc) in the core due to what I believe are simply pragmatic reasons - > hiding the complexity from drivers and offerring a simple API for port > mirroring. > > Extend the dsa

[PATCH v2 net-next 2/7] net: dsa: Pass ndo_setup_tc slave callback to drivers

2019-09-13 Thread Vladimir Oltean
DSA currently handles shared block filters (for the classifier-action qdisc) in the core due to what I believe are simply pragmatic reasons - hiding the complexity from drivers and offerring a simple API for port mirroring. Extend the dsa_slave_setup_tc function by passing all other qdisc offloads