From patchwork Fri Jul 31 19:31:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timothy McDaniel X-Patchwork-Id: 75113 X-Patchwork-Delegate: thomas@monjalon.net 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 3BA76A052B; Fri, 31 Jul 2020 21:34:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B9CE82629; Fri, 31 Jul 2020 21:34:05 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D6C9D10A3 for ; Fri, 31 Jul 2020 21:34:03 +0200 (CEST) IronPort-SDR: +w7+OIfpaXQ/mtXXA7qX30Nd2PvlCEPS1kZoqxrEfk3MqeIngq9Z0yOF7w4qn8H4YbBAYJAxlZ R24A7JFGiwPA== X-IronPort-AV: E=McAfee;i="6000,8403,9698"; a="149674977" X-IronPort-AV: E=Sophos;i="5.75,419,1589266800"; d="scan'208";a="149674977" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2020 12:34:02 -0700 IronPort-SDR: B3CKt0MrjeayWVKaq0u5dWkKgQNy6uYglCKFZ8M14Xz2HOdBacRW/AlUZvTc8DkF8Xoo2Z1tjj Q1l+ijh2TwCg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,419,1589266800"; d="scan'208";a="491583638" Received: from txasoft-yocto.an.intel.com ([10.123.72.192]) by fmsmga005.fm.intel.com with ESMTP; 31 Jul 2020 12:34:01 -0700 From: "McDaniel, Timothy" To: jerinj@marvell.com Cc: mattias.ronnblom@ericsson.com, dev@dpdk.org, gage.eads@intel.com, harry.van.haaren@intel.com, "McDaniel, Timothy" Date: Fri, 31 Jul 2020 14:31:25 -0500 Message-Id: <1596223885-27437-1-git-send-email-timothy.mcdaniel@intel.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1593728037-15717-1-git-send-email-timothy.mcdaniel@intel.com> References: <1593728037-15717-1-git-send-email-timothy.mcdaniel@intel.com> Subject: [dpdk-dev] [PATCH] doc: announce changes to eventdev public data 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: "McDaniel, Timothy" Signed-off-by: McDaniel, Timothy Acked-by: Jerin Jacob --- 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 99c9806..b9682a7 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -148,3 +148,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: ABI change to support DLB PMD and future extensions + The following structures and will be modified to support to DLB PMD and future + extension in the eventdev library. + - ``rte_event_dev_info`` + - ``rte_event_dev_config`` + - ``rte_event_port_conf`` + Patches containing justification, documentation, and proposed modifications + can be found at: + - https://patches.dpdk.org/patch/71457/ + - https://patches.dpdk.org/patch/71456/