app/testpmd: fix missing count action fields
authorNelio Laranjeiro <nelio.laranjeiro@6wind.com>
Thu, 31 May 2018 14:33:34 +0000 (16:33 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 2 Jul 2018 23:35:58 +0000 (01:35 +0200)
commit28f40fd91e7ea5a24715eef6ff470f8586feedfc
tree7d59416604f107b756a9516e87fc4acce1f6fd4c
parent361913ad6f8c05fc541fe4bfdae3b0dc095ae3af
app/testpmd: fix missing count action fields

COUNT action has been modified and has several fields not addressable
though testpmd.  In addition, as those fields are not definable testpmd
is providing an empty configuration which is undefined.

Fixes: fb8fd96d4251 ("ethdev: add shared counter to flow API")
Cc: stable@dpdk.org
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
app/test-pmd/cmdline_flow.c
lib/librte_ethdev/rte_flow.c