From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 43A97A00C4; Sun, 13 Feb 2022 23:00:26 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA24840DDA; Sun, 13 Feb 2022 23:00:25 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id BCBD24068C for ; Sun, 13 Feb 2022 23:00:24 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 6946B5C009C; Sun, 13 Feb 2022 17:00:23 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Sun, 13 Feb 2022 17:00:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm3; bh=O2MYA31uZjZfYA rVABtHtzx3rJIApVBf/t8cjCaapb8=; b=L/UaasZj5CKrcwb8xwqHQQsTOAdcuV fg+3ARTfKMyCiHglDcBlGKu2oW42BaHrmUl7C7amZ4iFF5r+0V1sxwYRVuDw+3UL sKJi28vBxRUGk/3J0957rcpMSRmIY7m9hhqyNcX0yfX+tCGXNIgBbSTOFmLoQTj7 2zuyTl20qUfCspKfF8elv/ITG6EjUrzKvDvWwePQNaGXYSG5tUp31Jd2IEz3lhLc wcJ/0bPCSEpfTiXqm3AndD9eEh5XHDsPNnJomjGi/q7DmhIfXOho642EiCCq0Gtv C7T+wIiWbF5IRs9kh31hI08wSNxrNQXSJWtQhVTWgIGpvTaxEgDZqedg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=O2MYA31uZjZfYArVABtHtzx3rJIApVBf/t8cjCaap b8=; b=nQp75GvtRruZ1C7sp/F+PzY9WO0cOel31VXIcmWcKpDKBbSc5Jxma2oet Yd2w224NxDflTZ2+E+B1cQb/YlDGCothnyho/V3G87XJRxMR6gtekY3d41FJr1u8 DjiaFqbQ/zolH7cgFaPSsIQTDX8NmjdL43uvYgGBBFBl5WZ281JGhFprjIrc89Ae qQwi+YwipOsIjGSoL0S297D/RIyYLzFpxYW8+wH6PISL0g2AkZxxgTawjBZD47EF 6qDDCG1WWw9tFRCwGHgV6VTx4ZdT0MMFXbNf/tJK6+hYvfh1lDbjyGDGY99QoYNp n+HVo1KT5QLRpT26GGwKRH5+ZG7Zg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrjedtgdduhedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 13 Feb 2022 17:00:22 -0500 (EST) From: Thomas Monjalon To: jerinj@marvell.com, Tomasz Duszynski Cc: dev@dpdk.org Subject: Re: [PATCH] common/cnxk: add CNF950_A0 support Date: Sun, 13 Feb 2022 23:00:20 +0100 Message-ID: <1687287.jNaZZp9DzI@thomas> In-Reply-To: <20220211082731.4033128-1-tduszynski@marvell.com> References: <20220211082731.4033128-1-tduszynski@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 11/02/2022 09:27, Tomasz Duszynski: > Add PCI IDs which match CNF95O_A0 SoC. > > Signed-off-by: Tomasz Duszynski > Reviewed-by: Jerin Jacob Kollanukkaran > --- > drivers/common/cnxk/roc_constants.h | 1 + > drivers/event/cnxk/cn9k_eventdev.c | 2 ++ > drivers/mempool/cnxk/cnxk_mempool.c | 2 ++ > drivers/net/cnxk/cn9k_ethdev.c | 4 ++++ > 4 files changed, 9 insertions(+) This patch does not apply, there is no PCI_DEVID_CNXK_RVU_SDP_VF.