[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221025151031.67f06127@kernel.org>
Date: Tue, 25 Oct 2022 15:10:31 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Nick Child <nnac123@...ux.ibm.com>
Cc: netdev@...r.kernel.org, nick.child@....com, dave.taht@...il.com
Subject: Re: [RFC PATCH net-next 0/1] ibmveth: Implement BQL
On Tue, 25 Oct 2022 15:03:03 -0500 Nick Child wrote:
> Th qdisc is default pfifo_fast.
You need a more advanced qdisc to seen an effect. Try fq.
BQL tries to keep the NIC queue (fifo) as short as possible
to hold packets in the qdisc. But if the qdisc is also just
a fifo there's no practical difference.
I have no practical experience with BQL on virtualized NICs
tho, so unsure what gains you should expect to see..
Powered by blists - more mailing lists