.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
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
2 matches
Mail list logo