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 IPv4 fragment matching in transfer rules drivers/common/sfc_efx/base/efx.h | 4 + drivers/common/sfc_efx/base/efx_mae.c | 4 + drivers/net/sfc/sfc_mae.c | 110 +++++++++++++++++++++++++- drivers/net/sfc/sfc_mae.h | 4 + 4 files changed, 121 insertions(+), 1 deletion(-) -- 2.34.1