Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758598AbcLVKNX (ORCPT ); Thu, 22 Dec 2016 05:13:23 -0500 Received: from smtprelay.synopsys.com ([198.182.47.9]:56902 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753847AbcLVKNV (ORCPT ); Thu, 22 Dec 2016 05:13:21 -0500 Subject: Re: [PATCH v3] stmmac: enable rx queues To: David Miller , References: <406c3af0c74809090a49d14af6a27cca2f5e9d6b.1482253639.git.jpinto@synopsys.com> <20161221.132647.1022935257419607406.davem@davemloft.net> CC: , , , , , , From: Joao Pinto Message-ID: Date: Thu, 22 Dec 2016 10:12:52 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161221.132647.1022935257419607406.davem@davemloft.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.107.19.116] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1059 Lines: 28 ?s 6:26 PM de 12/21/2016, David Miller escreveu: > From: Joao Pinto > Date: Tue, 20 Dec 2016 17:09:28 +0000 > >> When the hardware is synthesized with multiple queues, all queues are >> disabled for default. This patch adds the rx queues configuration. >> This patch was successfully tested in a Synopsys QoS Reference design. >> >> Signed-off-by: Joao Pinto >> --- >> changes v2 -> v3 (Seraphin Bonnaffe): >> - GMAC_RX_QUEUE_CLEAR macro simplified >> changes v1 -> v2 (Niklas Cassel and Seraphin Bonnaffe): >> - Instead of using number of DMA channels, lets use number of queues >> - Create 2 flavors of RX queue enable Macros: AV and DCB (AV by default) >> - Make sure that the RX queue related bits are cleared before setting >> - Check if rx_queue_enable is available before executing > > This change seems more appropriate for net-next, please resubmit when > that tree opens up again. > > Thanks. > Ok, great! Could you please send me an estimate of when the net-next is going to open again? Thanks