linux-stable/net/devlink
Jiri Pirko 6acdf43d8a devlink: introduce port ops placeholder
In devlink, some of the objects have separate ops registered alongside
with the object itself. Port however have ops in devlink_ops structure.
For drivers what register multiple kinds of ports with different ops
this is not convenient. Introduce devlink_port_ops and a set
of functions that allow drivers to pass ops pointer during
port registration.

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-05-30 10:32:19 -07:00
..
core.c devlink: Fix crash with CONFIG_NET_NS=n 2023-05-16 19:57:52 -07:00
dev.c
devl_internal.h devlink: change per-devlink netdev notifier to static one 2023-05-11 18:06:50 -07:00
health.c
leftover.c devlink: introduce port ops placeholder 2023-05-30 10:32:19 -07:00
Makefile
netlink.c