From patchwork Fri Jun 24 09:08:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Pavan Nikhilesh Bhagavatula X-Patchwork-Id: 113430 X-Patchwork-Delegate: thomas@monjalon.net 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 094EFA0032; Fri, 24 Jun 2022 11:10:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F05BC40A87; Fri, 24 Jun 2022 11:10:40 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 3C2F14069D for ; Fri, 24 Jun 2022 11:10:39 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25O79Z2V020739; Fri, 24 Jun 2022 02:08:35 -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=8zTFrbr2cvvoMvvwi12fQb2q9QNUui6wfFkCxDlHFBw=; b=XkliPSYMwOjkj27+01uC8XK4Ev0fIdHm5YYt86OBh0FsstHM5NlsEYL4bYo7kPV5H0RM sHYNmqHCObNSDv7yUmLOircsLfE9uyBPurVESIvD8PoZ7X+yNeMzo8FWBjHn/bxHgneF nkDyVAWkBcAnnePd8r6crVgUyN+XbT9AUTFLLQFoIoyZjUylU4GlB5MSMc9Z9eNcdAEL kJudSa4a1sfrdsqZWA4UqFUgtp6LnHxwPXEd3HHD4y3uXgAELGy9sqCCGZ5H/I5EslVk 6BjAcnLlW7we9lhgLXYkdwioNyiDZwPBA9KORdU2faWwTTNRwMREnjafvSs4c4AjSbkP 1g== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3gw8ms0erq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 24 Jun 2022 02:08:35 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Fri, 24 Jun 2022 02:08:33 -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; Fri, 24 Jun 2022 02:08:33 -0700 Received: from MININT-80QBFE8.corp.innovium.com (unknown [10.28.161.88]) by maili.marvell.com (Postfix) with ESMTP id E43233F706F; Fri, 24 Jun 2022 02:08:31 -0700 (PDT) From: To: , Ray Kinsella CC: , Pavan Nikhilesh Subject: [PATCH] doc: announce name change of stop flush callback Date: Fri, 24 Jun 2022 14:38:28 +0530 Message-ID: <20220624090828.2020-1-pbhagavatula@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: wU72qS3JSnj5FMK0THIvxIyq0D_2JBge X-Proofpoint-GUID: wU72qS3JSnj5FMK0THIvxIyq0D_2JBge X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-06-24_05,2022-06-23_01,2022-06-22_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 Stop flush callback is missing `rte_` prefix and might conflict with application declarations. Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Jacob Acked-by: Mattias Rönnblom Acked-by: Harry van Haaren --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 4e5b23c53d..a3c4f4ac09 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -125,3 +125,6 @@ Deprecation Notices applications should be updated to use the ``dmadev`` library instead, with the underlying HW-functionality being provided by the ``ioat`` or ``idxd`` dma drivers + +* eventdev: The function pointer declaration ``eventdev_stop_flush_t`` will be + renamed to ``rte_eventdev_stop_flush_t`` in DPDK 22.11.