From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/mlx5: fix calculation of struct size in bytes Date: Tue, 9 Oct 2018 16:28:05 +0100 Message-ID: References: <1539005674-57499-1-git-send-email-dekelp@mellanox.com> <20181008212147.GB9031@mtidpdk.mti.labs.mlnx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Dekel Peled , "dev@dpdk.org" To: Shahaf Shuler , Yongseok Koh , Ori Kam Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 96A5F1B59C for ; Tue, 9 Oct 2018 17:28:08 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/9/2018 11:26 AM, Shahaf Shuler wrote: > Tuesday, October 9, 2018 12:22 AM, Yongseok Koh: >> Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix calculation of struct size in >> bytes >> >> On Mon, Oct 08, 2018 at 06:57:49AM -0700, Ori Kam wrote: >>>> Subject: [dpdk-dev] [PATCH] net/mlx5: fix calculation of struct size >>>> in bytes >>>> >>>> Update definition of MLX5_ST_SZ_DB to calculate struct size correctly. >>>> >>>> Fixes: 86a8d2b59f54 ("net/mlx5: add Direct Verbs prepare function") >>>> Cc: orika@mellanox.com >>>> >>>> Signed-off-by: Dekel Peled >>>> --- > > [...] >>> >>> Acked-by: Ori Kam >> >> Acked-by: Yongseok Koh > > Applied to next-net-mlx, thanks. Squashed into relevant commit in next-net, thanks.