summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/tc/sample.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18net/mlx5e: Set decap action based on attr for sampleChris Mi1-3/+2
2022-05-02net/mlx5e: TC, set proper dest typeMark Bloch1-0/+1
2022-02-16net/mlx5e: Use multi table support for CT and sample actionsRoi Dayan1-56/+18
2022-02-16net/mlx5e: Create new flow attr for multi table actionsRoi Dayan1-0/+3
2022-01-27net/mlx5e: TC, Store mapped tunnel id on flow attrRoi Dayan1-2/+2
2022-01-27net/mlx5e: Refactor eswitch attr flags to just attr flagsRoi Dayan1-2/+2
2022-01-27net/mlx5e: TC, Hold sample_attr on stack instead of pointerRoi Dayan1-5/+5
2021-11-16net/mlx5e: Refactor mod header management APIPaul Blakey1-2/+3
2021-10-29net/mlx5: Add esw assignment back in mlx5e_tc_sample_unoffload()Nathan Chancellor1-0/+1
2021-10-25net/mlx5: Remove unnecessary checks for slow path flagPaul Blakey1-16/+1
2021-10-04net/mlx5e: TC, Refactor sample offload error flowRoi Dayan1-16/+5
2021-08-19net/mlx5e: TC, Support sample offload action for tunneled trafficChris Mi1-84/+210
2021-08-19net/mlx5e: TC, Restore tunnel info for sample offloadChris Mi1-1/+3
2021-08-19net/mlx5e: Move sample attribute to flow attributeChris Mi1-13/+14
2021-08-19net/mlx5e: Move esw/sample to en/tc/sampleChris Mi1-0/+585