Re: [dpdk-dev] [DPDK] app/testpmd: fix unused variable compile error

2019-09-25 Thread Andrew Rybchenko
On 9/25/19 8:54 PM, taox@intel.com wrote: From: Zhu Tao This minor patch fixes unused variable ‘ret’ compile error When CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC was selected. Fixes: f5267e485a2a ("app/testpmd: check status of getting ethdev info") Signed-off-by: Zhu Tao Reviewed-by: Andre

[dpdk-dev] [DPDK] app/testpmd: fix unused variable compile error

2019-09-25 Thread taox . zhu
From: Zhu Tao This minor patch fixes unused variable ‘ret’ compile error When CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC was selected. Fixes: f5267e485a2a ("app/testpmd: check status of getting ethdev info") Signed-off-by: Zhu Tao --- app/test-pmd/config.c | 2 +- 1 file changed, 1 insertion(+), 1