summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/sf
AgeCommit message (Expand)AuthorFilesLines
2023-10-14net/mlx5: Redesign SF active work to remove table_lockWei Zhang3-31/+74
2023-10-14net/mlx5: Parallelize vhca event handlingWei Zhang1-3/+54
2023-09-20net/mlx5: Remove redundant max_sfs check and field from struct mlx5_sf_dev_tableJiri Pirko1-15/+0
2023-09-20net/mlx5: Remove SF table reference countingJiri Pirko1-97/+23
2023-09-20net/mlx5: Push common deletion code into mlx5_sf_del()Jiri Pirko1-8/+11
2023-09-20net/mlx5: Rename mlx5_sf_deactivate_all() to mlx5_sf_del_all()Jiri Pirko1-2/+2
2023-09-20net/mlx5: Move state lock taking into mlx5_sf_dealloc()Jiri Pirko1-3/+4
2023-09-20net/mlx5: Convert SF port_indices xarray to function_ids xarrayJiri Pirko1-18/+11
2023-09-20net/mlx5: Use devlink port pointer to get the pointer of container SF structJiri Pirko1-32/+12
2023-09-20net/mlx5: Call mlx5_sf_id_erase() once in mlx5_sf_dealloc()Jiri Pirko1-3/+2
2023-09-17net/mlx5: SF, Implement peer devlink set for SF representor devlink portJiri Pirko3-0/+66
2023-08-23net/mlx5: Embed struct devlink_port into driver structureJiri Pirko1-2/+2
2023-08-23net/mlx5: Introduce mlx5_eswitch_load/unload_sf_vport() and use it from SF codeJiri Pirko1-4/+4
2023-08-15net/mlx5: Fix error message in mlx5_sf_dev_state_change_handler()Jiri Pirko1-1/+1
2023-08-15net/mlx5: Remove redundant check of mlx5_vhca_event_supported()Jiri Pirko1-1/+1
2023-08-15net/mlx5: Use mlx5_sf_start_function_id() helper instead of directly calling ...Jiri Pirko1-3/+3
2023-08-15net/mlx5: Remove redundant SF supported check from mlx5_sf_hw_table_init()Jiri Pirko1-3/+2
2023-08-15net/mlx5: Use auxiliary_device_uninit() instead of device_put()Jiri Pirko1-1/+1
2023-08-15net/mlx5: Expose max possible SFs via devlink resourceShay Drory1-4/+40
2023-06-16net/mlx5: Remove unused ecpu field from struct mlx5_sf_tableJiri Pirko1-1/+0
2023-06-10net/mlx5: Light probe local SFsShay Drory1-2/+13
2023-06-02devlink: bring port new reply backJiri Pirko2-4/+8
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-05-25net/mlx5: SF, Drain health before removing deviceShay Drory1-0/+1
2023-05-24devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko2-3/+5
2023-05-24devlink: remove duplicate port notificationJiri Pirko2-8/+4
2023-04-12net/mlx5: Create a new profile for SFsParav Pandit1-1/+1
2023-02-15net/mlx5: Suspend auxiliary devices only in case of PCI device suspendJiri Pirko1-1/+1
2022-11-22net/mlx5: SF: Fix probing active SFs during driver probe phaseShay Drory1-0/+88
2022-07-02net/mlx5: E-switch, Remove dependency between sriov and eswitch modeChris Mi1-1/+1
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2022-01-07net/mlx5: Fix access to sf_dev_table on allocation failureShay Drory1-4/+1
2021-12-03net/mlx5: SF, silence an uninitialized variable warningDan Carpenter1-1/+1
2021-10-25net/mlx5: SF_DEV Add SF device trace pointsParav Pandit5-6/+119
2021-10-25net/mlx5: SF, Add SF trace pointsParav Pandit3-0/+185
2021-10-16net/mlx5: Introduce new device index wrapperRongwei Liu1-1/+1
2021-10-13devlink: Delete reload enable/disable interfaceLeon Romanovsky1-4/+1
2021-09-27net/mlx5: Accept devlink user input after driver initialization completeLeon Romanovsky1-0/+2
2021-08-11net/mlx5: SF, use recent sysfs apiParav Pandit1-1/+1
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-1/+1
2021-08-08devlink: Simplify devlink port API callsLeon Romanovsky2-6/+6
2021-06-26net/mlx5: SF, Improve performance in SF allocationEli Cohen1-10/+13
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-06-17net/mlx5: SF_DEV, remove SF device on invalid stateParav Pandit1-0/+1
2021-06-15net/mlx5: Separate between public and private API of sf.hShay Drory1-36/+1
2021-06-03net/mlx5: Fix duplicate included vhca_event.hJiapeng Chong1-1/+0
2021-05-19net/mlx5: SF, Fix show state inactive when its inactivatedParav Pandit1-7/+11
2021-04-24net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit3-47/+119
2021-04-24net/mlx5: SF, Split mlx5_sf_hw_table into two partsParav Pandit1-29/+58