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 29E78A0C4B; Tue, 2 Nov 2021 19:42:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 191514069F; Tue, 2 Nov 2021 19:42:24 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id CE08640689 for ; Tue, 2 Nov 2021 19:42:22 +0100 (CET) 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 ESMTP id 1A2EYBtY012577 for ; Tue, 2 Nov 2021 11:42:22 -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=7ZdQlldQQLBmfheQqCisbuLc2xVrN8fFy+c4ZxbO+iQ=; b=cgSwXlOs4QRb8NcT/QZzAEMWlnZpwSJOEY8GuLqehb82QZKr/1OCHP6Lk5cTYBri+U6B nZab0KurhuKTsHq1rjzJyX5mqjw5B/2P7vLy6yfxjq8bOg8T0sFk5erMzegrbGu1sFU7 beavnlJb46vvUxifbk9+paUI4u08wVCG8QQOtDElSkN/8obIFdXd+a9cuXtSOLNVgX/n L4eSJH6lsE2pV3kV4ZjtRMCP9RKLRYsB9GZux5em9hVnl002b5d+DDEndBZQs4CRKQ5L Bx+PwQdaW83Iffqx7yJ6NiDP9dqaHe4hCfc34TTS87UOTK8dLBm28/S0UbIqEtTEi5On 5w== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3c2ycvbqg9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Tue, 02 Nov 2021 11:42:22 -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; Tue, 2 Nov 2021 11:42:19 -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; Tue, 2 Nov 2021 11:42:20 -0700 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id BCDF83F7041; Tue, 2 Nov 2021 11:42:18 -0700 (PDT) From: Tomasz Duszynski To: CC: , Tomasz Duszynski Date: Tue, 2 Nov 2021 19:41:30 +0100 Message-ID: <20211102184134.3012344-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: DxEia4DPQffA3hksvjGMcDZTgtaQ4Y7b X-Proofpoint-ORIG-GUID: DxEia4DPQffA3hksvjGMcDZTgtaQ4Y7b X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.182.1,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-11-02_08,2021-11-02_01,2020-04-07_01 Subject: [dpdk-dev] [PATCH 0/4] raw/cnxk_bphy: sync with local changes 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 does not introduce any new features. Just a few improvements and fixes. Jakub Palider (1): raw/cnxk_bphy: remove deps from internal headers Tomasz Duszynski (3): raw/cnxk_bphy: keep leading zero in device name raw/cnxk_bphy: add headers that provide used APIs doc: add BPHY to the list of platform blocks doc/guides/platform/cnxk.rst | 2 ++ doc/guides/rawdevs/cnxk_bphy.rst | 6 ++++-- drivers/raw/cnxk_bphy/cnxk_bphy.c | 2 +- drivers/raw/cnxk_bphy/cnxk_bphy_cgx.c | 2 +- drivers/raw/cnxk_bphy/cnxk_bphy_irq.c | 2 +- drivers/raw/cnxk_bphy/cnxk_bphy_irq.h | 18 +++++------------- drivers/raw/cnxk_bphy/rte_pmd_bphy.h | 22 ++++++++++++++++++++-- 7 files changed, 34 insertions(+), 20 deletions(-) -- 2.25.1