From patchwork Tue Feb 21 14:36:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sathesh B Edara X-Patchwork-Id: 124298 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 1F2A5400C9; Tue, 21 Feb 2023 15:37:18 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DBA94431EB; Tue, 21 Feb 2023 15:37:15 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id DE75740E0F for ; Tue, 21 Feb 2023 15:37:11 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 31LC3MWO014089 for ; Tue, 21 Feb 2023 06:37:11 -0800 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=8aTQ/lg9sfJZ5j7DA1DlUNQmiTA4l4ZgC8sHkBdM+4U=; b=DQDK2UY7nPZ2UNkbSzZuWdixN9q7ZaGCNsf8Z/7xHAdKJgphGQ8WsrPMgxrfuX0YHAbH mQQyD5N4fANm0t7878PEVkgnvkfar0yw7GYofGUA+UdgHE3el/Mzt4j8d1oeqALWjb+T gNTTTL+eSwUIEHmxIJwS7lN9KuR9l/HIvLm9MQBey2opLf4nmEUBotZlGpsj/h0Kjpl9 ywqF0IvqHxUjWPfZpEop73fiD8HElUhezne6NmCZQXDZtBDhZFzssLpjwKzU7M1mQB7N m5IdSQv+c5PS75sOL/7G/UjFPZMytnar3UNlCfmBqfx03uMvvaBX/p+083ejDmfw67JQ 6w== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3nty304mrg-7 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Tue, 21 Feb 2023 06:37:11 -0800 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.42; Tue, 21 Feb 2023 06:37:05 -0800 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.42 via Frontend Transport; Tue, 21 Feb 2023 06:37:05 -0800 Received: from localhost.com (unknown [10.106.27.249]) by maili.marvell.com (Postfix) with ESMTP id 21DED3F7075; Tue, 21 Feb 2023 06:37:05 -0800 (PST) From: Sathesh Edara To: , , CC: Subject: [PATCH v1 0/2] net/octeon_ep: support device close and port kind Date: Tue, 21 Feb 2023 06:36:24 -0800 Message-ID: <20230221143627.219917-1-sedara@marvell.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-Proofpoint-GUID: sM_TnygiTsoBZ1Y4jTEZf02ajxTMCiss X-Proofpoint-ORIG-GUID: sM_TnygiTsoBZ1Y4jTEZf02ajxTMCiss X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.170.22 definitions=2023-02-21_08,2023-02-20_02,2023-02-09_01 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 This patch set adds device close functionality and 2nd patch adds port kind functionality. Sathesh Edara (2): net/octeon_ep: support device close net/octeon_ep: support port kind drivers/net/octeon_ep/otx_ep_common.h | 1 + drivers/net/octeon_ep/otx_ep_ethdev.c | 65 +++++++++++++-------------- drivers/net/octeon_ep/otx_ep_rxtx.c | 16 +++---- 3 files changed, 39 insertions(+), 43 deletions(-)