[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b80374c7-3f5a-4f47-8955-c16d14e7549a@kernel.org>
Date: Sun, 5 Nov 2023 21:27:35 -0700
From: David Ahern <dsahern@...nel.org>
To: Stephen Hemminger <stephen@...workplumber.org>,
John Ousterhout <ouster@...stanford.edu>
Cc: Andrew Lunn <andrew@...n.ch>, netdev@...r.kernel.org
Subject: Re: Bypass qdiscs?
On 11/5/23 8:23 PM, Stephen Hemminger wrote:
> On Sat, 4 Nov 2023 19:47:30 -0700
> John Ousterhout <ouster@...stanford.edu> wrote:
>
>> I haven't tried creating a "pass through" qdisc, but that seems like a
>> reasonable approach if (as it seems) there isn't something already
>> built-in that provides equivalent functionality.
>>
>> -John-
>>
>> P.S. If hardware starts supporting Homa, I hope that it will be
>> possible to move the entire transport to the NIC, so that applications
>> can bypass the kernel entirely, as with RDMA.
>
> One old trick was setting netdev queue length to 0 to avoid qdisc.
>
tc qdisc replace dev <name> root noqueue
should work
Powered by blists - more mailing lists