app/testpmd: add queue actions to flow command
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Wed, 21 Dec 2016 14:51:40 +0000 (15:51 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 23 Dec 2016 09:26:49 +0000 (10:26 +0100)
commit05d34c6e9d2cfd844147339263ef43556dc5c36a
treed7286b08d613eb44a473e6fab7be8ffc332e033d
parent7a91969ad35e05a23d7c0695338b60ac5e74ca6b
app/testpmd: add queue actions to flow command

- QUEUE: assign packets to a given queue index.
- DUP: duplicate packets to a given queue index.
- RSS: spread packets among several queues.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Olga Shern <olgas@mellanox.com>
app/test-pmd/cmdline_flow.c