From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jose Abreu Subject: [PATCH net-next v2 0/2] net: stmmac: Improvements for multi-queuing and for AVB Date: Fri, 13 Oct 2017 10:58:35 +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]:53558 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751033AbdJMJ6y (ORCPT ); Fri, 13 Oct 2017 05:58:54 -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 Changes from v1: - Fix typo in second patch 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