app/testpmd: support IPv6 fragment extension item
authorDekel Peled <dekelp@nvidia.com>
Wed, 14 Oct 2020 16:35:51 +0000 (19:35 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 16 Oct 2020 17:48:18 +0000 (19:48 +0200)
commit8d035cb2171419bef6b6c95a9f2dfaabac652fb7
tree3b85d4712197cefa0063ff31d7ee611c212bd2fb
parent4bdd265768f95bd82e50440eebb49088c1c482fd
app/testpmd: support IPv6 fragment extension item

rte_flow update, following RFC [1], added to ethdev the rte_flow item
ipv6_frag_ext.
This patch updates testpmd CLI to support the new item and its fields.

To match on fragmented IPv6 packets, this item is added to pattern:
... ipv6 / ipv6_frag_ext ...

[1] http://mails.dpdk.org/archives/dev/2020-March/160255.html

Signed-off-by: Dekel Peled <dekelp@nvidia.com>
Acked-by: Ori Kam <orika@nvidia.com>
app/test-pmd/cmdline_flow.c