netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 00/10] switchdev: transaction item queue and cleanup
@ 2015-09-22 13:53 Jiri Pirko
  2015-09-22 13:53 ` [patch net-next 01/10] switchdev: rename "trans" to "trans_ph" Jiri Pirko
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Jiri Pirko @ 2015-09-22 13:53 UTC (permalink / raw)
  To: netdev
  Cc: davem, idosch, eladr, sfeldma, f.fainelli, linux, vivien.didelot,
	rami.rosen, roopa, pjonnala, andrew, gospo

From: Jiri Pirko <jiri@mellanox.com>

Jiri Pirko (10):
  switchdev: rename "trans" to "trans_ph".
  switchdev: introduce transaction item queue for attr_set and obj_add
  switchdev: move transaction phase enum under transaction structure
  switchdev: add switchdev_trans_ph_prepare/commit helpers
  rocker: push struct switchdev_trans down through rocker code
  rocker: use switchdev transaction queue for allocated memory
  switchdev: remove "NONE" transaction phase
  switchdev: remove "ABORT" transaction phase
  dsa: use prepare/commit switchdev transaction helpers
  switchdev: reduce transaction phase enum down to a boolean

 drivers/net/ethernet/rocker/rocker.c | 311 +++++++++++++++--------------------
 include/net/switchdev.h              |  40 +++--
 net/dsa/slave.c                      |  31 ++--
 net/switchdev/switchdev.c            |  99 ++++++++---
 4 files changed, 252 insertions(+), 229 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-09-22 16:53 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22 13:53 [patch net-next 00/10] switchdev: transaction item queue and cleanup Jiri Pirko
2015-09-22 13:53 ` [patch net-next 01/10] switchdev: rename "trans" to "trans_ph" Jiri Pirko
2015-09-22 13:53 ` [patch net-next 02/10] switchdev: introduce transaction item queue for attr_set and obj_add Jiri Pirko
2015-09-22 16:10   ` Scott Feldman
2015-09-22 16:25     ` Jiri Pirko
2015-09-22 13:53 ` [patch net-next 03/10] switchdev: move transaction phase enum under transaction structure Jiri Pirko
2015-09-22 13:53 ` [patch net-next 04/10] switchdev: add switchdev_trans_ph_prepare/commit helpers Jiri Pirko
2015-09-22 13:53 ` [patch net-next 05/10] rocker: push struct switchdev_trans down through rocker code Jiri Pirko
2015-09-22 13:53 ` [patch net-next 06/10] rocker: use switchdev transaction queue for allocated memory Jiri Pirko
2015-09-22 13:53 ` [patch net-next 07/10] switchdev: remove "NONE" transaction phase Jiri Pirko
2015-09-22 13:53 ` [patch net-next 08/10] switchdev: remove "ABORT" " Jiri Pirko
2015-09-22 13:53 ` [patch net-next 09/10] dsa: use prepare/commit switchdev transaction helpers Jiri Pirko
2015-09-22 15:47 ` [patch net-next 10/10] switchdev: reduce transaction phase enum down to a boolean Jiri Pirko
2015-09-22 16:22 ` [patch net-next 00/10] switchdev: transaction item queue and cleanup Scott Feldman
2015-09-22 16:53   ` Jiri Pirko

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