From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4BB45C433FF for ; Thu, 1 Aug 2019 12:50:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 19A56206B8 for ; Thu, 1 Aug 2019 12:50:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564663821; bh=jluW11YF7q7nMxYlk/0HEUewiZjm4hm0JLfGERDbRFg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=onC8IQTcla2LkV2FkisjAbEkkeuGKV41ExtD+QKDPMxNygyh9l+9ta3m2vu9q1cih NsRC2yy0qL8FyX5Bnxmib7PmU5ha1704m+GcGc36PGVVwEbllHdqhLticoj0dy3fL1 qCPEjSyRNLlvogWzBO6NV0uUn6Pb0KX27m4/XkUA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731516AbfHAMuU (ORCPT ); Thu, 1 Aug 2019 08:50:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:41002 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731506AbfHAMuT (ORCPT ); Thu, 1 Aug 2019 08:50:19 -0400 Received: from localhost (unknown [193.47.165.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6886F20665; Thu, 1 Aug 2019 12:50:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564663819; bh=jluW11YF7q7nMxYlk/0HEUewiZjm4hm0JLfGERDbRFg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i6l1oQJnPMNIUmKzlZp9JRysgLXrNFux0gWGR3ebo7Ls6aMzlcbKnuUArv/TERDgl OQ56ixzps0LsAO0WbY547LT04ShwXvgysqp9gJCYP2FdWR7GiPq2DTPXpZ/gCQSf3q oIkGupgyxgAiBd4tDvK2id1nFmTR8+nw6BWjX/Xo= Date: Thu, 1 Aug 2019 15:50:15 +0300 From: Leon Romanovsky To: Gal Pressman Cc: Doug Ledford , Jason Gunthorpe , RDMA mailing list , Michael Guralnik , Moni Shoua , Saeed Mahameed , linux-netdev Subject: Re: [PATCH rdma-next 2/3] IB/mlx5: Expose ODP for DC capabilities to user Message-ID: <20190801125015.GM4832@mtr-leonro.mtl.com> References: <20190801122139.25224-1-leon@kernel.org> <20190801122139.25224-3-leon@kernel.org> <12331110-ecfd-fb2f-460a-be41be13b2d3@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12331110-ecfd-fb2f-460a-be41be13b2d3@amazon.com> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Aug 01, 2019 at 03:34:24PM +0300, Gal Pressman wrote: > On 01/08/2019 15:21, Leon Romanovsky wrote: > > enum mlx5_user_cmds_supp_uhw { > > @@ -147,6 +148,7 @@ struct mlx5_ib_alloc_ucontext_resp { > > __u32 num_uars_per_page; > > __u32 num_dyn_bfregs; > > __u32 dump_fill_mkey; > > + __u32 dc_odp_caps; > > This should be padded to 64 bits. Thanks a lot, I fixed it locally. > > > }; > > > > struct mlx5_ib_alloc_pd_resp { > >