app/testpmd: fix build for 16-byte Rx descriptor mode
authorTao Zhu <taox.zhu@intel.com>
Wed, 25 Sep 2019 18:03:15 +0000 (02:03 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 7 Oct 2019 13:00:56 +0000 (15:00 +0200)
commit84057fd07e6664e8a656531f23b64ed5c41e039a
treea79aca44202f6900ec8f20e16e577546fd045342
parent1cde1b9a9b4dbf31cb5e5ccdfc5da3cb079f43a2
app/testpmd: fix build for 16-byte Rx descriptor mode

This minor patch fixes unused variable ‘ret’ compile error When
CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC was selected.

Fixes: 6f51deb903b2 ("app/testpmd: check status of getting ethdev info")

Signed-off-by: Tao Zhu <taox.zhu@intel.com>
Reviewed-by: Qi Zhang <qi.z.zhang@intel.com>
app/test-pmd/config.c