[net-next v2 0/1] hyperv: Link queues to NAPIs

2024-09-30 Thread Joe Damato
g I can do to help. Thanks, Joe [1]: https://lore.kernel.org/netdev/20240924234851.42348-1-jdam...@fastly.com/ v2: - Added Haiyang Zhang's Reviewed-by - Added Shradha Gupta's Tested-by - Commit message updated to include test output from Shradha - Wrapped lines to 80 charac

[net-next v2 1/1] hv_netvsc: Link queues to NAPIs

2024-09-30 Thread Joe Damato
'rx'}, {'id': 0, 'ifindex': 2, 'napi-id': 8193, 'type': 'tx'}, {'id': 1, 'ifindex': 2, 'napi-id': 8194, 'type': 'tx'}, {'id': 2, 'ifindex': 2, 'napi-id': 8195, &

Re: [RFC net-next 1/1] hv_netvsc: Link queues to NAPIs

2024-09-26 Thread Joe Damato
On Wed, Sep 25, 2024 at 07:39:03PM +, Haiyang Zhang wrote: > [...] > The code change looks fine to me. > @Shradha Gupta or @Erni Sri Satya Vennela, Do you have time to test this? Haiyang, would you like me to include an acked-by or reviewed-by from you for this patch when I send it when net

Re: [RFC net-next 1/1] hv_netvsc: Link queues to NAPIs

2024-09-26 Thread Joe Damato
On Thu, Sep 26, 2024 at 04:10:24PM +0100, Simon Horman wrote: > On Tue, Sep 24, 2024 at 11:48:51PM +0000, Joe Damato wrote: > > Use netif_queue_set_napi to link queues to NAPI instances so that they > > can be queried with netlink. > > > > Signed-off-by: Joe Damat

Re: [RFC net-next 1/1] hv_netvsc: Link queues to NAPIs

2024-09-26 Thread Joe Damato
On Thu, Sep 26, 2024 at 03:34:43AM -0700, Shradha Gupta wrote: > On Wed, Sep 25, 2024 at 07:39:03PM +, Haiyang Zhang wrote: > > > > > > > -Original Message- > > > From: Joe Damato > > > Sent: Tuesday, September 24, 2024 7:49 PM > > &

Re: [RFC net-next 1/1] hv_netvsc: Link queues to NAPIs

2024-09-26 Thread Joe Damato
On Thu, Sep 26, 2024 at 08:42:32AM -0700, Joe Damato wrote: > On Thu, Sep 26, 2024 at 04:10:24PM +0100, Simon Horman wrote: > > On Tue, Sep 24, 2024 at 11:48:51PM +0000, Joe Damato wrote: > > > Use netif_queue_set_napi to link queues to NAPI instances so that they > > >

[RFC net-next 1/1] hv_netvsc: Link queues to NAPIs

2024-09-24 Thread Joe Damato
Use netif_queue_set_napi to link queues to NAPI instances so that they can be queried with netlink. Signed-off-by: Joe Damato --- drivers/net/hyperv/netvsc.c | 11 ++- drivers/net/hyperv/rndis_filter.c | 9 +++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a

[RFC net-next 0/1] hyperv: Link queues to NAPIs

2024-09-24 Thread Joe Damato
support for this API to hyper-V so that applications (including CI and automated testing facilities) could make use of this API in VMs. Sorry, I don't know much at all about hyper-V, but please let me know if there is anything I can do to help. Thanks, Joe Joe Damato (1): hv_netvsc: Link