diff options
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r-- | include/rdma/ib_verbs.h | 2 |
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 | ||
523 | struct ib_wc { | 524 | struct 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 | ||
544 | enum ib_cq_notify_flags { | 544 | enum ib_cq_notify_flags { |