Re: [PATCH net-next 3/4] net: dsa: Refactor transmit path

2015-07-30 Thread Florian Fainelli
On 30/07/15 12:35, Florian Fainelli wrote: > All tagging protocols do the same thing: increment device statistics, > make room for the tag to be inserted, create the tag, invoke the parent > network device transmit function. > > In order to prepare for adding netpoll support, which requires the ta

[PATCH net-next 3/4] net: dsa: Refactor transmit path

2015-07-30 Thread Florian Fainelli
All tagging protocols do the same thing: increment device statistics, make room for the tag to be inserted, create the tag, invoke the parent network device transmit function. In order to prepare for adding netpoll support, which requires the tag creation, but not using the parent network device t