summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/rx_res.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: xsk: Use queue indices starting from 0 for XSK queuesMaxim Mikityanskiy2022-10-011-103/+15
* net/mlx5e: Split out channel (de)activation in rx_resMaxim Mikityanskiy2022-09-301-53/+53
* net/mlx5e: Take packet_merge params directly from the RX res structTariq Toukan2021-12-211-8/+6
* net/mlx5e: Sync TIR params updates against concurrent create/modifyTariq Toukan2021-11-301-1/+40
* net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa2021-10-261-12/+13
* net/mlx5e: Fix condition when retrieving PTP-rqnAya Levin2021-09-071-1/+1
* net/mlx5e: Support flow classification into RSS contextsTariq Toukan2021-08-161-0/+22
* net/mlx5e: Support multiple RSS contextsTariq Toukan2021-08-161-33/+161
* net/mlx5e: Convert RSS to a dedicated objectTariq Toukan2021-08-161-420/+74
* net/mlx5e: Introduce abstraction of RSS contextTariq Toukan2021-08-161-69/+101
* net/mlx5e: Introduce TIR create/destroy API in rx_resTariq Toukan2021-08-161-57/+83
* net/mlx5e: Do not try enable RSS when resetting indir tableTariq Toukan2021-08-161-5/+2
* net/mlx5e: Rename traffic type enumsMaor Gottlieb2021-08-021-22/+22
* net/mlx5e: Allocate the array of channels according to the real max_nchMaxim Mikityanskiy2021-08-021-1/+11
* net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy2021-08-021-0/+748
* net/mlx5e: Move management of indir traffic types to rx_resMaxim Mikityanskiy2021-07-261-0/+73