This patch series adds support for RTE_ETH_RX_OFFLOAD_KEEP_CRC offload in the SFC driver.
Denis Pryazhennikov (3): common/sfc_efx/base: detect and report FCS include support common/sfc_efx/base: add support for configure MAC to keep FCS net/sfc: add configurable Rx CRC stripping Sandilya Bhagi (1): common/sfc_efx/base: NIC Partitioning mode discovery using heuristic approach doc/guides/nics/features/sfc.ini | 1 + doc/guides/nics/sfc_efx.rst | 6 +- drivers/common/sfc_efx/base/ef10_mac.c | 5 +- drivers/common/sfc_efx/base/ef10_nic.c | 115 ++++++++++++++++++++++++ drivers/common/sfc_efx/base/efx.h | 14 +++ drivers/common/sfc_efx/base/efx_impl.h | 1 + drivers/common/sfc_efx/base/efx_mac.c | 48 ++++++++++ drivers/common/sfc_efx/base/siena_nic.c | 1 + drivers/common/sfc_efx/version.map | 1 + drivers/net/sfc/sfc.h | 1 + drivers/net/sfc/sfc_ef10_rx.c | 3 +- drivers/net/sfc/sfc_port.c | 12 +++ drivers/net/sfc/sfc_rx.c | 6 +- 13 files changed, 208 insertions(+), 6 deletions(-) -- 2.37.0 (Apple Git-136)