From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/3] net: dsa: Move padding into Broadcom tagger Date: Fri, 05 Jan 2018 11:21:49 -0500 (EST) Message-ID: <20180105.112149.1560911560537825353.davem@davemloft.net> References: <20180104061302.27631-1-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com To: f.fainelli@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:33718 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751845AbeAEQVv (ORCPT ); Fri, 5 Jan 2018 11:21:51 -0500 In-Reply-To: <20180104061302.27631-1-f.fainelli@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Florian Fainelli Date: Wed, 3 Jan 2018 22:12:59 -0800 > 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. Series applied, thanks Florian.