aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r--include/rdma/ib_verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index ff22a73e0937..c3cca5a4dacd 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -518,6 +518,7 @@ enum ib_wc_flags {
518 IB_WC_GRH = 1, 518 IB_WC_GRH = 1,
519 IB_WC_WITH_IMM = (1<<1), 519 IB_WC_WITH_IMM = (1<<1),
520 IB_WC_WITH_INVALIDATE = (1<<2), 520 IB_WC_WITH_INVALIDATE = (1<<2),
521 IB_WC_IP_CSUM_OK = (1<<3),
521}; 522};
522 523
523struct ib_wc { 524struct ib_wc {
@@ -538,7 +539,6 @@ struct ib_wc {
538 u8 sl; 539 u8 sl;
539 u8 dlid_path_bits; 540 u8 dlid_path_bits;
540 u8 port_num; /* valid only for DR SMPs on switches */ 541 u8 port_num; /* valid only for DR SMPs on switches */
541 int csum_ok;
542}; 542};
543 543
544enum ib_cq_notify_flags { 544enum ib_cq_notify_flags {