app/testpmd: replace legacy filter usage
authorChenxu Di <chenxux.di@intel.com>
Wed, 8 Jul 2020 01:18:39 +0000 (01:18 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Sat, 11 Jul 2020 04:18:52 +0000 (06:18 +0200)
commit8f0460a79dcf2c439444d032a01abdae6a147822
tree9c67040db9f29f3047ebd7324316b01a0052aec8
parentbaa949306d2fe7212a1a17e289388f90606867c1
app/testpmd: replace legacy filter usage

The legacy filter API will be superseded. This patch use
private api to change the implementation of commands
global_config <port_id> gre-key-len <key_len> and
show port fdir <port_id>

Signed-off-by: Chenxu Di <chenxux.di@intel.com>
Acked-by: Qiming Yang <qiming.yang@intel.com>
app/test-pmd/cmdline.c
app/test-pmd/config.c