From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH net-next] net: systemport: Add support for BQL Date: Thu, 29 Mar 2018 12:30:08 -0700 Message-ID: References: <20180329192711.19215-1-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: opendmb@gmail.com To: netdev@vger.kernel.org, davem@davemloft.net Return-path: Received: from mail-qk0-f193.google.com ([209.85.220.193]:40122 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751096AbeC2TaR (ORCPT ); Thu, 29 Mar 2018 15:30:17 -0400 Received: by mail-qk0-f193.google.com with SMTP id o64so7145181qkl.7 for ; Thu, 29 Mar 2018 12:30:16 -0700 (PDT) In-Reply-To: <20180329192711.19215-1-f.fainelli@gmail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 03/29/2018 12:27 PM, Florian Fainelli wrote: > We had all the accounting done already, but we did not plumb BQL. In > order to avoid fetching twice the netdev_queue pointer in the TX > reclamation path, move the queue waking into __bcm_sysport_tx_reclaim() > so we can update BQL and wake the TX queue there in one go. > > Signed-off-by: Florian Fainelli David, please disregard this patch, I found a bunch of issues, and it won't apply with the coalescing patch series. -- Florian