app/testpmd: fix missing jump action in flow action
authorReshma Pattan <reshma.pattan@intel.com>
Wed, 19 Sep 2018 14:01:05 +0000 (15:01 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 27 Sep 2018 23:41:02 +0000 (01:41 +0200)
commitdcbbbd069217cef1c71601e0809e870df1545e47
treece8bda711391a6c7f0dc8faf8cfd6c31768bae7f
parent5d85a49661b5c1ad2fa71547ed5fe6490427738a
app/testpmd: fix missing jump action in flow action

Added missing JUMP flow action in flow_action array.
Without this the flow rule cannot be created for JUMP action.

Fixes: 938a184a18 ("app/testpmd: implement basic support for flow API")
Cc: stable@dpdk.org
Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
app/test-pmd/config.c