[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220531205011.4e17bc11@kernel.org>
Date: Tue, 31 May 2022 20:50:11 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: "Tham, Mun Yew" <mun.yew.tham@...el.com>
Cc: Joyce Ooi <joyce.ooi@...el.com>,
"David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>, netdev@...r.kernel.org
Subject: Re: [PATCH] net: eth: altera: set rx and tx ring size before
init_dma call
On Tue, 31 May 2022 10:51:17 +0800 Tham, Mun Yew wrote:
> It is more appropriate to set the rx and tx ring size before calling
> the init function for the dma.
Improve the commit message please, this tells us nothing.
It's hardly a well know software design best practice to set some
random thing before calling another random thing.
AFAICT neither dma implementation upstream cares about
priv->[tr]x_ring_size, do they?
If you're doing this to prepare for adding another DMA engine,
please post this patch together with the support being added.
Powered by blists - more mailing lists