]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8d7d901ac5f5202aad51cfed3457c147cfad62ff
tree04b0ccdda1bac219986b971e8bcea4cb6a051c13
parent0eba1dcc5fed17232f96b22714b9f94ee44a639a
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]