From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: systemport: Add support for BQL Date: Thu, 29 Mar 2018 15:56:51 -0400 (EDT) Message-ID: <20180329.155651.639613872542750958.davem@davemloft.net> References: <20180329192711.19215-1-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, opendmb@gmail.com To: f.fainelli@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:49146 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082AbeC2T4w (ORCPT ); Thu, 29 Mar 2018 15:56:52 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Florian Fainelli Date: Thu, 29 Mar 2018 12:30:08 -0700 > 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. Sure, no problem.