From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH for-next 1/2] IB/core: Add support for RX/TX checksum offload capabilities report Date: Wed, 5 Aug 2015 11:16:34 -0600 Message-ID: <20150805171634.GA12274@obsidianresearch.com> References: <1438788867-18332-1-git-send-email-amirv@mellanox.com> <1438788867-18332-2-git-send-email-amirv@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1438788867-18332-2-git-send-email-amirv-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Amir Vadai Cc: Doug Ledford , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Yevgeny Petrilin , Or Gerlitz , Tal Alon , Moshe Lazer , Bodong Wang , Eric Dube List-Id: linux-rdma@vger.kernel.org On Wed, Aug 05, 2015 at 06:34:26PM +0300, Amir Vadai wrote: > struct ib_uverbs_ex_query_device { > __u32 comp_mask; > + __u32 csum_caps; > __u32 reserved; > }; Uh no. > @@ -221,6 +222,7 @@ struct ib_uverbs_odp_caps { > struct ib_uverbs_ex_query_device_resp { > struct ib_uverbs_query_device_resp base; > __u32 comp_mask; > + __u32 csum_caps; > __u32 response_length; > struct ib_uverbs_odp_caps odp_caps; > __u64 timestamp_mask; Also totally wrong. Or, WTF? why is something so screwed up like this being sent to the list? NAK Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html