From patchwork Mon Jan 6 07:43:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavan Nikhilesh Bhagavatula X-Patchwork-Id: 64234 X-Patchwork-Delegate: jerinj@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 75A2BA04F1; Mon, 6 Jan 2020 08:43:27 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4ACF11D5E0; Mon, 6 Jan 2020 08:43:27 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id E4D561D5DC; Mon, 6 Jan 2020 08:43:24 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0067a0Bf008537; Sun, 5 Jan 2020 23:43:24 -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=pfpt0818; bh=Pf55Hsdm1k9mx2FK62LTPATwdn8YelRUHbRTXKnxiW0=; b=CwBMvEvT+Wq6NxPSH7y6IJ7IZI5w3rgoh+C+FPMtiO7+QRMkZeXRdbRGjrYDqGrODpCW MS+NwYq7RTWTy0GnPRbwt4scOUIziI/WKkXJPFCQhgwE0MP3qbRzPHTgEYyTEwg7A50o 2kzabdyCH6zGEiPEn824OCSY6eJgAHhunLSe8lZRXJ4jgmuBVUeFeg2i2XVBEP27IZJU /lD4ssr89cjdpfIT5ms7MQSzEWHoAQt6okpgYE9PgPJSFL6F1AszBoLtHiXmdeT053im WDHWQP6CkWYJsVaeN5PgLtC9ZgS/DDHAHdHB+3h2hW5AxOfB6wcaQo+w6a5OZR43+j40 FA== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0b-0016f401.pphosted.com with ESMTP id 2xau3smhcq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 05 Jan 2020 23:43:23 -0800 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 5 Jan 2020 23:43:20 -0800 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Sun, 5 Jan 2020 23:43:20 -0800 Received: from BG-LT7430.marvell.com (bg-lt7430.marvell.com [10.28.10.90]) by maili.marvell.com (Postfix) with ESMTP id E93943F7041; Sun, 5 Jan 2020 23:43:19 -0800 (PST) From: To: , Pavan Nikhilesh CC: , Date: Mon, 6 Jan 2020 13:13:18 +0530 Message-ID: <20200106074318.2670-1-pbhagavatula@marvell.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.95,18.0.572 definitions=2020-01-06_01:2020-01-06,2020-01-06 signatures=0 Subject: [dpdk-dev] [PATCH] event/octeontx2: fix device name in device info X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" From: Pavan Nikhilesh Fix imcorrect device name being used in device info. Fixes: bebc3dbcf4a6 ("event/octeontx2: add device capabilities function") Cc: stable@dpdk.org Signed-off-by: Pavan Nikhilesh --- drivers/event/octeontx2/otx2_evdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/event/octeontx2/otx2_evdev.h b/drivers/event/octeontx2/otx2_evdev.h index 231a12a52..ef523dc9d 100644 --- a/drivers/event/octeontx2/otx2_evdev.h +++ b/drivers/event/octeontx2/otx2_evdev.h @@ -16,7 +16,7 @@ #include "otx2_mempool.h" #include "otx2_tim_evdev.h" -#define EVENTDEV_NAME_OCTEONTX2_PMD otx2_eventdev +#define EVENTDEV_NAME_OCTEONTX2_PMD event_octeontx2 #define sso_func_trace otx2_sso_dbg