]> www.infradead.org Git - users/dwmw2/linux.git/commit
net/mlx5: SD, Introduce SD lib
authorTariq Toukan <tariqt@nvidia.com>
Mon, 7 Aug 2023 08:40:01 +0000 (11:40 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Thu, 21 Dec 2023 00:54:25 +0000 (16:54 -0800)
commit4a04a31f49320d078b8078e1da4b0e2faca5dfa3
tree2920163be194ae46d1d8f2e3642f8e0b63f14c9a
parente04984a37398b3f4f5a79c993b94c6b1224184cc
net/mlx5: SD, Introduce SD lib

Add Socket-Direct API with empty/minimal implementation.
We fill-in the implementation gradually in downstream patches.

Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Gal Pressman <gal@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/Makefile
drivers/net/ethernet/mellanox/mlx5/core/lib/mlx5.h
drivers/net/ethernet/mellanox/mlx5/core/lib/sd.c [new file with mode: 0644]
drivers/net/ethernet/mellanox/mlx5/core/lib/sd.h [new file with mode: 0644]