Re: [dpdk-dev] [PATCH] net/mlx5: fix running without rxq

2020-02-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Shiri Kuzin > Sent: Thursday, February 20, 2020 4:42 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix running without rxq > > When running mlx5_dev_start in mlx5_ethdev the

[dpdk-dev] [PATCH] net/mlx5: fix running without rxq

2020-02-20 Thread Shiri Kuzin
When running mlx5_dev_start in mlx5_ethdev the function calls mlx5_dev_configure_rss_reta in order to configure the rxq's. Before mlx5_dev_configure_rss_reta there isn't a check whether there are rxq's and if rxq's are 0 the function fails. For example, this command: /build/app/test-pmd/testpmd -n