Re: [PATCH 0/2] support IPv4 fragment matching in transfer rules

2023-06-27 Thread Ferruh Yigit
On 6/23/2023 5:58 PM, Artemii Morozov wrote: > This patch seria adds support for matching fragment offsets for IPv4 packets, > but with some limitations. Exact matching is supported only for zero offset, > ranges are allowed for non-zero offsets. > > Artemii Morozov (2): > common/sfc_efx/base: a

[PATCH 0/2] support IPv4 fragment matching in transfer rules

2023-06-23 Thread Artemii Morozov
This patch seria adds support for matching fragment offsets for IPv4 packets, but with some limitations. Exact matching is supported only for zero offset, ranges are allowed for non-zero offsets. Artemii Morozov (2): common/sfc_efx/base: add MAE IP fragmentation match bits net/sfc: support IPv