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 6CE532CCAD for ; Thu, 4 Jan 2024 22:44:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oOWIFu42" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80A87C433C7; Thu, 4 Jan 2024 22:44:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1704408287; bh=Tk47gifsj5o+jI0agKvVoCHRnv2t9kEUZufLrpJZIu8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oOWIFu42g+hrpFGDJ0CteoDJNRHjR86lfAoHzBX1Fh+B3+cEDqf/52bLr6z9AQ/4n WN7g+iljgShZ7Wf8cc6kYqcIX6OYgpIn6TjckBcNMRgooMgchnRPGIt96OxSpxj1LH ueOgeLJiQ4CsEvHBusDMhzfJS5FASXlt6AEYJixV7onOo/tmZs57j3ZfXzTC54sFCB AQxauzljdFm2Dv80pEENYbPCTA47/xAZOIuvkq5aHaeXTzUSWiq9pebO0h1otKD/pw cI8lq+EcnUvtpUrQOeIFojuSy7QnOsFc3pygb3RpO7j0n9uYLTfjb9Rlrh7+7925fr O+SWgsbIES2ow== Date: Thu, 4 Jan 2024 14:44:46 -0800 From: Jakub Kicinski To: Saeed Mahameed Cc: "Nelson, Shannon" , "David S. Miller" , Paolo Abeni , Eric Dumazet , Saeed Mahameed , netdev@vger.kernel.org, Tariq Toukan , Armen Ratner , Daniel Jurgens Subject: Re: [net-next 15/15] net/mlx5: Implement management PF Ethernet profile Message-ID: <20240104144446.1200b436@kernel.org> In-Reply-To: References: <20231221005721.186607-1-saeed@kernel.org> <20231221005721.186607-16-saeed@kernel.org> 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-Transfer-Encoding: 7bit On Thu, 21 Dec 2023 14:25:33 -0800 Saeed Mahameed wrote: > Maybe we should have made it clear here as well, this management PF just > exposes a netdev on the embedded ARM that will be used to communicate > with the device onboard BMC via NC-SI, so it meant to be used > only by standard tools. How's that different to any other BMC via NC-SI setup? NC-SI is supposed to steal packets which were directed to the wire.