From patchwork Mon Sep 9 19:44:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Saeed Mahameed X-Patchwork-Id: 13797504 X-Patchwork-Delegate: kuba@kernel.org 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 0FF05189903 for ; Mon, 9 Sep 2024 19:45:36 +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=1725911136; cv=none; b=nZKQ0IhiXADCQk6/tTJYI21xlfT/qdMN5jz7kHPxDy246b4zUmwjKFwA6+g56JsKXkZVoK9o7yo/N6Nlf830Ggk6hpQtC3IOMyYfM1I2yfkiw6VMczK2rppmKQxjsZn5tLQsQeeGnt1oKwRpzyKlGFQRG8T20qRxFhwO3daVYY0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725911136; c=relaxed/simple; bh=940Ke2OEcilTBElrUVpc2V2sdch3evVqcaAppj1rznc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=UftwOAzrO1QH3C/pP1m3OKjgO90Jd8pC2RDcjdOI1tvUzD3ym6NufBN/GXp8BQ5a6qoGJ/ByUsxyFf22ej05EjelVeazEagoR2Ivs6sav3LWdROM1/eTeTzqg8sINCXPJbm1yFOPbQbgvcBuyY41fDgjIdkztTDOHWTt2QFravA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cZTAc49N; 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="cZTAc49N" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9FA4C4CEC8; Mon, 9 Sep 2024 19:45:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1725911135; bh=940Ke2OEcilTBElrUVpc2V2sdch3evVqcaAppj1rznc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cZTAc49Np1OodPlJDc5crcdRLJK2LLVoc4IpX08nObB9WLOGf0PlhznPVNaLwnzUt YMoT0ffaQ4Lk5Nx0T1sD4mhk+WuPahS6HKZRmzxCIgSEYQnjGD/RzX6hsou/tgnUMG 7kULc7KEA25f14OUOcqiNh6mOdWgv53KMTVjhx6GDt5TSbET6toUkvhW6zi/HaN6hA MaoohoHf2hqDxBuTbYbz3S/jTnih/05njHEmfT6JnOC1UGzovEQah2HNr3Hhigba5q 6P4pTjExSFvMCfkky2Hhnpy4On+akTIFXXbmHsvUyRYl2QJNflV7yB4UUyNl1ROsvz Xe7CMdy2q8K1w== From: Saeed Mahameed To: "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet Cc: Saeed Mahameed , netdev@vger.kernel.org, Tariq Toukan , Gal Pressman , Leon Romanovsky , Maher Sanalla Subject: [net 1/7] net/mlx5: Update the list of the PCI supported devices Date: Mon, 9 Sep 2024 12:44:59 -0700 Message-ID: <20240909194505.69715-2-saeed@kernel.org> X-Mailer: git-send-email 2.46.0 In-Reply-To: <20240909194505.69715-1-saeed@kernel.org> References: <20240909194505.69715-1-saeed@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org From: Maher Sanalla Add the upcoming ConnectX-9 device ID to the table of supported PCI device IDs. Fixes: f908a35b2218 ("net/mlx5: Update the list of the PCI supported devices") Signed-off-by: Maher Sanalla Reviewed-by: Tariq Toukan Signed-off-by: Saeed Mahameed --- drivers/net/ethernet/mellanox/mlx5/core/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/mellanox/mlx5/core/main.c b/drivers/net/ethernet/mellanox/mlx5/core/main.c index 5b7e6f4b5c7e..2ec33c4a2a3a 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/main.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c @@ -2217,6 +2217,7 @@ static const struct pci_device_id mlx5_core_pci_table[] = { { PCI_VDEVICE(MELLANOX, 0x101f) }, /* ConnectX-6 LX */ { PCI_VDEVICE(MELLANOX, 0x1021) }, /* ConnectX-7 */ { PCI_VDEVICE(MELLANOX, 0x1023) }, /* ConnectX-8 */ + { PCI_VDEVICE(MELLANOX, 0x1025) }, /* ConnectX-9 */ { PCI_VDEVICE(MELLANOX, 0xa2d2) }, /* BlueField integrated ConnectX-5 network controller */ { PCI_VDEVICE(MELLANOX, 0xa2d3), MLX5_PCI_DEV_IS_VF}, /* BlueField integrated ConnectX-5 network controller VF */ { PCI_VDEVICE(MELLANOX, 0xa2d6) }, /* BlueField-2 integrated ConnectX-6 Dx network controller */