Re: [dpdk-dev] [RFC] app/testpmd: distinguish ICMP identifier fields in packet

2020-09-08 Thread Li Zhang
Thanks! I update it now. Regards, Li Zhang -Original Message- From: Thomas Monjalon Sent: Tuesday, September 8, 2020 8:56 PM To: Li Zhang Cc: Dekel Peled ; Ori Kam ; Slava Ovsiienko ; Matan Azrad ; dev@dpdk.org; Raslan Darawsheh Subject: Re: [RFC] app/testpmd: distinguish ICMP ident

Re: [dpdk-dev] [RFC] app/testpmd: distinguish ICMP identifier fields in packet

2020-09-08 Thread Thomas Monjalon
Hi, lizh 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 co

[dpdk-dev] [RFC] app/testpmd: distinguish ICMP identifier fields in packet

2020-09-08 Thread lizh
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. Exten