Message ID | cover.1603906564.git.pabeni@redhat.com |
---|---|
Headers | show |
Series | net: introduce rps_default_mask | expand |
On Wed, 28 Oct 2020 18:46:02 +0100 Paolo Abeni wrote: > @@ -46,6 +47,54 @@ int sysctl_devconf_inherit_init_net __read_mostly; > EXPORT_SYMBOL(sysctl_devconf_inherit_init_net); > > #ifdef CONFIG_RPS > +struct cpumask rps_default_mask; net/core/sysctl_net_core.c:50:16: warning: symbol 'rps_default_mask' was not declared. Should it be static?
On Thu, 2020-10-29 at 08:16 -0700, Jakub Kicinski wrote: > On Wed, 28 Oct 2020 18:46:02 +0100 Paolo Abeni wrote: > > @@ -46,6 +47,54 @@ int sysctl_devconf_inherit_init_net __read_mostly; > > EXPORT_SYMBOL(sysctl_devconf_inherit_init_net); > > > > #ifdef CONFIG_RPS > > +struct cpumask rps_default_mask; > > net/core/sysctl_net_core.c:50:16: warning: symbol 'rps_default_mask' was not declared. Should it be static? Thank you for the feedback! I'll address that in v2. Cheers, Paolo