Re: [PATCH v2] net/virtio: fix link state interrupt vector setting

2023-10-25 Thread Maxime Coquelin
On 10/23/23 03:46, Wenwu Ma wrote: The settings of the vector for link state interrupts should be done before the initialization of the device is completed. Fixes: ee85024cf5f7 ("net/virtio: complete init stage at the right place") Cc: sta...@dpdk.org Signed-off-by: Wenwu Ma Tested-by: Wei

[PATCH v2] net/virtio: fix link state interrupt vector setting

2023-10-22 Thread Wenwu Ma
The settings of the vector for link state interrupts should be done before the initialization of the device is completed. Fixes: ee85024cf5f7 ("net/virtio: complete init stage at the right place") Cc: sta...@dpdk.org Signed-off-by: Wenwu Ma Tested-by: Wei Ling Reviewed-by: Maxime Coquelin ---