Re: [dpdk-dev] [PATCH] net/mlx5: improve logging of MPRQ selection

2020-04-21 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Friday, April 17, 2020 8:21 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Slava Ovsiienko > ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: improve logging of MPRQ selection > > MPRQ is silently turned off in case there is not en

[dpdk-dev] [PATCH] net/mlx5: improve logging of MPRQ selection

2020-04-17 Thread Alexander Kozyrev
MPRQ is silently turned off in case there is not enough Rx queues configured. Improve the logging to show a warning in this case to notify a user about the Rx burst function selected. Fixes: 7d6bf6b866b8 ("net/mlx5: add Multi-Packet Rx support") Cc: sta...@dpdk.org Signed-off-by: Alexander Kozyre