All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch net-next 0/3] devlink: fix reload notifications and remove features
@ 2023-01-27 15:50 Jiri Pirko
  2023-01-27 15:50 ` [patch net-next 1/3] devlink: move devlink reload notifications back in between _down() and _up() calls Jiri Pirko
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Jiri Pirko @ 2023-01-27 15:50 UTC (permalink / raw)
  To: netdev
  Cc: davem, kuba, pabeni, edumazet, michael.chan, yisen.zhuang,
	salil.mehta, jesse.brandeburg, anthony.l.nguyen, tariqt, saeedm,
	leon, idosch, petrm, jacob.e.keller, gal, mailhol.vincent

From: Jiri Pirko <jiri@nvidia.com>

First two patches adjust notifications during devlink reload.
The last patch removes no longer needed devlink features.

Jiri Pirko (3):
  devlink: move devlink reload notifications back in between _down() and
    _up() calls
  devlink: send objects notifications during devlink reload
  devlink: remove devlink features

 .../net/ethernet/broadcom/bnxt/bnxt_devlink.c |  1 -
 .../hisilicon/hns3/hns3pf/hclge_devlink.c     |  1 -
 .../hisilicon/hns3/hns3vf/hclgevf_devlink.c   |  1 -
 drivers/net/ethernet/intel/ice/ice_devlink.c  |  1 -
 drivers/net/ethernet/mellanox/mlx4/main.c     |  1 -
 .../net/ethernet/mellanox/mlx5/core/devlink.c |  9 ++--
 drivers/net/ethernet/mellanox/mlxsw/core.c    |  1 -
 drivers/net/netdevsim/dev.c                   |  1 -
 include/net/devlink.h                         |  2 +-
 net/devlink/core.c                            | 19 --------
 net/devlink/devl_internal.h                   |  1 -
 net/devlink/leftover.c                        | 46 +++++--------------
 12 files changed, 17 insertions(+), 67 deletions(-)

-- 
2.39.0


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

end of thread, other threads:[~2023-01-30 20:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27 15:50 [patch net-next 0/3] devlink: fix reload notifications and remove features Jiri Pirko
2023-01-27 15:50 ` [patch net-next 1/3] devlink: move devlink reload notifications back in between _down() and _up() calls Jiri Pirko
2023-01-28  0:08   ` Jacob Keller
2023-01-27 15:50 ` [patch net-next 2/3] devlink: send objects notifications during devlink reload Jiri Pirko
2023-01-28  0:08   ` Jacob Keller
2023-01-27 15:50 ` [patch net-next 3/3] devlink: remove devlink features Jiri Pirko
2023-01-28  0:08   ` Jacob Keller
2023-01-28  5:58 ` [patch net-next 0/3] devlink: fix reload notifications and remove features Jakub Kicinski
2023-01-30  8:50 ` patchwork-bot+netdevbpf
2023-01-30 10:50   ` Jiri Pirko
2023-01-30 20:37     ` Jakub Kicinski

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.