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.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 D2AE2C433E0 for ; Wed, 20 May 2020 07:54:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE0E2207ED for ; Wed, 20 May 2020 07:54:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="cDj//kyP" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726545AbgETHy6 (ORCPT ); Wed, 20 May 2020 03:54:58 -0400 Received: from smtp-fw-2101.amazon.com ([72.21.196.25]:38175 "EHLO smtp-fw-2101.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726224AbgETHy6 (ORCPT ); Wed, 20 May 2020 03:54:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1589961297; x=1621497297; h=from:subject:to:cc:references:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=OVuL/gr+2PFJGhSd/Q6dWVHNvqpTt2jED+RGUKD01eQ=; b=cDj//kyPybOE5EKT+3M3qovVmtXoaB/zPr1jbxaby0T1esEhtnWIqYZB 1+sX4DOr9W3D0nIoTAnKBsVN5qgPreA8Oxt2A0MrFcT2bo3n+bCw+mg12 g/5vFlcPsJEgSrlsBIH2ZuD+obuSc8c/YHJPDVAR3YngAgHsmvRhwKXhZ U=; IronPort-SDR: mBHHSQrpqsEGscXgJiOvQD0Q2HbieibP4NdVkoTNYKwXV6cKG2NSzQKZfy7XLJarNZt/ZxUf2h wXoYnxcLtmrg== X-IronPort-AV: E=Sophos;i="5.73,413,1583193600"; d="scan'208";a="31308489" Received: from iad12-co-svc-p1-lb1-vlan2.amazon.com (HELO email-inbound-relay-1e-27fb8269.us-east-1.amazon.com) ([10.43.8.2]) by smtp-border-fw-out-2101.iad2.amazon.com with ESMTP; 20 May 2020 07:54:44 +0000 Received: from EX13MTAUEA002.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan3.iad.amazon.com [10.40.159.166]) by email-inbound-relay-1e-27fb8269.us-east-1.amazon.com (Postfix) with ESMTPS id 33EC4A1CD6; Wed, 20 May 2020 07:54:40 +0000 (UTC) Received: from EX13D19EUB003.ant.amazon.com (10.43.166.69) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 20 May 2020 07:54:40 +0000 Received: from 8c85908914bf.ant.amazon.com (10.43.160.26) by EX13D19EUB003.ant.amazon.com (10.43.166.69) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 20 May 2020 07:54:34 +0000 From: Gal Pressman Subject: Re: [RDMA RFC v6 14/16] RDMA/irdma: Add ABI definitions To: Jeff Kirsher , , , , CC: Mustafa Ismail , , , , , , Shiraz Saleem References: <20200520070415.3392210-1-jeffrey.t.kirsher@intel.com> <20200520070415.3392210-15-jeffrey.t.kirsher@intel.com> Message-ID: <34ea2c1d-538c-bcb7-b312-62524f31a8dd@amazon.com> Date: Wed, 20 May 2020 10:54:25 +0300 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200520070415.3392210-15-jeffrey.t.kirsher@intel.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.43.160.26] X-ClientProxiedBy: EX13D35UWC001.ant.amazon.com (10.43.162.197) To EX13D19EUB003.ant.amazon.com (10.43.166.69) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 20/05/2020 10:04, Jeff Kirsher wrote: > +struct i40iw_create_qp_resp { > + __u32 qp_id; > + __u32 actual_sq_size; > + __u32 actual_rq_size; > + __u32 i40iw_drv_opt; > + __u16 push_idx; > + __u8 lsmm; > + __u8 rsvd; > +}; This struct size should be 8 bytes aligned.