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:
9c2b270
)
IB/core: Add scatter FCS flag to use in WQ creation
author
Noa Osherovich
<
[email protected]
>
Wed, 18 Jan 2017 13:39:57 +0000
(15:39 +0200)
committer
Doug Ledford
<
[email protected]
>
Tue, 14 Feb 2017 16:41:11 +0000
(11:41 -0500)
Add a new creation flag to set the scatter FCS capability of a WQ.
Signed-off-by: Noa Osherovich <
[email protected]
>
Reviewed-by: Majd Dibbiny <
[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 44d58510c020e7473cd1e73ca2ed2695bbf529ba..62fb9c61b3547df7c8feffca35f4be63fe68ad51 100644
(file)
--- a/
include/rdma/ib_verbs.h
+++ b/
include/rdma/ib_verbs.h
@@
-1497,6
+1497,7
@@
struct ib_wq {
enum ib_wq_flags {
IB_WQ_FLAGS_CVLAN_STRIPPING = 1 << 0,
+ IB_WQ_FLAGS_SCATTER_FCS = 1 << 1,
};
struct ib_wq_init_attr {