From: Felix Manlunas <felix.manlunas@cavium.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, raghu.vatsavayi@cavium.com,
derek.chickles@cavium.com, satananda.burla@cavium.com,
vijaya.guvva@cavium.com
Subject: [PATCH V3 net-next 0/2] liquidio: switchdev support for LiquidIO NIC
Date: Tue, 31 Oct 2017 16:04:20 -0700 [thread overview]
Message-ID: <20171031230420.GA3615@felix-thinkpad.cavium.com> (raw)
From: Vijaya Mohan Guvva <vijaya.guvva@cavium.com>
patch1 of this patch set adds switchdev support for SRIOV capable
LiquidIO NIC, so that for every SRIOV VF on LiquidIO, a representor
netdev is created on hypervisor. It also has changes to send representor
interface configurations like admin state and MTU to LiquidIO firmware and
to retrieve HW counted VF stats for VF representor.
patch2 adds support for switchdev enable/disable from devlink
Patchset Change Log:
V2 -> V3:
* Use mac address as the physical switchID.
* Check for eswitch_mode before returning switchID
V1 -> V2:
* Name the representors "pfXvfY".
* Drop patch3 (ethtool support for switchdev ports) that was in V1
because it's not necessary.
Vijaya Mohan Guvva (2):
liquidio: switchdev support for LiquidIO NIC
liquidio: Configure switchdev with devlink
drivers/net/ethernet/cavium/Kconfig | 1 +
drivers/net/ethernet/cavium/liquidio/Makefile | 2 +-
drivers/net/ethernet/cavium/liquidio/lio_main.c | 118 ++++
drivers/net/ethernet/cavium/liquidio/lio_vf_rep.c | 627 +++++++++++++++++++++
drivers/net/ethernet/cavium/liquidio/lio_vf_rep.h | 47 ++
.../net/ethernet/cavium/liquidio/liquidio_common.h | 50 ++
.../net/ethernet/cavium/liquidio/octeon_device.h | 14 +
7 files changed, 858 insertions(+), 1 deletion(-)
create mode 100644 drivers/net/ethernet/cavium/liquidio/lio_vf_rep.c
create mode 100644 drivers/net/ethernet/cavium/liquidio/lio_vf_rep.h
--
2.9.0
next reply other threads:[~2017-10-31 23:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-31 23:04 Felix Manlunas [this message]
2017-10-31 23:04 ` [PATCH V3 net-next 1/2] liquidio: switchdev support for LiquidIO NIC Felix Manlunas
2017-11-01 13:02 ` Andrew Lunn
2017-11-01 19:29 ` Felix Manlunas
2017-11-01 20:14 ` Jakub Kicinski
2017-10-31 23:04 ` [PATCH V3 net-next 2/2] liquidio: Configure switchdev with devlink Felix Manlunas
2017-10-31 23:30 ` [PATCH V3 net-next 0/2] liquidio: switchdev support for LiquidIO NIC Jakub Kicinski
2017-11-01 2:40 ` 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=20171031230420.GA3615@felix-thinkpad.cavium.com \
--to=felix.manlunas@cavium.com \
--cc=davem@davemloft.net \
--cc=derek.chickles@cavium.com \
--cc=netdev@vger.kernel.org \
--cc=raghu.vatsavayi@cavium.com \
--cc=satananda.burla@cavium.com \
--cc=vijaya.guvva@cavium.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).