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 16812A04DB; Thu, 15 Oct 2020 19:30:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F06C31DD3E; Thu, 15 Oct 2020 19:29:37 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 583301DCE5 for ; Thu, 15 Oct 2020 19:29:32 +0200 (CEST) IronPort-SDR: QmnvT2Exj82QXy3COmz3vw2JqJDbz6WQ+mAgcaANvuT2otUCwINwYyZm/eCAqPV/bcn3Lq3rSh jw2vMZyDxAow== X-IronPort-AV: E=McAfee;i="6000,8403,9775"; a="145717850" X-IronPort-AV: E=Sophos;i="5.77,379,1596524400"; d="scan'208";a="145717850" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Oct 2020 10:29:31 -0700 IronPort-SDR: a6e4U89H3NAZGNPxAgVemb/T13O07GYuDeBtoQXdwdGgiu47MUy8KIBnSs3L0Hj22DDnNUTqaU gqypHLJc/ZlQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,379,1596524400"; d="scan'208";a="464375826" Received: from txasoft-yocto.an.intel.com ([10.123.72.192]) by orsmga004.jf.intel.com with ESMTP; 15 Oct 2020 10:29:30 -0700 From: Timothy McDaniel To: Cc: jerinj@marvell.com, mattias.ronnblom@ericsson.com, liang.j.ma@intel.com, peter.mccarthy@intel.com, nipun.gupta@nxp.com, pbhagavatula@marvell.com, dev@dpdk.org, erik.g.carrillo@intel.com, gage.eads@intel.com, harry.van.haaren@intel.com, hemant.agrawal@nxp.com, bruce.richardson@intel.com Date: Thu, 15 Oct 2020 12:31:29 -0500 Message-Id: <1602783089-18095-4-git-send-email-timothy.mcdaniel@intel.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1602783089-18095-1-git-send-email-timothy.mcdaniel@intel.com> References: <1599843507-19970-2-git-send-email-timothy.mcdaniel@intel.com> <1602783089-18095-1-git-send-email-timothy.mcdaniel@intel.com> Subject: [dpdk-dev] [PATCH 3/3] doc: announce new eventdev ABI changes 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" The eventdev ABI changes announced in 20.08 have been implemented in 20.11. This commit announces the implementation of those changes, and lists the data structures that were modified. Signed-off-by: Timothy McDaniel --- doc/guides/rel_notes/release_20_11.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index 7878e8e..0f8ee2a 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -352,6 +352,14 @@ ABI Changes * ``ethdev`` internal functions are marked with ``__rte_internal`` tag. +* ``eventdev`` changes + + * Following structures are modified to support DLB/DLB2 PMDs + and future extensions: + + * ``rte_event_dev_info`` + * ``rte_event_dev_config`` + * ``rte_event_port_conf`` Known Issues ------------ -- 2.6.4