[dpdk-dev] [PATCH v3 0/5] net/sfc: support choice of FW subvariant without Tx checksum

Andrew Rybchenko arybchenko at solarflare.com
Wed Apr 4 16:23:52 CEST 2018


A couple of base driver patches have checkpatches.sh warnings because
of coding standard difference.

v2 -> v3:
 - fix invalid E-mail in net/sfc/base: report no Tx checksum FW
   subvariant support

v1 -> v2:
 - add lost bits to net/sfc/base: add firmware subvariant aware driver
   option
 - fix typo reported by spell checker

Andrew Rybchenko (5):
  net/sfc/base: update MCDI headers
  net/sfc/base: add firmware subvariant aware driver option
  net/sfc/base: report no Tx checksum FW subvariant support
  net/sfc/base: support FW subvariant choice
  net/sfc: support choice of FW subvariant without Tx checksum

 drivers/net/sfc/base/ef10_impl.h         |   16 +
 drivers/net/sfc/base/ef10_nic.c          |   88 +
 drivers/net/sfc/base/efx.h               |   33 +
 drivers/net/sfc/base/efx_check.h         |    7 +
 drivers/net/sfc/base/efx_mcdi.c          |    4 +-
 drivers/net/sfc/base/efx_nic.c           |   76 +
 drivers/net/sfc/base/efx_regs_mcdi.h     | 2950 +++++++++++++++++-------------
 drivers/net/sfc/base/efx_regs_mcdi_aoe.h |  249 +--
 drivers/net/sfc/base/siena_nic.c         |    1 +
 drivers/net/sfc/efsys.h                  |    2 +
 drivers/net/sfc/sfc.c                    |   58 +
 11 files changed, 2097 insertions(+), 1387 deletions(-)

-- 
2.7.4



More information about the dev mailing list