From patchwork Wed Apr 17 07:11:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anoob Joseph X-Patchwork-Id: 139435 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 69FB343E8E; Wed, 17 Apr 2024 09:11:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 472094067A; Wed, 17 Apr 2024 09:11:23 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 044D24029C for ; Wed, 17 Apr 2024 09:11:21 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.24/8.17.1.24) with ESMTP id 43GK1vT5017006; Wed, 17 Apr 2024 00:11:21 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding:content-type; s=pfpt0220; bh=SWGjAi0U wp0bOYeTS8siBd2TBQZZPwmZ+bqF3Dl444w=; b=RitomlkLW2Pe6raYMRsicD4J mbQmUVOgSmL7ZXdjSR72+xb7HA2RUu9zJYw/ulOsE8EbvJAp4m8jCaiBdar2NuAd O4SrHzGsaXLf4SeJuXkV2Yh6JTcXoBZwPt8XMOP9AmDjWXgbcht6jw7w2k3rY/9y mflcI1gccKJVVF1VOA9+LjQ43k3XlHVxHqQfiGQ2haiLsSNUua6SqAHEZIfeU1RW ju7B/twR0SJ/9p43ehSFo8UAVwKf8mhJvid+1CcOQoXExxriT3oXegfkyGuvoWUp YXdDBHDawcAv+Y2E0rJpvRM1iI+uj4k7dcofAHsNnE/FAmhGKAODqD4sOGPkCQ== Received: from dc5-exch05.marvell.com ([199.233.59.128]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3xhfdn5ajs-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 17 Apr 2024 00:11:20 -0700 (PDT) Received: from DC5-EXCH05.marvell.com (10.69.176.209) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Wed, 17 Apr 2024 00:11:19 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Wed, 17 Apr 2024 00:11:19 -0700 Received: from BG-LT92004.corp.innovium.com (unknown [10.193.69.67]) by maili.marvell.com (Postfix) with ESMTP id 204843F707E; Wed, 17 Apr 2024 00:11:15 -0700 (PDT) From: Anoob Joseph To: Robin Jarry , Jerin Jacob , "Thomas Monjalon" CC: Chengwen Feng , Kevin Laatz , Bruce Richardson , Gowrishankar Muthukrishnan , Vidya Sagar Velumuri , Subject: [PATCH] usertools/devbind: add ODM DMA device Date: Wed, 17 Apr 2024 12:41:09 +0530 Message-ID: <20240417071109.104-1-anoobj@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-GUID: etTv_on0fmh4159p0EGNTKrJztWRmij8 X-Proofpoint-ORIG-GUID: etTv_on0fmh4159p0EGNTKrJztWRmij8 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1011,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2024-04-17_06,2024-04-16_01,2023-05-22_02 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 Add support for ODM DMA device in devbind. Signed-off-by: Anoob Joseph Signed-off-by: Gowrishankar Muthukrishnan Signed-off-by: Vidya Sagar Velumuri Acked-by: Robin Jarry --- usertools/dpdk-devbind.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py index a278f5e7f3..6493877caa 100755 --- a/usertools/dpdk-devbind.py +++ b/usertools/dpdk-devbind.py @@ -48,6 +48,8 @@ hisilicon_dma = {'Class': '08', 'Vendor': '19e5', 'Device': 'a122', 'SVendor': None, 'SDevice': None} +odm_dma = {'Class': '08', 'Vendor': '177d', 'Device': 'a08c', + 'SVendor': None, 'SDevice': None} intel_dlb = {'Class': '0b', 'Vendor': '8086', 'Device': '270b,2710,2714', 'SVendor': None, 'SDevice': None} @@ -82,7 +84,8 @@ baseband_devices = [acceleration_class] crypto_devices = [encryption_class, intel_processor_class] dma_devices = [cnxk_dma, hisilicon_dma, - intel_idxd_spr, intel_ioat_bdw, intel_ioat_icx, intel_ioat_skx] + intel_idxd_spr, intel_ioat_bdw, intel_ioat_icx, intel_ioat_skx, + odm_dma] eventdev_devices = [cavium_sso, cavium_tim, intel_dlb, cnxk_sso] mempool_devices = [cavium_fpa, cnxk_npa] compress_devices = [cavium_zip]