[dpdk-dev] [RFC] app/testpmd: distinguish ICMP identifier fields in packet
Thomas Monjalon
thomas at monjalon.net
Tue Sep 8 14:56:07 CEST 2020
Hi,
lizh <lizh at nvidia.com> wrote:
> Ability to distinguish ICMP identifier fields in packets.
> Dstinguish 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-o ff-by: lizh <lizh at nvidia.com>
Please configure your git environment so that your full name
is filled. Then redo the Signed-off so that it appears as:
Li Zhang <lizh at nvidia.com>
As you are new to DPDK, I suggest reading the guidelines for contributing:
https://core.dpdk.org/contribute/#send
More information about the dev
mailing list