[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240410184549.5e5f77f2@kernel.org>
Date: Wed, 10 Apr 2024 18:45:49 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Breno Leitao <leitao@...ian.org>
Cc: davem@...emloft.net, pabeni@...hat.com, edumazet@...gle.com,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next v2 4/4] net: dqs: make struct dql more cache
efficient
On Wed, 10 Apr 2024 06:52:56 -0700 Breno Leitao wrote:
> > Doesn't this move the cache line bouncing problem to the other side?
>
> I think so. Looking at dql_check_stall(), it only uses fields in the
> second cache line, except now 'dql->stall_thrs' that is in the first
> cache line.
We do read num_queued at the beginning of dql_completed().
So maybe we we move the read of the threshold there we will be fine.
Powered by blists - more mailing lists