mlx4_core: Multiple port type support
Multi-protocol adapters support different port types. Each consumer of mlx4_core queries for supported port types; in particular mlx4_ib can no longer assume that all physical ports belong to it. Port type is configured through a sysfs interface. When the type of a port is changed, all mlx4 interfaces are unregistered, and then registered again with the new port types. Signed-off-by:Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by:
Roland Dreier <rolandd@cisco.com>
Showing
- drivers/infiniband/hw/mlx4/mad.c 3 additions, 3 deletionsdrivers/infiniband/hw/mlx4/mad.c
- drivers/infiniband/hw/mlx4/main.c 9 additions, 2 deletionsdrivers/infiniband/hw/mlx4/main.c
- drivers/infiniband/hw/mlx4/mlx4_ib.h 1 addition, 0 deletionsdrivers/infiniband/hw/mlx4/mlx4_ib.h
- drivers/net/mlx4/fw.c 4 additions, 0 deletionsdrivers/net/mlx4/fw.c
- drivers/net/mlx4/fw.h 1 addition, 0 deletionsdrivers/net/mlx4/fw.h
- drivers/net/mlx4/main.c 205 additions, 6 deletionsdrivers/net/mlx4/main.c
- drivers/net/mlx4/mlx4.h 6 additions, 0 deletionsdrivers/net/mlx4/mlx4.h
- drivers/net/mlx4/port.c 23 additions, 0 deletionsdrivers/net/mlx4/port.c
- include/linux/mlx4/device.h 14 additions, 0 deletionsinclude/linux/mlx4/device.h
Loading
Please register or sign in to comment