From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jose Abreu Subject: [PATCH net-next 0/2] net: stmmac: Improvements for multi-queuing and for AVB Date: Thu, 12 Oct 2017 16:14:40 +0100 Message-ID: Cc: Jose Abreu , "David S. Miller" , Joao Pinto , Giuseppe Cavallaro , Alexandre Torgue To: netdev@vger.kernel.org Return-path: Received: from smtprelay2.synopsys.com ([198.182.60.111]:36630 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751394AbdJLPPK (ORCPT ); Thu, 12 Oct 2017 11:15:10 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Hi, Two improvements for stmmac: First one corrects the available fifo size per queue, second one corrects enabling of AVB queues. More info in commit log. Best regards, Jose Miguel Abreu Cc: David S. Miller Cc: Joao Pinto Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Jose Abreu (2): net: stmmac: Use correct values in TQS/RQS fields net: stmmac: Disable flow ctrl for RX AVB queues and really enable TX AVB queues drivers/net/ethernet/stmicro/stmmac/common.h | 5 +-- drivers/net/ethernet/stmicro/stmmac/dwmac4.h | 2 ++ drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c | 27 ++++++++++------ drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 39 +++++++++++++++++++---- 4 files changed, 56 insertions(+), 17 deletions(-) -- 1.9.1