From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 92BBD128816; Sun, 10 May 2026 19:04:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778439891; cv=none; b=F3KZ01kRZbC4oF6hprDH+0E1mCheRBG0Z7+8suIW5LVi2xnqzsHLz51Ghy1xhQudOJfEJXdZRFtUEkZflsv6ayJ9QZ3pQkHadgjV7UfENjp7A0e2ZciFCX9ohiD2uRsD5gKbZo0/lCwtn92urFtxowYum/caeEcrN7xemE0CA/0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778439891; c=relaxed/simple; bh=aQbc/QVq95sGucB9UEvS4jGavWCx7gSfzspn9++JN4w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Q25thDF4jj+7UU5x2Dv2x2KQxfujcfziOlrOl1ufKnn1Mr52Ol2P9eoDW8UhtIWl2YchSogz0Lwd2CTg2KY4XZE4BISzLoOzTD+8rCYPei1U4BcnV7Pmo2wH/nhF1tdjBj6/pRbUlHRAUNTErcEIOC0BxNJMIaRhXUTgVxg4III= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gEVolGo3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gEVolGo3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A8C42C2BCB8; Sun, 10 May 2026 19:04:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778439891; bh=aQbc/QVq95sGucB9UEvS4jGavWCx7gSfzspn9++JN4w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gEVolGo3KMx1vDtObZeSeGH3B463rY+XqoJy95YboL15xmfThE4QwCEqzNPmvcCRV wJ2UZK7ohPTqxtGZ2slRGByZ6nXMQdqcwy/+zyblvRplTzzOJ+QsFXZ53VCpSkpZ7P yp5juwgMVH+jHinP6Nmw1NLrtfb49vzkkc0KAEXinqcgLbsUZuCIyRl9I4uUpdzLHB ZXW3z5F8xFXojxsGCclph3gXgirxeD+a7OnEocoXx+hOx7jmgoa7CRWqgBQk3q231r VKNDHYEqrYrH8YXk//KXqTFbSJJl3IUWC7fBebXF6aC1RM7lu4butZJg3Eu32YdCui kFLvKe1h07ppQ== Date: Sun, 10 May 2026 20:04:45 +0100 From: Simon Horman To: Tariq Toukan Cc: Christoph Paasch , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andrew Lunn , "David S. Miller" , Saeed Mahameed , Leon Romanovsky , Mark Bloch , Yevgeny Kliteynik , Vlad Dogaru , Kees Cook , Alex Vesker , Erez Shitrit , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, Gal Pressman , Dragos Tatulea Subject: Re: [PATCH net-next 3/3] net/mlx5: DR, Remove unused field of struct mlx5dr_matcher_rx_tx Message-ID: <20260510190445.GZ15617@horms.kernel.org> References: <20260507173443.320465-1-tariqt@nvidia.com> <20260507173443.320465-4-tariqt@nvidia.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260507173443.320465-4-tariqt@nvidia.com> On Thu, May 07, 2026 at 08:34:43PM +0300, Tariq Toukan wrote: > From: Yevgeny Kliteynik > > Remove a field that was never used. > > Signed-off-by: Yevgeny Kliteynik > Reviewed-by: Erez Shitrit > Signed-off-by: Tariq Toukan Reviewed-by: Simon Horman