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 272E942E9B; Mon, 17 Jul 2023 13:43:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EEE2F42D30; Mon, 17 Jul 2023 13:43:45 +0200 (CEST) Received: from mail-vk1-f170.google.com (mail-vk1-f170.google.com [209.85.221.170]) by mails.dpdk.org (Postfix) with ESMTP id 4CBCE410D7 for ; Mon, 17 Jul 2023 13:43:44 +0200 (CEST) Received: by mail-vk1-f170.google.com with SMTP id 71dfb90a1353d-483ee849d00so227333e0c.0 for ; Mon, 17 Jul 2023 04:43:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1689594223; x=1692186223; 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=PUxIYqq4Hckgss11iQzNGHXkiJ2kwsj0/s3FOVuYrvg=; b=qH2TFw8SLJhg40BSRmUMOe5kwn8xbi4K9v8cka5qGWo2WQqkxuPGKmT2Ec7F60Z+uu zrR6jmc5TX5PkWCDGO3wly0De6GSSAq8dyKSvitLPpP1vM3o5/EUm4gvHq+7nw1Hq5+z 2DLZETzUBEHAYafFRzBARxjRLAkleh4uMr8FIXaoXxrFuM+vmuu7mV85+cTN8hXjPkgf 0mSdCSFo2R3K3534iz/yd4kH6r1YOU3o+GLZcheiuZr0FQQN/dh6WWoNWZ/90EXtE5jc O9cfEPbDAzgNvmMlsqpW4UCd3qPyfhxL3sc5xPCsgWAsi1ujW9UJNdKQMo+Hezi3pm5t jKjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689594223; x=1692186223; 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=PUxIYqq4Hckgss11iQzNGHXkiJ2kwsj0/s3FOVuYrvg=; b=crw95wf1JuXE7NMeTfQdKh1l3olSJLiXTgsOa9vHmKerICnqfMVtpdmXj3pPoT+cYe rewFxLwfa6J/zC1SUDxrOkcWaNh0xqRRDwdpkGorhTPeqSaUgEcGKdr2NToXBQkKd7+G vKObA8lvDcGf6u8/QeSFYjfVW94DPham4BVDJIrcrFor09OD9aIdOZbHA88Ydie6HjrK oDxNpTwOZO1FMPCXC2U1HmJ6gBBQXDK0cfw9F62AV77OTFfeb5N49MEKHVGpknyMDLxd KQlRwQA/42hByBXHiBYVziZy46mQVL0+fONgUa0uiHF2zp8IoRyMstemKoyZAXW/XU/U YkQw== X-Gm-Message-State: ABy/qLbVJ1PpVYwLLxU2LOkO2GvBjLioGmlbeH4hSDnDS1JbObFxfWJ9 yfeKV7OUDYMk5YyUgc0cdsOVYl7ghVYY/aQ/WyI= X-Google-Smtp-Source: APBJJlEJLQbsI4smCuheU+v1xCXguaKV9GmOezsVqKpRVF5SHjRcmafakmZXxN3VkAJgDcHLWn/QUUoSKG1Mi/UT9mc= X-Received: by 2002:a67:b407:0:b0:443:8fe5:e472 with SMTP id x7-20020a67b407000000b004438fe5e472mr4336499vsl.23.1689594223576; Mon, 17 Jul 2023 04:43:43 -0700 (PDT) MIME-Version: 1.0 References: <20230712173050.599482-1-sivaprasad.tummala@amd.com> <20230717112412.13393-1-sivaprasad.tummala@amd.com> In-Reply-To: <20230717112412.13393-1-sivaprasad.tummala@amd.com> From: Jerin Jacob Date: Mon, 17 Jul 2023 17:13:17 +0530 Message-ID: Subject: Re: [PATCH v1] doc: deprecation notice to add callback data to rte_event_fp_ops To: Sivaprasad Tummala Cc: dev@dpdk.org, ferruh.yigit@amd.com, bruce.richardson@intel.com, david.marchand@redhat.com, thomas@monjalon.net 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 Mon, Jul 17, 2023 at 4:54=E2=80=AFPM Sivaprasad Tummala wrote: > > Deprecation notice to add "rte_eventdev_port_data" field to > ``rte_event_fp_ops`` for callback support. > > Signed-off-by: Sivaprasad Tummala Acked-by: Jerin Jacob > --- > doc/guides/rel_notes/deprecation.rst | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/= deprecation.rst > index fb771a0305..057f97ce5a 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -130,6 +130,13 @@ Deprecation Notices > ``rte_cryptodev_get_auth_algo_string``, ``rte_cryptodev_get_aead_algo_= string`` and > ``rte_cryptodev_asym_get_xform_string`` respectively. > > +* eventdev: The struct rte_event_fp_ops will be updated with a new eleme= nt > + rte_eventdev_port_data to support optional callbacks in DPDK 23.11. > + rte_eventdev_port_data is used to hold callbacks registered optionally > + per event device port and associated callback data. By adding rte_even= tdev_port_data > + to rte_event_fp_ops, allows to fetch this data for fastpath eventdev i= nline functions > + in advance. This changes the size of rte_event_fp_ops and result in AB= I change. > + > * security: Hide structures ``rte_security_ops`` and ``rte_security_ctx`= ` > as these are internal to DPDK library and drivers. > > -- > 2.34.1 >