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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B386DC77B78 for ; Wed, 3 May 2023 08:14:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229674AbjECIOU (ORCPT ); Wed, 3 May 2023 04:14:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbjECIOS (ORCPT ); Wed, 3 May 2023 04:14:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B9863C3F for ; Wed, 3 May 2023 01:14:16 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A19DD62285 for ; Wed, 3 May 2023 08:14:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87647C433EF; Wed, 3 May 2023 08:14:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683101655; bh=PgocR16vurr1QhmXXPLLZpOmwDEfWRJEk6ZdWJl7Hc0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=L+S09KN61olIl26f2YIqG/tOGnu8tOdVkip4mz+xXfxkgL9iAFeCwh/MtJi8/n7WW SwBIHIRWrG7NhDAIrkFkoUb9Ct34zweK0X+nWIjtD8ZuWKUgIfKNZS8gnZTxD5F89e kwJaNhr33Orqof6HubbD3s6Nts0c0CCa/xPEdm994c975NmUqEKaoa0CwZ6xYxiZdX /mjH2X3/yt83aEZszE8Xk26vTPU57U8ZRsJ+6t0SM8lUvIRWdfn4EsjRdxwP42N1sO P/15yddprRUDCfa25YKn1mgU81pmNPw+6jdqe3LpMiuSRP8UuXMGqx/Md2qSenp8bZ IBr0FiTzmBG5Q== Date: Wed, 3 May 2023 11:14:10 +0300 From: Leon Romanovsky To: Changcheng Liu Cc: saeedm@nvidia.com, linux-rdma@vger.kernel.org Subject: Re: [PATCH] mlx5: correct reserved space offset display Message-ID: <20230503081410.GF525452@unreal> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Wed, May 03, 2023 at 12:08:31AM +0800, Changcheng Liu wrote: > the reserved_at_xx is start offset of the reserved space, update the > offset display to correct the real offset in the data structure. > > Signed-off-by: Liu, Changcheng Thanks for the patch. We are currently in merge window and accept only urgent fixes. I will take this patch once -rc1 will be released. Acked-by: Leon Romanovsky