RE: [PATCH] net/mlx5/hws: fix IPv4 frag matching

2023-03-23 Thread Raslan Darawsheh
.org > Subject: [PATCH] net/mlx5/hws: fix IPv4 frag matching > > From: Hamdan Igbaria > > Fix IPv4 frag matching in case fragment_offset field is set to non zero value > in > the mask. > fragment_offset value is converted using the following logic: > -In case fragment_of

[PATCH] net/mlx5/hws: fix IPv4 frag matching

2023-03-23 Thread Alex Vesker
From: Hamdan Igbaria Fix IPv4 frag matching in case fragment_offset field is set to non zero value in the mask. fragment_offset value is converted using the following logic: -In case fragment_offset value was set to 0x3fff, then we will match only on ip_fragmented bit. -Otherwise we will match f