summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_cnt.c
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum: Annotate struct mlxsw_sp_counter_pool with __counted_byKees Cook2023-10-021-1/+1
* mlxsw: convert driver to use unlocked devlink API during init/finiJiri Pirko2022-07-181-31/+31
* mlxsw: spectrum: Use 'bitmap_zalloc()' when applicableChristophe JAILLET2021-10-251-6/+3
* mlxsw: spectrum_cnt: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva2020-07-301-3/+2
* mlxsw: spectrum_cnt: Fix 64-bit division in mlxsw_sp_counter_resources_registerNathan Chancellor2020-03-231-1/+1
* mlxsw: spectrum_cnt: Expose devlink resource occupancy for countersJiri Pirko2020-03-181-1/+62
* mlxsw: spectrum_cnt: Consolidate subpools initializationJiri Pirko2020-03-181-22/+16
* mlxsw: spectrum_cnt: Move config validation along with resource registerJiri Pirko2020-03-181-23/+8
* mlxsw: spectrum_cnt: Expose subpool sizes over devlink resourcesJiri Pirko2020-03-181-17/+82
* mlxsw: spectrum_cnt: Add entry_size_res_id for each subpool and use it to que...Jiri Pirko2020-03-181-12/+14
* mlxsw: spectrum_cnt: Move sub_pools under per-instance pool structJiri Pirko2020-03-181-18/+27
* mlxsw: spectrum_cnt: Query bank size from FW resourcesJiri Pirko2020-03-181-6/+9
* mlxsw: spectrum: Protect counter pool with a lockIdo Schimmel2020-02-201-5/+20
* mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko2018-08-091-33/+2
* mlxsw: spectrum: Support for counters on router interfacesArkadi Sharshevsky2017-03-281-0/+9
* mlxsw: spectrum: Add support for generic flow counter allocationArkadi Sharshevsky2017-03-121-1/+22
* mlxsw: spectrum: Add support for counter allocatorArkadi Sharshevsky2017-03-121-0/+177