net/mlx5: DR, Expose an internal API to issue RDMA operations
authorAlex Vesker <valex@mellanox.com>
Tue, 20 Aug 2019 06:39:34 +0000 (09:39 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 3 Sep 2019 19:54:20 +0000 (12:54 -0700)
commit297cccebdc5a0ad281e30565ccf7e7b8c87f5a45
tree04b0ccdda1bac219986b971e8bcea4cb6a051c13
parent29cf8febd1857d07de3bc62858e6311de2fb116d
net/mlx5: DR, Expose an internal API to issue RDMA operations

Inserting or deleting a rule is done by RDMA read/write operation to SW
ICM device memory. This file provides the support for executing these
operations. It includes allocating the needed resources and providing an
API for writing steering entries to the memory.

Signed-off-by: Alex Vesker <valex@mellanox.com>
Signed-off-by: Mark Bloch <markb@mellanox.com>
Reviewed-by: Erez Shitrit <erezsh@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c [new file with mode: 0644]