From patchwork Mon Feb 19 17:11:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Niklas Cassel X-Patchwork-Id: 875247 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3zlVkT3N92z9ryy for ; Tue, 20 Feb 2018 04:15:29 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753447AbeBSRLb (ORCPT ); Mon, 19 Feb 2018 12:11:31 -0500 Received: from bastet.se.axis.com ([195.60.68.11]:38838 "EHLO bastet.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753184AbeBSRLa (ORCPT ); Mon, 19 Feb 2018 12:11:30 -0500 Received: from localhost (localhost [127.0.0.1]) by bastet.se.axis.com (Postfix) with ESMTP id C960F18070; Mon, 19 Feb 2018 18:11:28 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at bastet.se.axis.com Received: from bastet.se.axis.com ([IPv6:::ffff:127.0.0.1]) by localhost (bastet.se.axis.com [::ffff:127.0.0.1]) (amavisd-new, port 10024) with LMTP id Lo4G_T3qVnoU; Mon, 19 Feb 2018 18:11:28 +0100 (CET) Received: from boulder03.se.axis.com (boulder03.se.axis.com [10.0.8.17]) by bastet.se.axis.com (Postfix) with ESMTPS id F2EC418326; Mon, 19 Feb 2018 18:11:27 +0100 (CET) Received: from boulder03.se.axis.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id DA7071E080; Mon, 19 Feb 2018 18:11:27 +0100 (CET) Received: from boulder03.se.axis.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id CEBF71E07F; Mon, 19 Feb 2018 18:11:27 +0100 (CET) Received: from seth.se.axis.com (unknown [10.0.2.172]) by boulder03.se.axis.com (Postfix) with ESMTP; Mon, 19 Feb 2018 18:11:27 +0100 (CET) Received: from lnxartpec1.se.axis.com (lnxartpec1.se.axis.com [10.88.4.10]) by seth.se.axis.com (Postfix) with ESMTP id C24521A5E; Mon, 19 Feb 2018 18:11:27 +0100 (CET) Received: by lnxartpec1.se.axis.com (Postfix, from userid 20283) id BBE20401B8; Mon, 19 Feb 2018 18:11:27 +0100 (CET) From: Niklas Cassel To: netdev@vger.kernel.org Cc: Jose.Abreu@synopsys.com, vbhadram@nvidia.com, Niklas Cassel , linux-kernel@vger.kernel.org Subject: [PATCH net-next 0/7] stmmac multi-queue fixes and cleanups Date: Mon, 19 Feb 2018 18:11:08 +0100 Message-Id: <20180219171116.15326-1-niklas.cassel@axis.com> X-Mailer: git-send-email 2.14.2 X-TM-AS-GCONF: 00 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org stmmac multi-queue fixes and cleanups Niklas Cassel (7): net: stmmac: set MSS for each tx DMA channel net: stmmac: do not clear tx_skbuff entries in stmmac_xmit()/stmmac_tso_xmit() net: stmmac: WARN if tx_skbuff entries are reused before cleared net: stmmac: rename dwmac4_tx_queue_routing() to match reality net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing() net: stmmac: add error handling in stmmac_mtl_setup() net: stmmac: honor error code from stmmac_dt_phy() drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 6 ++-- drivers/net/ethernet/stmicro/stmmac/stmmac.h | 2 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 23 +++++++-------- .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 34 +++++++++++++++++----- 4 files changed, 42 insertions(+), 23 deletions(-) Reviewed-by: Jose Abreu