aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22net/mlx5e: Make flow steering arfs independent of privLama Kayal1-43/+44
2022-08-22net/mlx5e: Introduce flow steering APILama Kayal1-30/+48
2022-07-28net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal1-29/+29
2021-12-21net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan1-1/+1
2021-08-02net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb1-2/+2
2021-08-02net/mlx5e: Decouple TTC logic from mlx5eMaor Gottlieb1-3/+3
2021-08-02net/mlx5e: Rename traffic type enumsMaor Gottlieb1-6/+6
2021-08-02net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy1-3/+3
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy1-4/+3
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy1-3/+3
2021-06-09net/mlx5e: Fix an error code in mlx5e_arfs_create_tables()Yang Li1-1/+1
2021-04-14net/mlx5: Add a blank line after declarationsWenpeng Liang1-2/+2
2021-04-02net/mlx5e: Dynamic alloc arfs table for netdev when neededVu Pham1-28/+67
2020-06-27net/mlx5e: API to manipulate TTC rules destinationsSaeed Mahameed1-22/+12
2020-06-25net/mlx5: Use kfree(ft->g) in arfs_create_groups()Denis Efremov1-1/+1
2020-03-13net/mlx5: Accept flow rules without matchMark Bloch1-12/+3
2019-08-08net/mlx5e: Use flow keys dissector to parse packets for ARFSMaxim Mikityanskiy1-63/+34
2018-10-03net/mlx5e: Add new counter for aRFS rule insertion failuresEran Ben Elisha1-2/+5
2018-08-13net/mlx5e: Add CONFIG_MLX5_EN_ARFS for accelerated flow steering supportSaeed Mahameed1-3/+1
2018-07-18net/mlx5e: Don't allow aRFS for encapsulated packetsEran Ben Elisha1-0/+3
2018-07-18net/mlx5e: Fix quota counting in aRFS expire flowEran Ben Elisha1-2/+2
2018-06-01net/mlx5e: Increase aRFS flow tables sizeMaor Gottlieb1-1/+1
2018-05-04net/mlx5: fix spelling mistake: "modfiy" -> "modify"Colin Ian King1-1/+1
2017-11-04net/mlx5: Initialize destination_flow struct to 0Rabie Loulou1-5/+5
2017-06-16net/mlx5e: Use function to map aRFS into traffic typeTariq Toukan1-14/+7
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-5/+3
2017-04-17net/mlx5: Refactor create flow table method to accept underlay QPErez Shitrit1-2/+8
2017-03-28net/mlx5: Add helper to initialize a flow steering actions struct instanceOr Gerlitz1-11/+3
2016-11-09net/mlx5: Support encap id when setting new steering entryHadar Hen Zion1-5/+12
2016-11-09net/mlx5: Add creation flags when adding new flow tableHadar Hen Zion1-1/+1
2016-10-30net/mlx5: Add multi dest supportMark Bloch1-19/+19
2016-07-05net/mlx5: Refactor mlx5_add_flow_ruleMaor Gottlieb1-39/+29
2016-07-02net/mlx5e: TIRs management refactoringHadar Hen Zion1-7/+7
2016-05-04net/mlx5e: Fix aRFS compilation dependencyMaor Gottlieb1-0/+3
2016-04-29net/mlx5e: Enabling aRFS mechanismMaor Gottlieb1-2/+75
2016-04-29net/mlx5e: Add accelerated RFS supportMaor Gottlieb1-1/+426
2016-04-29net/mlx5e: Create aRFS flow tablesMaor Gottlieb1-0/+251