From patchwork Mon Aug 3 17:55:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timothy McDaniel X-Patchwork-Id: 75152 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 5EC0AA0543; Mon, 3 Aug 2020 19:58:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5C1421C020; Mon, 3 Aug 2020 19:58:18 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id EDB3134F3 for ; Mon, 3 Aug 2020 19:58:16 +0200 (CEST) IronPort-SDR: j8y/crySD61zj0v4zDvYIa76nb9erqMwD7Y34m9RiCME2foGSS858Mf5fYMktHsP3fct4P/CCC YYXSalhHKN8A== X-IronPort-AV: E=McAfee;i="6000,8403,9702"; a="149985118" X-IronPort-AV: E=Sophos;i="5.75,430,1589266800"; d="scan'208";a="149985118" 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; 03 Aug 2020 10:58:16 -0700 IronPort-SDR: ZCKM33XOkP1EgAgjN60eJHjO16Nv52d7dLRt3RLj4pBEvJ3IL9fWKyD/fGTpr1u2tySGNFNg5Y xmuXW4gFBUuQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,430,1589266800"; d="scan'208";a="492485315" Received: from txasoft-yocto.an.intel.com ([10.123.72.192]) by fmsmga005.fm.intel.com with ESMTP; 03 Aug 2020 10:58:15 -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: Mon, 3 Aug 2020 12:55:35 -0500 Message-Id: <1596477335-3579-1-git-send-email-timothy.mcdaniel@intel.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: References: Subject: [dpdk-dev] [PATCH] doc: eventdev ABI change to support DLB PMD 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" The ABI changes associated with this notification will better support devices that: 1. Have limits on the number or queues that may be linked to a port 2. Have ports that are limited to exactly one linked queue 3. Are not able to transparently transfer the event flow_id field Signed-off-by: McDaniel Timothy Acked-by: Jerin Jacob Acked-by: Harry van Haaren Acked-by: Hemant Agrawal Acked-by: Harry van Haaren --- 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..bfe6661 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 changes to support DLB PMD and future extensions: + ``rte_event_dev_info``, ``rte_event_dev_config``, ``rte_event_port_conf`` will + be modified to support DLB PMD and future extensions in the eventdev library. + Patches containing justification, documentation, and proposed modifications + can be found at: + + - https://patches.dpdk.org/patch/71457/ + - https://patches.dpdk.org/patch/71456/ + +