net/mlx5: Export steering related functions
authorEli Cohen <elic@nvidia.com>
Fri, 20 Nov 2020 23:03:35 +0000 (15:03 -0800)
committerSaeed Mahameed <saeedm@nvidia.com>
Fri, 27 Nov 2020 02:45:02 +0000 (18:45 -0800)
commit8d2a9d8d640b2aa860dcd8cdf35002e857126eca
treeec60d66ea1658dc02a3dcc1181a82b84b8b6af4a
parent959af5569f57d189b5c4fccae45f16d5ff01aa39
net/mlx5: Export steering related functions

Export
 mlx5_create_flow_table()
 mlx5_create_flow_group()
 mlx5_destroy_flow_group().

These symbols are required by the VDPA implementation to create rules
that consume VDPA specific traffic.

We do not deal with putting the prototypes in a header file since they
already exist in include/linux/mlx5/fs.h.

Signed-off-by: Eli Cohen <elic@nvidia.com>
Reviewed-by: Mark Bloch <mbloch@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c