Skip to content

Commit

Permalink
IB/core: Add scatter FCS flag to use in WQ creation
Browse files Browse the repository at this point in the history
Add a new creation flag to set the scatter FCS capability of a WQ.

Signed-off-by: Noa Osherovich <noaos@mellanox.com>
Reviewed-by: Majd Dibbiny <majd@mellanox.com>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
  • Loading branch information
noaos authored and dledford committed Feb 14, 2017
1 parent 9c2b270 commit 27b0df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/rdma/ib_verbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 27b0df1

Please sign in to comment.