From patchwork Tue Feb 11 11:27:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mahipal Challa X-Patchwork-Id: 65728 X-Patchwork-Delegate: david.marchand@redhat.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 9AB82A051C; Tue, 11 Feb 2020 12:29:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7F3A31BFA5; Tue, 11 Feb 2020 12:29:38 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id E8AE02BD8 for ; Tue, 11 Feb 2020 12:29:36 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 01BBPgBa005505; Tue, 11 Feb 2020 03:29:36 -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-type; s=pfpt0818; bh=fKJwoTPZavGvM0XY5Ca1UuZiUR4MfaAalwz7lZGXC6E=; b=VjZeGNVnnDzuzDsAsHHiGO341lvM1Nz14iNqnFEqUl6ZYVAh+olD4i2691xwpFUV5w8l oFu4LV71+YAkPSBtBpo1crdYOtxbaQTq1zxN0hdyb9zhr3zGq2DMXrZ/Fm1/OLYZKZ5C /M5vMC7DU4REt25fOXhRJmd/uF8ECoSvNdzofsOZfl2YU3QvIc9gGNwfVwd7pbpGRpcp AhWuK9VwBkO/HfDBWRmfMy1fx7JmUpeqsuKhfXkoJq+jjcOInTUc1CTmngquwrWvkhqY /6Whdt0RW8pFeP4GOB51jVRkV8lgN3ECV+RGSjcpNj7APqUn8KeGWE2g8/K4D1OPDp4H iQ== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0a-0016f401.pphosted.com with ESMTP id 2y1u7tu2sy-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 11 Feb 2020 03:29:35 -0800 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 11 Feb 2020 03:29:34 -0800 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 11 Feb 2020 03:29:34 -0800 Received: from hyd1244.marvell.com (hyd1244.marvell.com [10.29.20.28]) by maili.marvell.com (Postfix) with ESMTP id A91703F703F; Tue, 11 Feb 2020 03:29:32 -0800 (PST) From: Mahipal Challa To: , CC: , , , Date: Tue, 11 Feb 2020 16:57:41 +0530 Message-ID: <1581420461-10433-1-git-send-email-mchalla@marvell.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138, 18.0.572 definitions=2020-02-11_03:2020-02-10, 2020-02-11 signatures=0 Subject: [dpdk-dev] [PATCH 1/1] raw/octeontx2_ep: update the ABI version 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" Changed the ABI version to 20.0.1. Fixes: 56d46d13f736 ("raw/octeontx2_ep: add build infra and device probe") Signed-off-by: Mahipal Challa Acked-by: David Marchand --- drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map b/drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map index ff357af..bc8fd6d 100644 --- a/drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map +++ b/drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map @@ -1,4 +1,4 @@ -DPDK_20.02 { +DPDK_20.0.1 { local: *; };