From: sfeldma@gmail.com
To: netdev@vger.kernel.org
Cc: jiri@resnulli.us, roopa@cumulusnetworks.com, simon.horman@netronome.com
Subject: [PATCH net-next v2 0/3] switchdev: add swdev ops
Date: Sun, 15 Mar 2015 18:45:18 -0700 [thread overview]
Message-ID: <1426470321-48669-1-git-send-email-sfeldma@gmail.com> (raw)
From: Scott Feldman <sfeldma@gmail.com>
v2:
- Per Simon's review, squash some of the dependent commits into one to
make series git bisect safe.
v1:
Per discussions at netconf, move switchdev ndo ops to a new swdev_ops to
keep ndo namespace clean and maintain switchdev-related ops into one place.
There are no functional changes here; just shuffling ops around for better
organization.
Scott Feldman (3):
switchdev: add swdev ops
switchdev: use new swdev ops
netdev: remove ndo ops for switchdev
drivers/net/ethernet/rocker/rocker.c | 64 +++++++++++++++++++---------------
include/linux/netdevice.h | 41 ++--------------------
include/net/switchdev.h | 38 ++++++++++++++++++++
net/dsa/slave.c | 8 +++--
net/switchdev/switchdev.c | 42 +++++++++++-----------
5 files changed, 104 insertions(+), 89 deletions(-)
--
1.7.10.4
next reply other threads:[~2015-03-16 1:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-16 1:45 sfeldma [this message]
2015-03-16 1:45 ` [PATCH net-next v2 1/3] switchdev: add swdev ops sfeldma
2015-03-20 23:00 ` Ben Hutchings
2015-03-20 23:58 ` Scott Feldman
2015-03-21 0:04 ` Ben Hutchings
2015-03-16 1:45 ` [PATCH net-next v2 2/3] switchdev: use new " sfeldma
2015-03-16 1:45 ` [PATCH net-next v2 3/3] netdev: remove ndo ops for switchdev sfeldma
2015-03-16 1:51 ` [PATCH net-next v2 0/3] switchdev: add swdev ops David Miller
2015-03-16 1:55 ` 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=1426470321-48669-1-git-send-email-sfeldma@gmail.com \
--to=sfeldma@gmail.com \
--cc=jiri@resnulli.us \
--cc=netdev@vger.kernel.org \
--cc=roopa@cumulusnetworks.com \
--cc=simon.horman@netronome.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).