From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6C83042DD8; Wed, 5 Jul 2023 15:01:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3E717406B5; Wed, 5 Jul 2023 15:01:07 +0200 (CEST) Received: from mail-ua1-f42.google.com (mail-ua1-f42.google.com [209.85.222.42]) by mails.dpdk.org (Postfix) with ESMTP id 0C0754021F for ; Wed, 5 Jul 2023 15:01:06 +0200 (CEST) Received: by mail-ua1-f42.google.com with SMTP id a1e0cc1a2514c-7919342c456so1638496241.2 for ; Wed, 05 Jul 2023 06:01:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1688562065; x=1691154065; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=mC7N5167C4ggDFoBUFBflrxEvqLseK6Ghc6aSy1WTSY=; b=AI5L8UBWrLEZavDZBl8hmBApZFI7NPZTq2N0Ajev8R4jEZR+DnoB/IJcXtZUPoUUyI ZocUA1qG7DO/PJhiykZ14RPLdlraI49k13i3T5dGV0oJ5z3GV0/jYfe0Yczn9XIMh+0c +fwn2EWCSgwj1Krk1pzEBE23nwpYLnPt+Nz3YwwJ3Ufv04Fsn9a0BszQg6WSe7AY6g1Z UjRRD+anVayx3MzZZl3zopVDN0t5GjpqDqPb/vq+gO1kGbTadfikk0FcNlID+Bph80x9 bAIX6j8NUiIpKzejGc5VflDbeRxBvin6B3kIQS2cAgIAestWBVRS2Io7+jrr3qf4APfQ 39tQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688562065; x=1691154065; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=mC7N5167C4ggDFoBUFBflrxEvqLseK6Ghc6aSy1WTSY=; b=XPY635fIMjYlQdYkwTSqCICdkEI4w+smd9AZGQuBDknaQVxRjqn1VOcwJFRICaYhy9 +PGhIRJQ8nLHgfuQ8dTtCI3M8CKzKRf96T7w70GfZ/aG27BnQIyIP7tGJkEa9VEjSyE1 R47oQfOShpmobF9fm/pWw5q9AtF97XlPHfjSN9VTeqzmV0r6086ONO/FlTfZBCS7L9WD Q+Kg+j0TcjSZTCQmCmCOKA7W74GacPcpMlcpRx+Iyb9ktnvC9MMKn4zf7Zb496HNGEyN TQvTHy4lV4yAo8t1AlL1AxdOjutY/taRtRhMKxrc14A7HX/amKY+Rufp77XeIqY89ZtG 3PnQ== X-Gm-Message-State: ABy/qLZs7ZBxfypPCYpZ16JZZsc2tdW0BWkdwVrB/Wmm3e+lEuzZUYu5 n3lMY3St8m2hOF/lMnvJSGKOtc+i9UJ7eosCeK8= X-Google-Smtp-Source: APBJJlElrypMm0HOHuslHekYJ28NHdpMFjTT98HV0mEvwa6Nd5YU6subN4ZLE6Flhfgnu1xuo9HlwVjUl+hWNV805tU= X-Received: by 2002:a67:ea0e:0:b0:444:c5aa:1d78 with SMTP id g14-20020a67ea0e000000b00444c5aa1d78mr4884000vso.25.1688562065277; Wed, 05 Jul 2023 06:01:05 -0700 (PDT) MIME-Version: 1.0 References: <20230705084816.245527-1-mattias.ronnblom@ericsson.com> <20230705111219.245869-1-mattias.ronnblom@ericsson.com> In-Reply-To: <20230705111219.245869-1-mattias.ronnblom@ericsson.com> From: Jerin Jacob Date: Wed, 5 Jul 2023 18:30:39 +0530 Message-ID: Subject: Re: [PATCH v2] doc: announce single-event enqueue/dequeue ABI change To: =?UTF-8?Q?Mattias_R=C3=B6nnblom?= Cc: jerinj@marvell.com, Thomas Monjalon , hofors@lysator.liu.se, dev@dpdk.org, Pavan Nikhilesh , Timothy McDaniel , Hemant Agrawal , Sachin Saxena , Harry van Haaren , Liang Ma , Peter Mccarthy Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Wed, Jul 5, 2023 at 4:48=E2=80=AFPM Mattias R=C3=B6nnblom wrote: > > Announce the removal of the single-event enqueue and dequeue > operations from the eventdev ABI. > > Signed-off-by: Mattias R=C3=B6nnblom Acked-by: Jerin Jacob > > --- > PATCH v2: Fix commit subject prefix. > --- > doc/guides/rel_notes/deprecation.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/= deprecation.rst > index 66431789b0..ca192d838d 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -153,3 +153,11 @@ Deprecation Notices > The new port library API (functions rte_swx_port_*) > will gradually transition from experimental to stable status > starting with DPDK 23.07 release. > + > +* eventdev: The single-event (non-burst) enqueue and dequeue > + operations, used by static inline burst enqueue and dequeue > + functions in , will be removed in DPDK 23.11. This > + simplification includes changing the layout and potentially also the > + size of the public rte_event_fp_ops struct, breaking the ABI. Since > + these functions are not called directly by the application, the API > + remains unaffected. > -- > 2.34.1 >