net/mlx5: SD, Introduce SD lib
authorTariq Toukan <tariqt@nvidia.com>
Thu, 15 Feb 2024 03:08:01 +0000 (19:08 -0800)
committerSaeed Mahameed <saeedm@nvidia.com>
Thu, 7 Mar 2024 08:40:38 +0000 (00:40 -0800)
commit75a543962ecb30cc3548d877142ebc8012e3447d
tree07d80704fa432670f3d7ee4ee526519df0ae9f1c
parenta0873a5d542559698edfd4c8fc6e6636d338eea2
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]