[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230523123801.2007784-1-jiri@resnulli.us>
Date: Tue, 23 May 2023 14:37:58 +0200
From: Jiri Pirko <jiri@...nulli.us>
To: netdev@...r.kernel.org
Cc: kuba@...nel.org,
pabeni@...hat.com,
davem@...emloft.net,
edumazet@...gle.com,
leon@...nel.org,
saeedm@...dia.com,
moshe@...dia.com
Subject: [patch net-next 0/3] devlink: small port_new/del() cleanup
From: Jiri Pirko <jiri@...dia.com>
This patchset cleans up couple of leftovers after recent devlink locking
changes. Previously, both port_new/dev() commands were called without
holding instance lock. Currently all devlink commands are called with
instance lock held.
The first patch just removes redundant port notification.
The second one removes couple of outdated comments.
The last patch changes port_dev() to have devlink_port pointer as an arg
instead of port_index, which makes it similar to the rest of port
related ops.
Jiri Pirko (3):
devlink: remove duplicate port notification
devlink: remove no longer true locking comment from port_new/del()
devlink: pass devlink_port pointer to ops->port_del() instead of index
.../ethernet/mellanox/mlx5/core/sf/devlink.c | 14 ++---
.../net/ethernet/mellanox/mlx5/core/sf/sf.h | 6 +-
include/net/devlink.h | 12 +---
net/devlink/leftover.c | 56 ++-----------------
4 files changed, 16 insertions(+), 72 deletions(-)
--
2.39.2
Powered by blists - more mailing lists