netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/3] switchdev: add swdev ops
@ 2015-03-16  4:07 sfeldma
  2015-03-16  4:07 ` [PATCH net-next v3 1/3] " sfeldma
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sfeldma @ 2015-03-16  4:07 UTC (permalink / raw)
  To: netdev; +Cc: jiri, roopa, simon.horman

From: Scott Feldman <sfeldma@gmail.com>

v3:

 - Fix missing include for DSA build

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                      |    9 +++--
 net/switchdev/switchdev.c            |   42 +++++++++++-----------
 5 files changed, 105 insertions(+), 89 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-16  4:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16  4:07 [PATCH net-next v3 0/3] switchdev: add swdev ops sfeldma
2015-03-16  4:07 ` [PATCH net-next v3 1/3] " sfeldma
2015-03-16  4:07 ` [PATCH net-next v3 2/3] switchdev: use new " sfeldma
2015-03-16  4:07 ` [PATCH net-next v3 3/3] netdev: remove ndo ops for switchdev sfeldma
2015-03-16  4:29 ` [PATCH net-next v3 0/3] switchdev: add swdev ops David Miller

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).