netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: dsa: Move padding into Broadcom tagger
@ 2018-01-04  6:12 Florian Fainelli
  2018-01-04  6:13 ` [PATCH net-next 1/3] " Florian Fainelli
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Florian Fainelli @ 2018-01-04  6:12 UTC (permalink / raw)
  To: netdev; +Cc: davem, andrew, vivien.didelot, Florian Fainelli

Hi all,

This patch series moves the padding of short packets to where it belongs
within the DSA Broadcom tagger code, I just found myself doing this for
a third driver, which was a clear indication this was wrong and did not
scale.

Florian Fainelli (3):
  net: dsa: Move padding into Broadcom tagger
  net: systemport: Remove short packet padding
  net: bgmac: Remove short packet padding for DSA

 drivers/net/ethernet/broadcom/bcmsysport.c | 12 ------------
 drivers/net/ethernet/broadcom/bgmac.c      | 15 ---------------
 net/dsa/tag_brcm.c                         | 12 ++++++++++++
 3 files changed, 12 insertions(+), 27 deletions(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-01-05 16:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-04  6:12 [PATCH net-next 0/3] net: dsa: Move padding into Broadcom tagger Florian Fainelli
2018-01-04  6:13 ` [PATCH net-next 1/3] " Florian Fainelli
2018-01-04  6:13 ` [PATCH net-next 2/3] net: systemport: Remove short packet padding Florian Fainelli
2018-01-04  6:13 ` [PATCH net-next 3/3] net: bgmac: Remove short packet padding for DSA Florian Fainelli
2018-01-04 12:43 ` [PATCH net-next 0/3] net: dsa: Move padding into Broadcom tagger Andrew Lunn
2018-01-05 16:21 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).