DPDK patches and discussions
 help / color / mirror / Atom feed
From: Andrew Rybchenko <arybchenko@solarflare.com>
To: <dev@dpdk.org>
Subject: [dpdk-dev] [PATCH 00/11] net/sfc: update base driver to support 50G and 100G
Date: Mon, 24 Sep 2018 14:50:19 +0100	[thread overview]
Message-ID: <1537797030-26548-1-git-send-email-arybchenko@solarflare.com> (raw)

Add base driver patches to support 50G and 100G XtremeScale X2
family adapters.

In this particular case it looks better to have separate patch which
updates documentation (as a cut line which summarizes the result).

There are few checkpatches.sh warnings due to coding style difference
in base driver.

Andrew Rybchenko (1):
  net/sfc: add 50G and 100G XtremeScale X2 family adapters

Richard Houldsworth (9):
  net/sfc/base: make last byte of module information available
  net/sfc/base: expose PHY module device address constants
  net/sfc/base: adjust PHY module info interface
  net/sfc/base: update to current port mode terminology
  net/sfc/base: add X2 port modes to bandwidth calculator
  net/sfc/base: support improvements to bandwidth calculations
  net/sfc/base: infer port mode bandwidth from max link speed
  net/sfc/base: add accessor to whole link status
  net/sfc/base: use transceiver ID when reading info

Tom Millington (1):
  net/sfc/base: guard Rx scale code with corresponding option

 doc/guides/nics/sfc_efx.rst         |   4 +
 drivers/net/sfc/base/ef10_impl.h    |  12 +--
 drivers/net/sfc/base/ef10_mac.c     |   6 +-
 drivers/net/sfc/base/ef10_nic.c     | 122 +++++++++++++++++++++-------
 drivers/net/sfc/base/ef10_phy.c     |  24 ++++--
 drivers/net/sfc/base/efx.h          |  48 ++++++++++-
 drivers/net/sfc/base/efx_impl.h     |   2 +-
 drivers/net/sfc/base/efx_mcdi.c     |  80 ++++++++++--------
 drivers/net/sfc/base/efx_mcdi.h     |   4 +-
 drivers/net/sfc/base/efx_phy.c      |  37 +++++++--
 drivers/net/sfc/base/hunt_nic.c     |  13 +--
 drivers/net/sfc/base/medford2_nic.c |  12 +--
 drivers/net/sfc/base/medford_nic.c  |  12 +--
 drivers/net/sfc/base/siena_nic.c    |   2 +
 14 files changed, 253 insertions(+), 125 deletions(-)

-- 
2.17.1

             reply	other threads:[~2018-09-24 13:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-24 13:50 Andrew Rybchenko [this message]
2018-09-24 13:50 ` [dpdk-dev] [PATCH 01/11] net/sfc/base: make last byte of module information available Andrew Rybchenko
2018-09-24 13:50 ` [dpdk-dev] [PATCH 02/11] net/sfc/base: expose PHY module device address constants Andrew Rybchenko
2018-09-24 13:50 ` [dpdk-dev] [PATCH 03/11] net/sfc/base: adjust PHY module info interface Andrew Rybchenko
2018-09-24 13:50 ` [dpdk-dev] [PATCH 04/11] net/sfc/base: update to current port mode terminology Andrew Rybchenko
2018-09-24 13:50 ` [dpdk-dev] [PATCH 05/11] net/sfc/base: add X2 port modes to bandwidth calculator Andrew Rybchenko
2018-09-24 13:50 ` [dpdk-dev] [PATCH 06/11] net/sfc/base: support improvements to bandwidth calculations Andrew Rybchenko
2018-09-24 13:50 ` [dpdk-dev] [PATCH 07/11] net/sfc/base: infer port mode bandwidth from max link speed Andrew Rybchenko
2018-09-24 13:50 ` [dpdk-dev] [PATCH 08/11] net/sfc/base: guard Rx scale code with corresponding option Andrew Rybchenko
2018-09-24 13:50 ` [dpdk-dev] [PATCH 09/11] net/sfc/base: add accessor to whole link status Andrew Rybchenko
2018-09-24 13:50 ` [dpdk-dev] [PATCH 10/11] net/sfc/base: use transceiver ID when reading info Andrew Rybchenko
2018-09-24 13:50 ` [dpdk-dev] [PATCH 11/11] net/sfc: add 50G and 100G XtremeScale X2 family adapters Andrew Rybchenko
2018-09-25 14:32 ` [dpdk-dev] [PATCH 00/11] net/sfc: update base driver to support 50G and 100G Ferruh Yigit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1537797030-26548-1-git-send-email-arybchenko@solarflare.com \
    --to=arybchenko@solarflare.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).