Re: [PATCH v3] net/netvsc: add support for mtu_set

2023-10-11 Thread Ferruh Yigit
On 10/10/2023 8:08 PM, Long Li wrote: >> Subject: [PATCH v3] net/netvsc: add support for mtu_set >> >> Add support for changing the netvsc MTU. The MTU can only be set at nvs >> initialization, therefore to change the MTU the underlying vmbus >> channel(s) are

RE: [PATCH v3] net/netvsc: add support for mtu_set

2023-10-10 Thread Long Li
> Subject: [PATCH v3] net/netvsc: add support for mtu_set > > Add support for changing the netvsc MTU. The MTU can only be set at nvs > initialization, therefore to change the MTU the underlying vmbus > channel(s) are torn down and the vmbus device unmapped and remapped. The >

[PATCH v3] net/netvsc: add support for mtu_set

2023-10-10 Thread Sam Andrew
Add support for changing the netvsc MTU. The MTU can only be set at nvs initialization, therefore to change the MTU the underlying vmbus channel(s) are torn down and the vmbus device unmapped and remapped. The existing rx and tx queue(s) are reconnected to the new vmbus channel(s). Signed-off-by: