Re: [PATCH v3] net: netvsc: Update default VMBus channels

2024-08-26 Thread Erni Sri Satya Vennela
On Fri, Aug 23, 2024 at 04:37:17PM +, Michael Kelley wrote: > From: Erni Sri Satya Vennela Sent: Thursday, > August 22, 2024 8:06 AM > > > > Change VMBus channels macro (VRSS_CHANNEL_DEFAULT) in > > Linux netvsc from 8 to 16 to align with Azure Windows VM > > and improve networking throughpu

RE: [PATCH v3] net: netvsc: Update default VMBus channels

2024-08-23 Thread Michael Kelley
From: Erni Sri Satya Vennela Sent: Thursday, August 22, 2024 8:06 AM > > Change VMBus channels macro (VRSS_CHANNEL_DEFAULT) in > Linux netvsc from 8 to 16 to align with Azure Windows VM > and improve networking throughput. > > For VMs having less than 16 vCPUS, the channels depend > on number o

[PATCH v3] net: netvsc: Update default VMBus channels

2024-08-22 Thread Erni Sri Satya Vennela
Change VMBus channels macro (VRSS_CHANNEL_DEFAULT) in Linux netvsc from 8 to 16 to align with Azure Windows VM and improve networking throughput. For VMs having less than 16 vCPUS, the channels depend on number of vCPUs. Between 16 to 64 vCPUs, the channels default to VRSS_CHANNEL_DEFAULT. For gre