numam-dpdk/app/test-pmd
Wei Zhao 3c272b280a 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>
2017-10-12 01:52:50 +01:00
..
cmdline_flow.c ethdev: fix port id type in flow API 2017-10-06 18:38:55 +02:00
cmdline.c app/testpmd: add commands for RSS queue region 2017-10-12 01:52:50 +01:00
config.c app/testpmd: add commands for RSS queue region 2017-10-12 01:52:50 +01:00
csumonly.c app/testpmd: enable TCP/IPv4 VxLAN and GRE GSO 2017-10-12 01:36:57 +01:00
flowgen.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
icmpecho.c app/testpmd: fix typos 2017-03-10 14:11:56 +01:00
ieee1588fwd.c ethdev: increase port id range 2017-10-06 18:23:25 +02:00
iofwd.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
macfwd.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
macswap.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00
Makefile app/testpmd: add traffic management forwarding mode 2017-10-12 01:52:48 +01:00
parameters.c app/testpmd: add Rx HW timestamp 2017-10-12 01:52:49 +01:00
rxonly.c app/testpmd: add Rx HW timestamp 2017-10-12 01:52:49 +01:00
testpmd.c app/testpmd: add Rx HW timestamp 2017-10-12 01:52:49 +01:00
testpmd.h app/testpmd: add commands for RSS queue region 2017-10-12 01:52:50 +01:00
tm.c app/testpmd: add traffic management forwarding mode 2017-10-12 01:52:48 +01:00
txonly.c app/testpmd: remove duplicate includes 2017-07-16 17:30:24 +02:00