app/testpmd: add commands for RSS queue region
authorWei Zhao <wei.zhao1@intel.com>
Wed, 11 Oct 2017 08:55:33 +0000 (16:55 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 12 Oct 2017 00:52:50 +0000 (01:52 +0100)
commit3c272b280a50d1d8ecbc848dc01ff82a34232e97
tree064f070572a7f69a1bd4b1212241aa74f1225a55
parent7cbecc2f7424b02c7a3cbf3730d2a6671cb9c031
app/testpmd: add commands for RSS queue region

This patch add a API configuration of queue region in rss.
It can parse the parameters of region index, queue number,
queue start index, user priority, traffic classes and so on.
According to commands from command line, it will call i40e
private API and start the process of set or flush queue region
configure. As this feature is specific for i40e, so private API
will be used. Aslo add a document for these new commands.
Queue region only support PF by now, so this document is
only for configuration of queue region on PF port.

Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
app/test-pmd/cmdline.c
app/test-pmd/config.c
app/test-pmd/testpmd.h
doc/guides/testpmd_app_ug/testpmd_funcs.rst