DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] net/sfc: support KEEP_CRC offload
@ 2023-06-01 11:42 Denis Pryazhennikov
  2023-06-01 11:42 ` [PATCH 1/4] common/sfc_efx/base: NIC Partitioning mode discovery using heuristic approach Denis Pryazhennikov
                   ` (7 more replies)
  0 siblings, 8 replies; 28+ messages in thread
From: Denis Pryazhennikov @ 2023-06-01 11:42 UTC (permalink / raw)
  To: dev; +Cc: Viacheslav Galaktionov, Ferruh Yigit, Andrew Rybchenko

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)


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2023-06-22 13:09 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 11:42 [PATCH 0/4] net/sfc: support KEEP_CRC offload Denis Pryazhennikov
2023-06-01 11:42 ` [PATCH 1/4] common/sfc_efx/base: NIC Partitioning mode discovery using heuristic approach Denis Pryazhennikov
2023-06-02  9:43   ` Andrew Rybchenko
2023-06-01 11:42 ` [PATCH 2/4] common/sfc_efx/base: detect and report FCS include support Denis Pryazhennikov
2023-06-07  8:27   ` Andrew Rybchenko
2023-06-01 11:42 ` [PATCH 3/4] common/sfc_efx/base: add support for configure MAC to keep FCS Denis Pryazhennikov
2023-06-07  8:28   ` Andrew Rybchenko
2023-06-01 11:42 ` [PATCH 4/4] net/sfc: add configurable Rx CRC stripping Denis Pryazhennikov
2023-06-07  8:34   ` Andrew Rybchenko
2023-06-08 16:01 ` [PATCH 0/4] net/sfc: support KEEP_CRC offload Ferruh Yigit
2023-06-22  3:47 ` [PATCH v2 " Denis Pryazhennikov
2023-06-22  3:47   ` [PATCH v2 1/4] common/sfc_efx/base: discover NIC partitioning mode Denis Pryazhennikov
2023-06-22  9:48     ` Andrew Rybchenko
2023-06-22  3:47   ` [PATCH v2 2/4] common/sfc_efx/base: detect and report FCS include support Denis Pryazhennikov
2023-06-22  3:47   ` [PATCH v2 3/4] common/sfc_efx/base: add support for configure MAC to keep FCS Denis Pryazhennikov
2023-06-22  3:47   ` [PATCH v2 4/4] net/sfc: add configurable Rx CRC stripping Denis Pryazhennikov
2023-06-22  9:53     ` Andrew Rybchenko
2023-06-22 11:38 ` [PATCH v3 0/4] net/sfc: support KEEP_CRC offload Denis Pryazhennikov
2023-06-22 11:38   ` [PATCH v3 1/4] common/sfc_efx/base: discover NIC partitioning mode Denis Pryazhennikov
2023-06-22 11:38   ` [PATCH v3 2/4] common/sfc_efx/base: detect and report FCS include support Denis Pryazhennikov
2023-06-22 11:38   ` [PATCH v3 3/4] common/sfc_efx/base: add support for configure MAC to keep FCS Denis Pryazhennikov
2023-06-22 11:38   ` [PATCH v3 4/4] net/sfc: add configurable Rx CRC stripping Denis Pryazhennikov
2023-06-22 11:47 ` [PATCH v4 0/4] net/sfc: support KEEP_CRC offload Denis Pryazhennikov
2023-06-22 11:47   ` [PATCH v4 1/4] common/sfc_efx/base: discover NIC partitioning mode Denis Pryazhennikov
2023-06-22 11:47   ` [PATCH v4 2/4] common/sfc_efx/base: detect and report FCS include support Denis Pryazhennikov
2023-06-22 11:47   ` [PATCH v4 3/4] common/sfc_efx/base: add support for configure MAC to keep FCS Denis Pryazhennikov
2023-06-22 11:47   ` [PATCH v4 4/4] net/sfc: add configurable Rx CRC stripping Denis Pryazhennikov
2023-06-22 13:09   ` [PATCH v4 0/4] net/sfc: support KEEP_CRC offload Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).