app/testpmd: add GTPU to RSS hash commands
authorJeff Guo <jia.guo@intel.com>
Tue, 7 Jul 2020 05:25:46 +0000 (13:25 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 7 Jul 2020 21:38:28 +0000 (23:38 +0200)
commitcd8b4be0136aa77d666cc75b8243eec304afe113
tree9976bc90ba15bf04c2888ced314b3fc56057a1a7
parentdadf70e5c30a36478a3c7cf04a6198ad307630ce
app/testpmd: add GTPU to RSS hash commands

Add testpmd cmdline support for GTPU, it could be used to configure
gtpu teid hash. The commands as below:

testpmd> flow create 0 ingress pattern eth / ipv4 / udp / gtpu / \
ipv4 / end actions rss types gtpu end  key_len 0 queues end / end

Signed-off-by: Jeff Guo <jia.guo@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
app/test-pmd/cmdline.c
app/test-pmd/config.c