[dpdk-stable] [PATCH] net/virtio: remove useless check on mempool

Maxime Coquelin maxime.coquelin at redhat.com
Wed Jun 5 14:29:48 CEST 2019



On 5/9/19 10:03 AM, David Marchand wrote:
> This .rx_queue_setup devop is called after ethdev already dereferenced
> the mempool pointer.
> No need to check and we can remove this rte_exit.
> 
> Fixes: 48cec290a3d2 ("net/virtio: move queue configure code to proper place")
> Cc: stable at dpdk.org
> 
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> ---
>   drivers/net/virtio/virtio_rxtx.c | 5 -----
>   1 file changed, 5 deletions(-)

Applied to dpdk-next-virtio/master.

Thanks,
Maxime


More information about the stable mailing list