From: Noa Osherovich Date: Wed, 18 Jan 2017 13:39:57 +0000 (+0200) Subject: IB/core: Add scatter FCS flag to use in WQ creation X-Git-Tag: v4.11-rc1~94^2~22 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=27b0df1175d543c46f63de6dccba98d0e5cf2276;p=karo-tx-linux.git IB/core: Add scatter FCS flag to use in WQ creation Add a new creation flag to set the scatter FCS capability of a WQ. Signed-off-by: Noa Osherovich Reviewed-by: Majd Dibbiny Reviewed-by: Yishai Hadas Signed-off-by: Leon Romanovsky Signed-off-by: Doug Ledford --- diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 44d58510c020..62fb9c61b354 100644 --- 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 {