Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45686f2d authored by Majd Dibbiny's avatar Majd Dibbiny Committed by Doug Ledford
Browse files

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: default avatarMajd Dibbiny <majd@mellanox.com>
Signed-off-by: default avatarMatan Barak <matanb@mellanox.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 0b24e5ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {