Netdev List
 help / color / mirror / Atom feed
From: Hariprasad Kelam <hkelam@marvell.com>
To: Praveen Kaligineedi <pkaligineedi@google.com>
Cc: <netdev@vger.kernel.org>, <davem@davemloft.net>,
	<edumazet@google.com>, <kuba@kernel.org>, <pabeni@redhat.com>,
	<willemb@google.com>, <jeroendb@google.com>,
	<shailend@google.com>, <hramamurthy@google.com>,
	<jfraker@google.com>, Ziwei Xiao <ziweixiao@google.com>
Subject: Re: [PATCH net-next v3 2/2] gve: Add RSS adminq commands and ethtool support
Date: Tue, 13 Aug 2024 16:15:30 +0530	[thread overview]
Message-ID: <Zrs5SspHV06zP4cK@test-OptiPlex-Tower-Plus-7010> (raw)
In-Reply-To: <20240812222013.1503584-3-pkaligineedi@google.com>

On 2024-08-13 at 03:50:13, Praveen Kaligineedi (pkaligineedi@google.com) wrote:
> From: Jeroen de Borst <jeroendb@google.com>
> 
> Introduce adminq commands to configure and retrieve RSS settings from
> the device. Implement corresponding ethtool ops for user-level
> management.
> 
> Signed-off-by: Jeroen de Borst <jeroendb@google.com>
> Co-developed-by: Ziwei Xiao <ziweixiao@google.com>
> Signed-off-by: Ziwei Xiao <ziweixiao@google.com>
> Signed-off-by: Praveen Kaligineedi <pkaligineedi@google.com>
> Reviewed-by: Praveen Kaligineedi <pkaligineedi@google.com>
> Reviewed-by: Harshitha Ramamurthy <hramamurthy@google.com>
> Reviewed-by: Willem de Bruijn <willemb@google.com>
> ---
> Changes in v2:
> 	- Update the GVE's get/set_rxfh functions to send the
> 	  ethtool_rxfh_param directly to related adminq functions so
> 	  that it can avoid the extra copy between ethtool and the
> 	  local gve_rss_config struct(Jakub Kicinski)
> 	- Remove the struct gve_rss_config that becomes unused
> 	- Add a comment in the gve_adminq_configure_rss function to
> 	  describe the device expections for the configure_rss adminq
> 	  command
> 
>  drivers/net/ethernet/google/gve/gve.h         |   2 +
>  drivers/net/ethernet/google/gve/gve_adminq.c  | 146 ++++++++++++++++++
>  drivers/net/ethernet/google/gve/gve_adminq.h  |  44 ++++++
>  drivers/net/ethernet/google/gve/gve_ethtool.c |  44 +++++-
>  4 files changed, 235 insertions(+), 1 deletion(-)
>
Reviewed-by: Hariprasad Kelam <hkelam@marvell.com>

  reply	other threads:[~2024-08-13 10:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-12 22:20 [PATCH net-next v3 0/2] gve: Add RSS config support Praveen Kaligineedi
2024-08-12 22:20 ` [PATCH net-next v3 1/2] gve: Add RSS device option Praveen Kaligineedi
2024-08-13 10:30   ` Hariprasad Kelam
2024-08-12 22:20 ` [PATCH net-next v3 2/2] gve: Add RSS adminq commands and ethtool support Praveen Kaligineedi
2024-08-13 10:45   ` Hariprasad Kelam [this message]
2024-08-14  1:20 ` [PATCH net-next v3 0/2] gve: Add RSS config support patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zrs5SspHV06zP4cK@test-OptiPlex-Tower-Plus-7010 \
    --to=hkelam@marvell.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hramamurthy@google.com \
    --cc=jeroendb@google.com \
    --cc=jfraker@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pkaligineedi@google.com \
    --cc=shailend@google.com \
    --cc=willemb@google.com \
    --cc=ziweixiao@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox