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:
10bac72
)
IB/core: Enable QP creation with cvlan offload
author
Noa Osherovich
<
[email protected]
>
Wed, 18 Jan 2017 13:39:56 +0000
(15:39 +0200)
committer
Doug Ledford
<
[email protected]
>
Tue, 14 Feb 2017 16:41:11 +0000
(11:41 -0500)
Add a QP creation flag to support cvlan stripping, it's applicable
for RAW Ethernet QP.
Signed-off-by: Noa Osherovich <
[email protected]
>
Reviewed-by: Maor Gottlieb <
[email protected]
>
Reviewed-by: Yishai Hadas <
[email protected]
>
Signed-off-by: Leon Romanovsky <
[email protected]
>
Signed-off-by: Doug Ledford <
[email protected]
>
include/rdma/ib_verbs.h
patch
|
blob
|
history
diff --git
a/include/rdma/ib_verbs.h
b/include/rdma/ib_verbs.h
index 7028b0ec8447f03d9f1c4677c6f019805f9e11e9..44d58510c020e7473cd1e73ca2ed2695bbf529ba 100644
(file)
--- a/
include/rdma/ib_verbs.h
+++ b/
include/rdma/ib_verbs.h
@@
-1008,6
+1008,7
@@
enum ib_qp_create_flags {
IB_QP_CREATE_SIGNATURE_EN = 1 << 6,
IB_QP_CREATE_USE_GFP_NOIO = 1 << 7,
IB_QP_CREATE_SCATTER_FCS = 1 << 8,
+ IB_QP_CREATE_CVLAN_STRIPPING = 1 << 9,
/* reserve bits 26-31 for low level drivers' internal use */
IB_QP_CREATE_RESERVED_START = 1 << 26,
IB_QP_CREATE_RESERVED_END = 1 << 31,