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 65DB7280325; Mon, 15 Sep 2025 19:14:34 +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=1757963674; cv=none; b=aenJsZFpKRZQftfLDFh1zdKnFDaYPr7CEX8QI/X/H6MafCmu0fkdCMdCd/P5RCugPznYNPnzF8UfWAYynFwL0QHYeWF4m1GTktYBPPdEKjQR3ldpmysJTm0ytDsUiOz/1YR5ri7LM4Cu4djdyPT685dggZRlPOoLnuJzWIc6hBo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757963674; c=relaxed/simple; bh=WR/ccjdVbx7wP+a+ik9GRqSJSOhG72rt+JckoOvOLnU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GFSp9n7Y6dNfXpYH/vSxPvQeD/JNACg9Fz97S3LZbJwcnbDQ/APdpKp/ZffW16MOlM2w+lXFZ4Qp1IyuZppTaVHmZvNiNhK9OVdP9b8E935vcCTw2NwZhQX2Ma4j7D4WSpK+CeIo95a2qVhEwwJlS1cmk/WD0MU45JZAVuy4wCk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nEXIVtxf; 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="nEXIVtxf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5183C4CEF7; Mon, 15 Sep 2025 19:14:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757963674; bh=WR/ccjdVbx7wP+a+ik9GRqSJSOhG72rt+JckoOvOLnU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nEXIVtxfguipyPtDLkdghE+b3AhQrYr1WhTDX/i6XDMhNTW5yocjLA7GQHaELAQ1Z ogBFSDttvarY9OafQVB274d9hoD+acfPdEn0eLalnFZW6CA+rajPjxoQ0mbXToDKtk /vlDeaGKp+fVc8NL8QReojfvoSuUaWjAwpY5hGp4k82z8zIXSj/n3dWHqTw4Zdo9W2 jARY35mtLTsgTVRKZlycQF3o7Uqx4VcXoEvmokN9+IFXcWWRsUWroIfTxeHE9Y+5JC PgAqlM5PB/YiNWkJsVkIVhAMpWhQbGS/Yl25QynWQS2qHIuW6COpctGbR8o2Wmjjdh wcaycgutQeD+w== Date: Mon, 15 Sep 2025 20:14:28 +0100 From: Simon Horman To: Tariq Toukan Cc: Saeed Mahameed , Leon Romanovsky , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andrew Lunn , "David S. Miller" , Mark Bloch , Sabrina Dubroca , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, Gal Pressman , Dragos Tatulea , Carolina Jubran , Jianbo Liu Subject: Re: [PATCH mlx5-next 1/3] net/mlx5: Remove VLAN insertion fields from WQE Ether segment Message-ID: <20250915191428.GA322881@horms.kernel.org> References: <1757574619-604874-1-git-send-email-tariqt@nvidia.com> <1757574619-604874-2-git-send-email-tariqt@nvidia.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <1757574619-604874-2-git-send-email-tariqt@nvidia.com> On Thu, Sep 11, 2025 at 10:10:17AM +0300, Tariq Toukan wrote: > From: Carolina Jubran > > Now that the driver no longer uses VLAN TX insertion via the WQE > Ethernet segment, the related fields and flags can be removed. > > Signed-off-by: Carolina Jubran > Signed-off-by: Tariq Toukan Reviewed-by: Simon Horman