Re: [dpdk-dev] [PATCH] net/mlx5: fix the matching for ICMP fragments

2020-02-18 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Monday, February 17, 2020 4:11 PM > To: Ori Kam ; Slava Ovsiienko > > Cc: Raslan Darawsheh ; Matan Azrad > ; dev@dpdk.org; Jack Min > ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix the matching for ICMP fragments > > The hardware ca

Re: [dpdk-dev] [PATCH] net/mlx5: fix the matching for ICMP fragments

2020-02-18 Thread Ori Kam
> -Original Message- > From: Bing Zhao > Subject: [PATCH] net/mlx5: fix the matching for ICMP fragments > > The hardware can recognize and mark the layer 4 protocol type for TCP, > UDP and IPSec non-fragmented packets. For all the fragmented packets, > L4 type will be considered as Non

[dpdk-dev] [PATCH] net/mlx5: fix the matching for ICMP fragments

2020-02-17 Thread Bing Zhao
The hardware can recognize and mark the layer 4 protocol type for TCP, UDP and IPSec non-fragmented packets. For all the fragmented packets, L4 type will be considered as None. This can be used when creating a flow with L4 matching, then hops number will be reduced and a better performance could be