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