Message ID | 20240812222013.1503584-1-pkaligineedi@google.com (mailing list archive) |
---|---|
Headers | show |
Series | gve: Add RSS config support | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 12 Aug 2024 15:20:11 -0700 you wrote: > From: Ziwei Xiao <ziweixiao@google.com> > > These two patches are used to add RSS config support in GVE driver > between the device and ethtool. > > Changelog: > v3: > - no changes, pure repost to get the patches into patchwork > v2: > - https://lore.kernel.org/20240808205530.726871-1-pkaligineedi@google.com > > [...] Here is the summary with links: - [net-next,v3,1/2] gve: Add RSS device option https://git.kernel.org/netdev/net-next/c/58c98d0cd4f8 - [net-next,v3,2/2] gve: Add RSS adminq commands and ethtool support https://git.kernel.org/netdev/net-next/c/fa46c456fa6e You are awesome, thank you!
From: Ziwei Xiao <ziweixiao@google.com> These two patches are used to add RSS config support in GVE driver between the device and ethtool. Changelog: v3: - no changes, pure repost to get the patches into patchwork v2: - https://lore.kernel.org/20240808205530.726871-1-pkaligineedi@google.com Jeroen de Borst (1): gve: Add RSS adminq commands and ethtool support Ziwei Xiao (1): gve: Add RSS device option drivers/net/ethernet/google/gve/gve.h | 5 + drivers/net/ethernet/google/gve/gve_adminq.c | 182 +++++++++++++++++- drivers/net/ethernet/google/gve/gve_adminq.h | 59 +++++- drivers/net/ethernet/google/gve/gve_ethtool.c | 44 ++++- 4 files changed, 286 insertions(+), 4 deletions(-)