Re: [dpdk-dev] [PATCH v3 1/1] net/mlx5: support match ICMP identifier fields

2020-10-02 Thread Li Zhang
NBU-Contact-Thomas Monjalon > ; Raslan Darawsheh > Subject: RE: [dpdk-dev] [PATCH v3 1/1] net/mlx5: support match ICMP > identifier fields > > Hi > Sorry I didn't see that you sent V3 and responded on V2 So just rewriting my > comments. > > Best, > Ori > >

Re: [dpdk-dev] [PATCH v3 1/1] net/mlx5: support match ICMP identifier fields

2020-10-01 Thread Ori Kam
Hi Sorry I didn't see that you sent V3 and responded on V2 So just rewriting my comments. Best, Ori > -Original Message- > From: dev On Behalf Of Li Zhang > Subject: [dpdk-dev] [PATCH v3 1/1] net/mlx5: support match ICMP identifier > fields > > PRM expose field

[dpdk-dev] [PATCH v3 1/1] net/mlx5: support match ICMP identifier fields

2020-09-30 Thread Li Zhang
PRM expose fields "Icmp_header_data" in IPv4 ICMP. Update ICMP mask parameter with ICMP identifier and sequence number fields. ICMP sequence number spec with mask, Icmp_header_data low 16 bits are set. ICMP identifier spec with mask, Icmp_header_data high 16 bits are set. Signed-off-by: Li Zhang