projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f80be54
)
net/mlx5: E-Switch, Add definition of IB representor
author
Mark Bloch
<
[email protected]
>
Tue, 16 Jan 2018 14:13:46 +0000
(14:13 +0000)
committer
Saeed Mahameed
<
[email protected]
>
Fri, 23 Feb 2018 20:36:38 +0000
(12:36 -0800)
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: Mark Bloch <
[email protected]
>
Reviewed-by: Or Gerlitz <
[email protected]
>
Signed-off-by: Leon Romanovsky <
[email protected]
>
Signed-off-by: Saeed Mahameed <
[email protected]
>
include/linux/mlx5/eswitch.h
patch
|
blob
|
history
diff --git
a/include/linux/mlx5/eswitch.h
b/include/linux/mlx5/eswitch.h
index f62bf486c18c7c0e7b9f36e4ef4e467fda44cc34..d3c9db492b30065750726992ba1001c48153232b 100644
(file)
--- a/
include/linux/mlx5/eswitch.h
+++ b/
include/linux/mlx5/eswitch.h
@@
-16,6
+16,7
@@
enum {
enum {
REP_ETH,
+ REP_IB,
NUM_REP_TYPES,
};