[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160506.153829.1292994792261109577.davem@davemloft.net>
Date: Fri, 06 May 2016 15:38:29 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: ecree@...arflare.com
Cc: linux-net-drivers@...arflare.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 1/2] sfc: Support setting rss_cpus to 'cores',
'packages' or 'hyperthreads'
From: Edward Cree <ecree@...arflare.com>
Date: Wed, 4 May 2016 18:01:52 +0100
> These settings autoconfigure the number of RSS channels to match the number of
> CPUs present.
>
> Signed-off-by: Edward Cree <ecree@...arflare.com>
I can't believe I allowed this 'rss_cpus' thing into the tree to begin with.
It's completely wrong and is exactly the kind of thing we are trying
to actively avoid in network drivers.
If another network driver wants to provide the same facility they will
add a module parameter with a slightly different name, a different
set of valid choices, and different semantics.
Define a proper global, stable, tree-wide mechanism to configure these
kinds of things and use that instead.
Thanks.
Powered by blists - more mailing lists