app/testpmd: enable per queue configure
authorQi Zhang <qi.z.zhang@intel.com>
Tue, 24 Apr 2018 12:44:08 +0000 (20:44 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 27 Apr 2018 16:34:42 +0000 (17:34 +0100)
commitd44f8a485f5d1f652ab1f2afdd9b37e585f9d612
treea2c1d27cbea6d8e0141ff9ffbc2618009034e1f5
parentd326e671663d60c9adad87f0629b1667676733b8
app/testpmd: enable per queue configure

Each queue has independent configure information in rte_port.
Base on this, we are able to add new commands to configure
different queues with different value.

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
app/test-pmd/cmdline.c
app/test-pmd/config.c
app/test-pmd/testpmd.c
app/test-pmd/testpmd.h