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 24BBCA0032; Fri, 1 Oct 2021 22:20:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B50B441183; Fri, 1 Oct 2021 22:20:31 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 573014115D for ; Fri, 1 Oct 2021 22:20:29 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 191A8Gx6029756 for ; Fri, 1 Oct 2021 13:20:28 -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=jALgcIPkX8CIePFYg2lfGjrBeV42vt5s621GGs86jL8=; b=b0GntzE6T5EBwWbyGYOjGAXen2lqQ39pxoGwE6K8CY9fdqlrF53veABwzrKyGGByTZWZ kpmD8Zc46P1VWKYRk/O21yqx+ZwDAnf2bHZkVnfjvXanCzq40wca0ke/7h7AYLYuI/18 tKaROVINcBHarTPsRP3g8TqMXbYbOlVkjm4xnxqleJ9owbGaYmb6wllSAa2uDZz+timW lFoVd+lXasaHMIFNl91gAqIgRi/Yw2cyjveuMDgGtPKBglwPrpTYWzPq90Z5CBpoepIu W//WE4HAtZMF4XMOaaAFnMWUHHAJXsCfEc6P0FnPP8Y7uEj/0wcnvyTGONLtXgqi027S UQ== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com with ESMTP id 3bdrxmk7qf-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 01 Oct 2021 13:20:28 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Fri, 1 Oct 2021 13:20:26 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.18 via Frontend Transport; Fri, 1 Oct 2021 13:20:26 -0700 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id 663833F705F; Fri, 1 Oct 2021 13:20:25 -0700 (PDT) From: Tomasz Duszynski To: CC: , Tomasz Duszynski Date: Fri, 1 Oct 2021 22:19:39 +0200 Message-ID: <20211001201941.2068819-1-tduszynski@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: yvpINR7O8m6ZrY63nYSMtNTIPKsJ88rD X-Proofpoint-ORIG-GUID: yvpINR7O8m6ZrY63nYSMtNTIPKsJ88rD X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.182.1,Aquarius:18.0.790,Hydra:6.0.391,FMLib:17.0.607.475 definitions=2021-10-01_05,2021-10-01_02,2020-04-07_01 Subject: [dpdk-dev] [PATCH 0/2] raw/cnxk_bphy: sync with upstream 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 Sender: "dev" This series add some wrappers that simplify using existing BPHY APIs. Jakub Palider (1): raw/cnxk_bphy: use roc calls for max irq Tomasz Duszynski (1): raw/cnxk_bphy: add wrappers for available message types drivers/common/cnxk/roc_bphy_irq.c | 6 + drivers/common/cnxk/roc_bphy_irq.h | 1 + drivers/common/cnxk/version.map | 1 + drivers/raw/cnxk_bphy/cnxk_bphy.c | 62 ++++-- drivers/raw/cnxk_bphy/cnxk_bphy_cgx_test.c | 125 ++--------- drivers/raw/cnxk_bphy/cnxk_bphy_irq.c | 2 +- drivers/raw/cnxk_bphy/rte_pmd_bphy.h | 245 +++++++++++++++------ 7 files changed, 245 insertions(+), 197 deletions(-) -- 2.25.1