netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/3] devlink: Add extack messages for reload and port split/unsplit
@ 2018-06-05 15:14 dsahern
  2018-06-05 15:14 ` [PATCH v2 net-next 1/3] devlink: Add extack to reload and port_{un,}split operations dsahern
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: dsahern @ 2018-06-05 15:14 UTC (permalink / raw)
  To: netdev; +Cc: idosch, jiri, jakub.kicinski, David Ahern

From: David Ahern <dsahern@gmail.com>

Patch 1 adds extack arg to reload, port_split and port_unsplit devlink
operations.

Patch 2 adds extack messages for reload operation in netdevsim.

Patch 3 adds extack messages to port split/unsplit in mlxsw driver.

v2
- make the extack messages align with existing dev_err

David Ahern (3):
  devlink: Add extack to reload and port_{un,}split operations
  netdevsim: Add extack error message for devlink reload
  mlxsw: Add extack messages for port_{un,}split failures

 drivers/net/ethernet/mellanox/mlxsw/core.c       | 23 ++++++++++++++++-------
 drivers/net/ethernet/mellanox/mlxsw/core.h       |  5 +++--
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c   | 15 ++++++++++++---
 drivers/net/ethernet/netronome/nfp/nfp_devlink.c |  5 +++--
 drivers/net/netdevsim/devlink.c                  |  7 ++++---
 drivers/net/netdevsim/fib.c                      |  9 ++++++---
 drivers/net/netdevsim/netdevsim.h                |  3 ++-
 include/net/devlink.h                            |  7 ++++---
 net/core/devlink.c                               | 18 ++++++++++--------
 9 files changed, 60 insertions(+), 32 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2018-06-05 16:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-05 15:14 [PATCH v2 net-next 0/3] devlink: Add extack messages for reload and port split/unsplit dsahern
2018-06-05 15:14 ` [PATCH v2 net-next 1/3] devlink: Add extack to reload and port_{un,}split operations dsahern
2018-06-05 15:14 ` [PATCH v2 net-next 2/3] netdevsim: Add extack error message for devlink reload dsahern
2018-06-05 15:14 ` [PATCH v2 net-next 3/3] mlxsw: Add extack messages for port_{un,}split failures dsahern
2018-06-05 15:15   ` Jiri Pirko
2018-06-05 16:32 ` [PATCH v2 net-next 0/3] devlink: Add extack messages for reload and port split/unsplit 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).