Re: [PATCH 1/2] net/virtio: propagate return value of called function

2023-06-01 Thread Maxime Coquelin
On 3/22/23 11:23, Boleslav Stankevich wrote: rte_intr_vec_list_alloc() may fail because of different reasons which are indicated by different negative errno values. Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt handle") Cc: sta...@dpdk.org Signed-off-by: Boleslav Stankevic

RE: [PATCH 1/2] net/virtio: propagate return value of called function

2023-05-11 Thread Xia, Chenbo
> Subject: [PATCH 1/2] net/virtio: propagate return value of called function > > rte_intr_vec_list_alloc() may fail because of different reasons which > are indicated by different negative errno values. > > Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt

Re: [PATCH 1/2] net/virtio: propagate return value of called function

2023-03-30 Thread Andrew Rybchenko
Subject: [PATCH 1/2] net/virtio: propagate return value of called function rte_intr_vec_list_alloc() may fail because of different reasons which are indicated by different negative errno values. Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt handle") Cc: sta...@dpdk.org Sig

RE: [PATCH 1/2] net/virtio: propagate return value of called function

2023-03-27 Thread Xia, Chenbo
> Subject: [PATCH 1/2] net/virtio: propagate return value of called function > > rte_intr_vec_list_alloc() may fail because of different reasons which > are indicated by different negative errno values. > > Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt

[PATCH 1/2] net/virtio: propagate return value of called function

2023-03-22 Thread Boleslav Stankevich
rte_intr_vec_list_alloc() may fail because of different reasons which are indicated by different negative errno values. Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt handle") Cc: sta...@dpdk.org Signed-off-by: Boleslav Stankevich Signed-off-by: Andrew Rybchenko --- drivers/n