app/testpmd: add flow command
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Wed, 21 Dec 2016 14:51:23 +0000 (15:51 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 23 Dec 2016 09:20:47 +0000 (10:20 +0100)
commit19c90af6285c2c59f9e437471439db6b2b4a134c
treee51c0693b302c1df4b10618f4d37dd1636cd2784
parent938a184a1870bcc139b49a284ae599457e8fb8ce
app/testpmd: add flow command

Managing generic flow API functions from command line requires the use of
dynamic tokens for convenience as flow rules are not fixed and cannot be
defined statically.

This commit adds specific flexible parser code and object for a new "flow"
command in separate file.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Olga Shern <olgas@mellanox.com>
app/test-pmd/Makefile
app/test-pmd/cmdline.c
app/test-pmd/cmdline_flow.c [new file with mode: 0644]