All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v5 0/3] remove bridge mode BRIDGE_MODE_SWDEV
@ 2014-12-08 22:04 roopa
  2014-12-08 22:49 ` Scott Feldman
  2014-12-09 23:25 ` David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: roopa @ 2014-12-08 22:04 UTC (permalink / raw)
  To: jiri, sfeldma, jhs, bcrl, tgraf, john.fastabend, stephen,
	linville, vyasevic
  Cc: netdev, davem, shm, gospo, Roopa Prabhu

From: Roopa Prabhu <roopa@cumulusnetworks.com>

BRIDGE_MODE_SWDEV was introduced to indicate switchdev offloads
for bridging from user space (In other words to call into the hw switch
port driver directly). But user can use existing BRIDGE_FLAGS_SELF
to call into the hw switch port driver today. swdev mode is not required
anymore. So, this patch removes it.

v4 - v5
    incorporate comments
    - Define BRIDGE_MODE_UNDEF to handle cases where mode is not defined
    - reverse the order of patches
    - include patch comments in all patches

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>

Roopa Prabhu (3):
  bridge: new mode flag to indicate mode 'undefined'
  rocker: remove swdev mode
  bridge: remove mode 'swdev'

 drivers/net/ethernet/rocker/rocker.c |   18 +-----------------
 include/uapi/linux/if_bridge.h       |    2 +-
 net/core/rtnetlink.c                 |   10 ++++++++--
 3 files changed, 10 insertions(+), 20 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2014-12-09 23:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-08 22:04 [PATCH net-next v5 0/3] remove bridge mode BRIDGE_MODE_SWDEV roopa
2014-12-08 22:49 ` Scott Feldman
2014-12-08 23:00   ` Roopa Prabhu
2014-12-09 23:25 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.