+       IB_WC_SEND              = IB_UVERBS_WC_SEND,
+       IB_WC_RDMA_WRITE        = IB_UVERBS_WC_RDMA_WRITE,
+       IB_WC_RDMA_READ         = IB_UVERBS_WC_RDMA_READ,
+       IB_WC_COMP_SWAP         = IB_UVERBS_WC_COMP_SWAP,
+       IB_WC_FETCH_ADD         = IB_UVERBS_WC_FETCH_ADD,
+       IB_WC_LSO               = IB_UVERBS_WC_SEND_END,
+       IB_WC_LOCAL_INV         = IB_UVERBS_WC_SEND_END + 1,
+       IB_WC_REG_MR            = IB_UVERBS_WC_SEND_END + 2,
+       IB_WC_MASKED_COMP_SWAP  = IB_UVERBS_WC_SEND_END + 3,
+       IB_WC_MASKED_FETCH_ADD  = IB_UVERBS_WC_SEND_END + 4,
As you did it in the first patch, just don't assign after IB_WC_LOCAL_INV.
Compiler will handle IB_UVERS_WC_SEND_END + X calculations by itself.

I disagree, I'd say its better to keep the code verbosity level here...
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to