From patchwork Tue Aug 6 13:16:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jose Abreu X-Patchwork-Id: 11078907 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 32FB014E5 for ; Tue, 6 Aug 2019 13:16:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 20C4026E7B for ; Tue, 6 Aug 2019 13:16:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 14A6D2868C; Tue, 6 Aug 2019 13:16:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id BB2DC28562 for ; Tue, 6 Aug 2019 13:16:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=AwXL3TGYjobP8H8/zXT9iwTI7Gxm7uuIKVeI6Vz/Dic=; b=Tbl fIugQuJtuxsGYoHejsqV4W3CkXolBUePios13GNxrkeC1ul+cxe331Nw7B9/GpesHIjRvkcqb8pDl lqGxPr2eFy66NwN4Jb92nwLelqVPL+0Uq1wuX+izbc/gmbnb6RGBUmOTf8mmQHnJc32H0fveDeq0v Gwrg3LwQuyDVGwhQMkBWC+Boo7PirP9sklaqTr3y26yyz7Ej8Y05WV64mE2z+XzaKaYXoMGAqU5G8 R6hVugyJJGHVZN4ssklEhrmgSBwX5NXyL8M6eBrCOy6kSFt76OVTSJrmEA7bGvM+0b+NaWScUcgr2 J+FpgPVsgcehLyO1bfkVd0UUz1V8rtA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1huzKU-0007f3-6w; Tue, 06 Aug 2019 13:16:42 +0000 Received: from dc8-smtprelay2.synopsys.com ([198.182.47.102] helo=smtprelay-out1.synopsys.com) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1huzKE-0007TG-Qx for linux-arm-kernel@lists.infradead.org; Tue, 06 Aug 2019 13:16:28 +0000 Received: from mailhost.synopsys.com (mdc-mailhost2.synopsys.com [10.225.0.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtprelay-out1.synopsys.com (Postfix) with ESMTPS id 0CC85C21B9; Tue, 6 Aug 2019 13:16:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1565097385; bh=Ab5jp3GsMXQWmVrZFrMXWKrOoJ32+iutiBB3NdSCy7U=; h=From:To:Cc:Subject:Date:From; b=PV/WBimuik8cDyALtkSnshvQukdpJgHBFPGuylY9CPMMZYPNIPKYj/PrY6y3KdbIn 7+zJqksQXOsuQCb7qd30AAFIjyPTOK8A2wFol/Qb0prJBfKAeSfuaJ6agtDlyP7Qaf 4H4k4GCqDRJf+Bw56ms3NoSOZ5TG/s8zTSwFxrEy9GBfeKJxXFk8z5U0nNa5SR+S7d jy8Rq/Ceum+0OgckWOgGJySMNMQ6CV1YcgE7gMdcS92NuHsg+JGzB3Jsejny0LyDYc /q8Zg4poIBGoFrKAzfLZxEP/nj87pFzhQ0wkzQLTIiJQVaBIjm9GTunXvv17P0l6d6 b875KXfyAsAFQ== Received: from de02dwia024.internal.synopsys.com (de02dwia024.internal.synopsys.com [10.225.19.81]) by mailhost.synopsys.com (Postfix) with ESMTP id DE4CBA0057; Tue, 6 Aug 2019 13:16:22 +0000 (UTC) From: Jose Abreu To: netdev@vger.kernel.org Subject: [PATCH net 0/3] net: stmmac: Fixes for -net Date: Tue, 6 Aug 2019 15:16:15 +0200 Message-Id: X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190806_061626_886502_71529D18 X-CRM114-Status: UNSURE ( 7.68 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jose Abreu , Joao Pinto , Alexandre Torgue , linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, Maxime Coquelin , Giuseppe Cavallaro , "David S. Miller" , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Couple of fixes for -net. More info in commit log. --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: netdev@vger.kernel.org Cc: linux-stm32@st-md-mailman.stormreply.com Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- Jose Abreu (3): net: stmmac: xgmac: Fix XGMAC selftests net: stmmac: Fix issues when number of Queues >= 4 net: stmmac: tc: Do not return a fragment entry drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 4 + drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h | 7 +- .../net/ethernet/stmicro/stmmac/dwxgmac2_core.c | 87 +++++++++++++++++++--- drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c | 2 +- 4 files changed, 88 insertions(+), 12 deletions(-)