OSDN Git Service

Merge branch 'dsa-deferred-xmit'
authorDavid S. Miller <davem@davemloft.net>
Sun, 5 Jan 2020 23:13:13 +0000 (15:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Jan 2020 23:13:13 +0000 (15:13 -0800)
commitde1b23b9b4c1504f124ebbf079131b1713756199
tree89253f8b67c741762faa569fcc6b02e9040f5e7f
parent8bd17dc6da3d74980fd86912e18388ebf6a0083b
parent2821d50fc0c45e45bc10781d4dd332e21e7fb980
Merge branch 'dsa-deferred-xmit'

Vladimir Oltean says:

====================
Improvements to the DSA deferred xmit

After the feedback received on v1:
https://www.spinics.net/lists/netdev/msg622617.html

I've decided to move the deferred xmit implementation completely within
the sja1105 driver.

The executive summary for this series is the same as it was for v1
(better for everybody):

- For those who don't use it, thanks to one less assignment in the
  hotpath (and now also thanks to less code in the DSA core)
- For those who do, by making its scheduling more amenable and moving it
  outside the generic workqueue (since it still deals with packet
  hotpath, after all)

There are some simplification (1/3) and cosmetic (3/3) patches in the
areas next to the code touched by the main patch (2/3).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>