diff options
author | Majd Dibbiny <majd@mellanox.com> | 2016-04-17 17:19:35 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-05-13 19:40:27 -0400 |
commit | 45686f2d6535525a9875e4a77a35da013814de82 (patch) | |
tree | 5101ee831700ef6bbe3126b21b70ae7cfb398384 /include | |
parent | 0b24e5ac93c2d0792ba8604e9f64e0b564d5f23e (diff) | |
download | linux-45686f2d6535525a9875e4a77a35da013814de82.tar.bz2 |
IB/core: Add Raw Scatter FCS device capability
Raw Scatter FCS device capability is set when the NIC supports
scattering the FCS to the receive buffers of Raw Packet QPs.
Signed-off-by: Majd Dibbiny <majd@mellanox.com>
Signed-off-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/rdma/ib_verbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index fb2cef4e9747..6d6172d66be8 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -220,6 +220,7 @@ enum ib_device_cap_flags { IB_DEVICE_ON_DEMAND_PAGING = (1 << 31), IB_DEVICE_SG_GAPS_REG = (1ULL << 32), IB_DEVICE_VIRTUAL_FUNCTION = ((u64)1 << 33), + IB_DEVICE_RAW_SCATTER_FCS = ((u64)1 << 34), }; enum ib_signature_prot_cap { |