Skip to content
Snippets Groups Projects
Commit 5e65b02c authored by Mark Bloch's avatar Mark Bloch Committed by Saeed Mahameed
Browse files

net/mlx5: E-Switch, Add definition of IB representor


Create a new representor type: REP_IB. which will be initialized by an IB
device that is used as a logical representor of a eswitch vport (VF or
uplink) just like we have a net device today in switchdev mode.

Signed-off-by: default avatarMark Bloch <markb@mellanox.com>
Reviewed-by: default avatarOr Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: default avatarLeon Romanovsky <leon@kernel.org>
Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
parent f80be543
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ enum { ...@@ -16,6 +16,7 @@ enum {
enum { enum {
REP_ETH, REP_ETH,
REP_IB,
NUM_REP_TYPES, NUM_REP_TYPES,
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment