summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27net/mlx5: DR, Fix peer domain namespace settingShay Drory1-6/+13
2023-06-02net/mlx5: DR, handle more than one peer domainShay Drory1-6/+7
2023-04-15net/mlx5: DR, Enable patterns and arguments for supporting devicesYevgeny Kliteynik1-1/+2
2023-04-15net/mlx5: DR, Add modify header arg pool mechanismYevgeny Kliteynik1-0/+12
2023-04-12net/mlx5: DR, Add modify-header-pattern ICM poolYevgeny Kliteynik1-3/+42
2022-12-09net/mlx5: DR, Manage definers with refcountsYevgeny Kliteynik1-2/+5
2022-10-27net/mlx5: DR, Allocate htbl from its own slab allocatorYevgeny Kliteynik1-1/+13
2022-10-27net/mlx5: DR, Allocate icm_chunks from their own slab allocatorYevgeny Kliteynik1-1/+14
2022-10-27net/mlx5: DR, Manage STE send info objects in poolYevgeny Kliteynik1-0/+9
2022-10-27net/mlx5: DR, Handle domain memory resources init/uninit separatelyYevgeny Kliteynik1-18/+37
2022-03-10net/mlx5: DR, Add support for ConnectX-7 steeringYevgeny Kliteynik1-1/+1
2021-12-31net/mlx5: DR, Warn on failure to destroy objects due to refcountYevgeny Kliteynik1-1/+1
2021-12-31net/mlx5: DR, Add support for dumping steering infoMuhammad Sammar1-1/+2
2021-12-23net/mlx5: DR, Fix querying eswitch manager vport for ECPFYevgeny Kliteynik1-3/+1
2021-12-23net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resourcesMiaoqian Lin1-2/+3
2021-11-16net/mlx5: DR, Handle eswitch manager and uplink vports separatelyYevgeny Kliteynik1-33/+23
2021-10-01net/mlx5: DR, Add support for SF vportsYevgeny Kliteynik1-38/+100
2021-10-01net/mlx5: DR, Support csum recalculation flow table on SFsYevgeny Kliteynik1-31/+22
2021-10-01net/mlx5: DR, Add missing query for vport 0Yevgeny Kliteynik1-12/+25
2021-10-01net/mlx5: DR, Replace local WIRE_PORT macro with the existing MLX5_VPORT_UPLINKYevgeny Kliteynik1-1/+1
2021-10-01net/mlx5: DR, Fix vport number data type to u16Yevgeny Kliteynik1-1/+1
2021-08-27net/mlx5: DR, Remove HW specific STE type from nic domainYevgeny Kliteynik1-4/+4
2021-01-30net/mlx5: DR, Allow SW steering for sw_owner_v2 devicesYevgeny Kliteynik1-8/+9
2021-01-06net/mlx5: DR, Use the new HW specific STE infrastructureYevgeny Kliteynik1-0/+6
2020-12-03net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steeringYevgeny Kliteynik1-0/+5
2020-05-28net/mlx5: DR, Split RX and TX lock for parallel insertionAlex Vesker1-6/+8
2020-02-28net/mlx5: DR, Improve log messagesErez Shitrit1-7/+10
2019-11-02net/mlx5: DR, Replace CRC32 implementation to use kernel libHamdan Igbaria1-3/+0
2019-09-06net/mlx5: DR, Remove redundant dev_name print from err logSaeed Mahameed1-10/+5
2019-09-06net/mlx5: DR, Fix error return code in dr_domain_init_resources()Wei Yongjun1-0/+3
2019-09-03net/mlx5: DR, Expose steering domain functionalityAlex Vesker1-0/+395