Re: [PATCH v4 0/4] net/sfc: support KEEP_CRC offload

2023-06-22 Thread Ferruh Yigit
On 6/22/2023 12:47 PM, Denis Pryazhennikov wrote: > This patch series adds support for RTE_ETH_RX_OFFLOAD_KEEP_CRC > offload in the SFC driver. > > Changes in v2: > * Applied review notes; > * Fixed stats handling; > * Added missing release notes to [4/4]. > > Changes in v3: > * Fixed wrong inden

[PATCH v4 0/4] net/sfc: support KEEP_CRC offload

2023-06-22 Thread Denis Pryazhennikov
This patch series adds support for RTE_ETH_RX_OFFLOAD_KEEP_CRC offload in the SFC driver. Changes in v2: * Applied review notes; * Fixed stats handling; * Added missing release notes to [4/4]. Changes in v3: * Fixed wrong indents in [1/4]. Changes in v4: * Fixed "From" section in [3/4]. Denis P