app/testpmd: fix descriptor number for Rx queue setup
authorFerruh Yigit <ferruh.yigit@intel.com>
Tue, 22 May 2018 16:37:20 +0000 (17:37 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 22 May 2018 22:35:01 +0000 (00:35 +0200)
commitd4930794692cf6b74fcf10900922aa2890085076
tree668f824eca7198a70fa6122066f850a0c1a50361
parentb5205060e6acf1eff14d4d37c6fc15e62b7e3791
app/testpmd: fix descriptor number for Rx queue setup

Wrong index used to select descriptor number, causing setting up queue
with wrong number of descriptors.

Fixes: d44f8a485f5d ("app/testpmd: enable per queue configure")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
app/test-pmd/testpmd.c