From: Sudarsana Reddy Kalluru <skalluru@marvell.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <mkalderon@marvell.com>, <aelior@marvell.com>
Subject: [PATCH net-next v2 0/4] qed*/devlink: Devlink support for config attributes.
Date: Thu, 4 Jul 2019 06:20:07 -0700 [thread overview]
Message-ID: <20190704132011.13600-1-skalluru@marvell.com> (raw)
The patch series adds support for managing the config attributes using
devlink interfaces.
Patch (1) adds the APIs for publishing the devlink port params. Clubbing
this qed patches as per the review comment (i.e., need at least one
consumer for the new APIs).
Patches (2)-(4) adds the qed/qede devlink support for managing the
device/port attributes.
Please consider applying it to 'net-next' tree.
Sudarsana Reddy Kalluru (4):
devlink: Add APIs to publish/unpublish the port parameters.
qed: Add APIs for device attributes configuration.
qed*: Add new file for devlink implementation.
qed*: Add devlink support for configuration attributes.
Documentation/networking/devlink-params-qede.txt | 72 ++++++
drivers/net/ethernet/qlogic/qed/qed.h | 1 -
drivers/net/ethernet/qlogic/qed/qed_hsi.h | 17 ++
drivers/net/ethernet/qlogic/qed/qed_main.c | 160 ++++--------
drivers/net/ethernet/qlogic/qed/qed_mcp.c | 64 +++++
drivers/net/ethernet/qlogic/qed/qed_mcp.h | 14 ++
drivers/net/ethernet/qlogic/qede/Makefile | 2 +-
drivers/net/ethernet/qlogic/qede/qede.h | 5 +
drivers/net/ethernet/qlogic/qede/qede_devlink.c | 294 +++++++++++++++++++++++
drivers/net/ethernet/qlogic/qede/qede_devlink.h | 41 ++++
drivers/net/ethernet/qlogic/qede/qede_main.c | 13 +
include/linux/qed/qed_if.h | 19 ++
include/net/devlink.h | 2 +
net/core/devlink.c | 42 ++++
14 files changed, 634 insertions(+), 112 deletions(-)
create mode 100644 Documentation/networking/devlink-params-qede.txt
create mode 100644 drivers/net/ethernet/qlogic/qede/qede_devlink.c
create mode 100644 drivers/net/ethernet/qlogic/qede/qede_devlink.h
--
1.8.3.1
next reply other threads:[~2019-07-04 13:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-04 13:20 Sudarsana Reddy Kalluru [this message]
2019-07-04 13:20 ` [PATCH net-next v2 1/4] devlink: Add APIs to publish/unpublish the port parameters Sudarsana Reddy Kalluru
2019-07-04 13:20 ` [PATCH net-next v2 2/4] qed: Add APIs for device attributes configuration Sudarsana Reddy Kalluru
2019-07-04 13:20 ` [PATCH net-next v2 3/4] qed*: Add new file for devlink implementation Sudarsana Reddy Kalluru
2019-07-04 13:20 ` [PATCH net-next v2 4/4] qed*: Add devlink support for configuration attributes Sudarsana Reddy Kalluru
2019-07-04 22:07 ` Jakub Kicinski
2019-07-05 8:22 ` [EXT] " Sudarsana Reddy Kalluru
2019-07-05 19:39 ` Jakub Kicinski
2019-07-08 2:31 ` Sudarsana Reddy Kalluru
2019-07-08 21:47 ` Jakub Kicinski
2019-07-09 2:08 ` Sudarsana Reddy Kalluru
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=20190704132011.13600-1-skalluru@marvell.com \
--to=skalluru@marvell.com \
--cc=aelior@marvell.com \
--cc=davem@davemloft.net \
--cc=mkalderon@marvell.com \
--cc=netdev@vger.kernel.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