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 4AC8142F51; Wed, 26 Jul 2023 14:05:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C5BCB40FAE; Wed, 26 Jul 2023 14:05:06 +0200 (CEST) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) by mails.dpdk.org (Postfix) with ESMTP id 911D840A79; Wed, 26 Jul 2023 14:05:05 +0200 (CEST) Received: by mail-ot1-f51.google.com with SMTP id 46e09a7af769-6bb0cadd3ccso5179858a34.3; Wed, 26 Jul 2023 05:05:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690373104; x=1690977904; 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=TBj9mCdi5aiNyWcRSa3fB3PFQTC3L2tqlpzsNOtrMMk=; b=PXIzzvBnA8LBOtYuBFtgqp1cZnN1eCqDMlhr0KO/i5opef7H+mnSWa52w9T0EH9+P+ BTjUBilOazL1UDGkIYNvrS+9mntiKgEGhH7OWq6/t1rk/QsKORfGNMwHBHV/clpYjgo0 7gvoWfBxvXLsE7rE5Wx6uKcpDdwIEBs3ciVucApmJAAvwZpzLFYPuevXy1xWRlnpQZK8 WvJgUX4HihQLsTJcvKtO97lsxu+lFfOqo4BVT+r/QZx3FgnEldoVOegCpG9BUjgR4d2T 2u5kzCYrZxZ0EY9DW7x2FlZQxpiMmB6nkPQg1KmDEKv+3+TW/CDoeXqBCfaKLL8b8HWy pMQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690373104; x=1690977904; 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=TBj9mCdi5aiNyWcRSa3fB3PFQTC3L2tqlpzsNOtrMMk=; b=LJ8Z+mVVMEbgOCmByfWa6BKdWG2FdIWoY5EMRxgP2sDWVI6TqJZFsjy4rXgIjETetU uSrI577vmivkT4xpc47v+p5nUiieQLWc3cd1CEa7azem6hnnKWmAB/p2M+br7roVVMEH q/Nwp6HzVaiue2ZFOdv3VkvB/oEuLxHRtehuamZeIZTXBaTO3hIMjGVy3qGRt+y5LOnb vjyZ8nJarFKLJe9uhS8QVbmF9k0U+OgbLxoFnxPIhH3Ytfz2enclnRlpL8GYFGlCVeDj NX25fZ3Vt0dEECw8aooJsp0yuxuEyqC+o+utxc3lD/Q7QAxKQqB5Cj5Jfsl33ZWZ9aJ6 72Rg== X-Gm-Message-State: ABy/qLYt9zZmgyt3omXp4aQtVy8kPWfEZw8MGM3GF6AERrUAlAwdlOA0 tKSBGdmIyVOSpWPcuzNRiO5Qzeuqnr4tImeM7H8= X-Google-Smtp-Source: APBJJlHBv4YxhFJVtd9DKibFVrvcFUUPQFA4b8QYsjoypQzhT9bxNovmSyUj038yuBrY3/QYDMm0tn9uGKXj/h1mYJg= X-Received: by 2002:a05:6358:3a0a:b0:133:7c4:e752 with SMTP id g10-20020a0563583a0a00b0013307c4e752mr2013405rwe.26.1690373104504; Wed, 26 Jul 2023 05:05:04 -0700 (PDT) MIME-Version: 1.0 References: <20230705084816.245527-1-mattias.ronnblom@ericsson.com> <20230705111219.245869-1-mattias.ronnblom@ericsson.com> In-Reply-To: From: Jerin Jacob Date: Wed, 26 Jul 2023 17:34:38 +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 , techboard@dpdk.org 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 6:30=E2=80=AFPM Jerin Jacob = wrote: > > 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 + Techboard for review > > > > > > --- > > 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_note= s/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 > >