app/testpmd: add flow flush command
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Wed, 21 Dec 2016 14:51:26 +0000 (15:51 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 23 Dec 2016 09:24:12 +0000 (10:24 +0100)
commit6ae4abac5563de3e133f3f77778f885abcbe7701
treeb2e9b0611d136f0dfbcc3544f3ccea3a2147aae1
parent311569ab1bc6c1b57c59b351e58483f95d8726db
app/testpmd: add flow flush command

Syntax:

 flow flush {port_id}

Destroy all flow rules on a port.

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