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 8B0C545B96; Mon, 21 Oct 2024 22:59:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 322624066E; Mon, 21 Oct 2024 22:58:49 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 47EDB40615 for ; Mon, 21 Oct 2024 22:58:20 +0200 (CEST) Received: from pps.filterd (m0431383.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 49LCPZ0A001943 for ; Mon, 21 Oct 2024 13:58:19 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=pfpt0220; bh=S MIFJANehw/GebJgORYbXchwI9/zWr1AetLTONle7DI=; b=S+r3JbgS4qEy2ubxn vYFUF3XyQjG0Qu8mAc9STM67LNewGTRjHLmrTTuJd8K7AzIvLVjfTAACkBYKlTzB d1mnjc+apEd8kKEmD0HzHFHDlKX6VJBTeEUc/ttn5n6Iq0hEi+WPlaLv7hBUMygJ dSHBbkbMJmICGh9/7nlQ+RAkQlHhllRLwe1Gt/HpFIHYc+aXC0IHXMV3yT/yWezQ QvE4zVNU7Wdsr92s9Ch+wP5Xzx+mHstLfSmYvG24Jz/m7HQDuh4zGUXurgOWwJ5i sma2Ntbo0tVtIJMtTnwb11ZmTEP4mIRzfxHY+j6mPLHNq6KHgXPiHiMRk8vHJ+Tl sDOSQ== Received: from dc5-exch05.marvell.com ([199.233.59.128]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 42dpxv17m2-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 21 Oct 2024 13:58:19 -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; Mon, 21 Oct 2024 13:58:18 -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; Mon, 21 Oct 2024 13:58:17 -0700 Received: from MININT-80QBFE8.corp.innovium.com (MININT-80QBFE8.marvell.com [10.28.164.106]) by maili.marvell.com (Postfix) with ESMTP id 71C2F3F7060; Mon, 21 Oct 2024 13:58:16 -0700 (PDT) From: To: , Pavan Nikhilesh , "Shijith Thotton" CC: Subject: [PATCH v2 12/21] event/cnxk: add CN20K device stop and close Date: Tue, 22 Oct 2024 02:27:35 +0530 Message-ID: <20241021205745.7310-12-pbhagavatula@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20241021205745.7310-1-pbhagavatula@marvell.com> References: <20241003132237.20193-1-pbhagavatula@marvell.com> <20241021205745.7310-1-pbhagavatula@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: zKKa2kKF8a6EJP3YOjZyIeSlPaqeich9 X-Proofpoint-ORIG-GUID: zKKa2kKF8a6EJP3YOjZyIeSlPaqeich9 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.687,Hydra:6.0.235,FMLib:17.0.607.475 definitions=2020-10-13_15,2020-10-13_02,2020-04-07_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 From: Pavan Nikhilesh Add event device stop and close callback functions. Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cn20k_eventdev.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/drivers/event/cnxk/cn20k_eventdev.c b/drivers/event/cnxk/cn20k_eventdev.c index 12e0513d95..84cb6b8d79 100644 --- a/drivers/event/cnxk/cn20k_eventdev.c +++ b/drivers/event/cnxk/cn20k_eventdev.c @@ -387,6 +387,25 @@ cn20k_sso_start(struct rte_eventdev *event_dev) return rc; } +static void +cn20k_sso_stop(struct rte_eventdev *event_dev) +{ + struct cnxk_sso_evdev *dev = cnxk_sso_pmd_priv(event_dev); + uint8_t hws[RTE_EVENT_MAX_PORTS_PER_DEV]; + int i; + + for (i = 0; i < event_dev->data->nb_ports; i++) + hws[i] = i; + roc_sso_hws_gwc_invalidate(&dev->sso, hws, event_dev->data->nb_ports); + cnxk_sso_stop(event_dev, cnxk_sso_hws_reset, cn20k_sso_hws_flush_events); +} + +static int +cn20k_sso_close(struct rte_eventdev *event_dev) +{ + return cnxk_sso_close(event_dev, cn20k_sso_hws_unlink); +} + static struct eventdev_ops cn20k_sso_dev_ops = { .dev_infos_get = cn20k_sso_info_get, .dev_configure = cn20k_sso_dev_configure, @@ -407,6 +426,8 @@ static struct eventdev_ops cn20k_sso_dev_ops = { .timeout_ticks = cnxk_sso_timeout_ticks, .dev_start = cn20k_sso_start, + .dev_stop = cn20k_sso_stop, + .dev_close = cn20k_sso_close, }; static int -- 2.25.1