6e315cf798
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> |
||
---|---|---|
.. | ||
pdump | ||
proc-info | ||
test | ||
test-acl | ||
test-bbdev | ||
test-cmdline | ||
test-compress-perf | ||
test-crypto-perf | ||
test-eventdev | ||
test-fib | ||
test-flow-perf | ||
test-pipeline | ||
test-pmd | ||
test-regex | ||
test-sad | ||
meson.build |