From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 71136A0518; Mon, 3 Aug 2020 09:29:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A3CEF2BD8; Mon, 3 Aug 2020 09:29:20 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id D6B662952 for ; Mon, 3 Aug 2020 09:29:18 +0200 (CEST) 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 0737P9mR001464; Mon, 3 Aug 2020 00:29:16 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0818; bh=72zAzanoDZ/jS9eYDqYmdI41NoLV9iVDVJe/OQ58aao=; b=kLVG1yLOky938STk6lApp48giPA0WUcQnubugDissf1UFUywsByMpkTW9lB4pP6nxdfu 4jCV75vNLXP2ZQiAdV3j51+T75ZyWjKtRtLrZKgLV8mKFEpGpyvR5GHmwm4934xGipwc 1KJSmUaZDgqT1SkjtzSY015WS+Cep3uJM3AxLUicLafWLLWs+tEyfKZWjpXTVWRibpqX arcRuoqm4u2nFnLE3zbQATAN1BalhnGQ2iHWfcR5owfejEJXDExOa7bd6x8T1X/RE1e+ j1zkRlps0cN41pgdvsOxhswqzgg/vDV2gZW8WfB0Dw9W6lCEUfMVfQ3HaQM/7Dak4xf/ 7Q== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0b-0016f401.pphosted.com with ESMTP id 32n8fenedf-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 03 Aug 2020 00:29:16 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 3 Aug 2020 00:29:14 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 3 Aug 2020 00:29:13 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 3 Aug 2020 00:29:13 -0700 Received: from BG-LT7430.marvell.com (BG-LT7430.marvell.com [10.28.161.240]) by maili.marvell.com (Postfix) with ESMTP id 95DEA3F703F; Mon, 3 Aug 2020 00:29:10 -0700 (PDT) From: To: , Ray Kinsella , Neil Horman , John McNamara , "Marko Kovacevic" CC: , Pavan Nikhilesh Date: Mon, 3 Aug 2020 12:59:03 +0530 Message-ID: <20200803072903.1209-1-pbhagavatula@marvell.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200802105137.1666-1-pbhagavatula@marvell.com> References: <20200802105137.1666-1-pbhagavatula@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235, 18.0.687 definitions=2020-08-03_04:2020-07-31, 2020-08-03 signatures=0 Subject: [dpdk-dev] [PATCH v2] doc: add reserve fields to eventdev public structures 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 Add 64 byte padding at the end of event device public structure to allow future extensions. Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Jacob --- v2 Changes: - Modify commit title. - Add patch reference to doc. doc/guides/rel_notes/deprecation.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index ea4cfa7a4..ec5db68e9 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -151,3 +151,14 @@ Deprecation Notices Python 2 support will be completely removed in 20.11. In 20.08, explicit deprecation warnings will be displayed when running scripts with Python 2. + +* eventdev: A 64 byte padding is added at the end of the following structures + in event device library to support future extensions: + ``rte_event_crypto_adapter_conf``, ``rte_event_eth_rx_adapter_conf``, + ``rte_event_eth_rx_adapter_queue_conf``, ``rte_event_eth_tx_adapter_conf``, + ``rte_event_timer_adapter_conf``, ``rte_event_timer_adapter_info``, + ``rte_event_dev_info``, ``rte_event_dev_config``, ``rte_event_queue_conf``, + ``rte_event_port_conf``, ``rte_event_timer_adapter``, + ``rte_event_timer_adapter_data``. + Reference: + http://patches.dpdk.org/project/dpdk/list/?series=10728&archive=both&state=* -- 2.17.1