From: sunil.kovvuri@gmail.com
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, Sunil Goutham <sgoutham@marvell.com>
Subject: [PATCH 0/7] octeontx2: Flow control support and other misc changes
Date: Mon, 2 Mar 2020 12:49:21 +0530 [thread overview]
Message-ID: <1583133568-5674-1-git-send-email-sunil.kovvuri@gmail.com> (raw)
From: Sunil Goutham <sgoutham@marvell.com>
This patch series adds flow control support (802.3 pause frames) and
has other changes wrt generic admin function (AF) driver functionality.
Geetha sowjanya (3):
octeontx2-af: Interface backpressure configuration
octeontx2-af: Pause frame configuration at cgx
octeontx2-pf: Support to enable/disable pause frames via ethtool
Linu Cherian (1):
octeontx2-af: Optimize data retrieval from firmware
Sunil Goutham (3):
octeontx2-af: Set discovery ID for RVUM block
octeontx2-af: Enable PCI master
octeontx2-af: Modify rvu_reg_poll() to check reg atleast twice
drivers/net/ethernet/marvell/octeontx2/af/cgx.c | 174 ++++++++++++++-------
drivers/net/ethernet/marvell/octeontx2/af/cgx.h | 16 +-
.../net/ethernet/marvell/octeontx2/af/cgx_fw_if.h | 8 +-
drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 38 ++++-
drivers/net/ethernet/marvell/octeontx2/af/rvu.c | 165 ++++++++++++++++---
drivers/net/ethernet/marvell/octeontx2/af/rvu.h | 30 ++++
.../net/ethernet/marvell/octeontx2/af/rvu_cgx.c | 24 +++
.../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 156 +++++++++++++++++-
.../net/ethernet/marvell/octeontx2/af/rvu_npa.c | 13 +-
.../net/ethernet/marvell/octeontx2/af/rvu_npc.c | 4 +-
.../net/ethernet/marvell/octeontx2/af/rvu_struct.h | 3 +
.../ethernet/marvell/octeontx2/nic/otx2_common.c | 65 ++++++++
.../ethernet/marvell/octeontx2/nic/otx2_common.h | 7 +
.../ethernet/marvell/octeontx2/nic/otx2_ethtool.c | 41 +++++
.../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 12 ++
15 files changed, 671 insertions(+), 85 deletions(-)
--
2.7.4
next reply other threads:[~2020-03-02 7:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-02 7:19 sunil.kovvuri [this message]
2020-03-02 7:19 ` [PATCH 1/7] octeontx2-af: Interface backpressure configuration sunil.kovvuri
2020-03-02 7:19 ` [PATCH 2/7] octeontx2-af: Pause frame configuration at cgx sunil.kovvuri
2020-03-02 7:19 ` [PATCH 3/7] octeontx2-pf: Support to enable/disable pause frames via ethtool sunil.kovvuri
2020-03-02 13:01 ` Andrew Lunn
2020-03-02 7:19 ` [PATCH 4/7] octeontx2-af: Optimize data retrieval from firmware sunil.kovvuri
2020-03-03 1:20 ` kbuild test robot
2020-03-02 7:19 ` [PATCH 5/7] octeontx2-af: Set discovery ID for RVUM block sunil.kovvuri
2020-03-02 7:19 ` [PATCH 6/7] octeontx2-af: Enable PCI master sunil.kovvuri
2020-03-02 7:19 ` [PATCH 7/7] octeontx2-af: Modify rvu_reg_poll() to check reg atleast twice sunil.kovvuri
2020-03-02 19:10 ` [PATCH 0/7] octeontx2: Flow control support and other misc changes David Miller
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=1583133568-5674-1-git-send-email-sunil.kovvuri@gmail.com \
--to=sunil.kovvuri@gmail.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=sgoutham@marvell.com \
/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).