numam-dpdk/app
Li Zhang 6e315cf798 app/testpmd: extend ICMP flow matching fields
Ability to distinguish ICMP identifier fields in packets.
Distinguish ICMP sequence number field too.
Already supports ICMP code and type fields in current version.
Existing fields in ICMP header contain the required information.
ICMP header already is supported and no code change in RTE FLOW.
Extend testpmd CLI to include the fields of ident and sequence number.
One example:
flow create 0 ingress pattern eth / ipv4 /
 icmp code is 1 ident is 5 seq is 6 /
 end actions count / queue index 0 / end
The ICMP packet with code 1, identifier 5 and
sequence number 6 will be matched.
It will implement action counter and forward to queue 0.

Signed-off-by: Li Zhang <lizh@nvidia.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2020-09-30 19:19:15 +02:00
..
pdump build: remove makefiles 2020-09-08 00:09:50 +02:00
proc-info ethdev: support getting Rx buffer size in Rx queue info 2020-09-21 18:05:38 +02:00
test ethdev: allow drivers to return error on close 2020-09-30 19:19:13 +02:00
test-acl build: remove makefiles 2020-09-08 00:09:50 +02:00
test-bbdev app: remove references to make-based config 2020-10-01 16:41:20 +02:00
test-cmdline build: remove makefiles 2020-09-08 00:09:50 +02:00
test-compress-perf build: remove makefiles 2020-09-08 00:09:50 +02:00
test-crypto-perf build: remove makefiles 2020-09-08 00:09:50 +02:00
test-eventdev build: remove makefiles 2020-09-08 00:09:50 +02:00
test-fib build: remove makefiles 2020-09-08 00:09:50 +02:00
test-flow-perf app/flow-perf: allow fixed values for actions 2020-09-18 18:55:11 +02:00
test-pipeline app: use new link status print format 2020-09-21 18:05:37 +02:00
test-pmd app/testpmd: extend ICMP flow matching fields 2020-09-30 19:19:15 +02:00
test-regex build: remove makefiles 2020-09-08 00:09:50 +02:00
test-sad build: remove makefiles 2020-09-08 00:09:50 +02:00
meson.build app/regex: add RegEx test application 2020-07-30 09:13:52 +02:00