[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221117200845.5eb5b81a@kernel.org>
Date: Thu, 17 Nov 2022 20:08:45 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Sudheer Mogilappagari <sudheer.mogilappagari@...el.com>
Cc: netdev@...r.kernel.org, mkubecek@...e.cz, andrew@...n.ch,
corbet@....net, sridhar.samudrala@...el.com,
anthony.l.nguyen@...el.com
Subject: Re: [PATCH net-next v3] ethtool: add netlink based get rss support
On Wed, 16 Nov 2022 15:25:54 -0800 Sudheer Mogilappagari wrote:
> +RSS_GET
> +========
One too many =
> + {
> + .cmd = ETHTOOL_MSG_RSS_GET,
> + .doit = ethnl_default_doit,
> + .start = ethnl_default_start,
> + .done = ethnl_default_done,
start and done are part of the dump procedure, since we have no dump
now I think we should drop those
> + .policy = ethnl_rss_get_policy,
> + .maxattr = ARRAY_SIZE(ethnl_rss_get_policy) - 1,
> + },
> };
Powered by blists - more mailing lists