From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id 477EEC43334 for ; Mon, 11 Jul 2022 14:55:01 +0000 (UTC) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9169741614; Mon, 11 Jul 2022 16:55:00 +0200 (CEST) Received: from mail-qv1-f53.google.com (mail-qv1-f53.google.com [209.85.219.53]) by mails.dpdk.org (Postfix) with ESMTP id 2A3AC41611 for ; Mon, 11 Jul 2022 16:54:59 +0200 (CEST) Received: by mail-qv1-f53.google.com with SMTP id l2so524049qvt.2 for ; Mon, 11 Jul 2022 07:54:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8SwcYkV0cx6z3JQX61h9ra2WhskYOYd8BFWWDbEQVYA=; b=Z6g004ElNVTAPfNjyV4X8+Q601AhStzrBEqs3Z0NDmv5LQFbcx8X7WAMBJHV5e5BvA qpUtcerHZzsKZId3/8jxzZeywrBkDLuhEL0XL17yJekSvGJFWwHNLIs+dcfqrJ8E0x3/ dL9duIRklWaojxEOZJm4JBYsnHy7yMuTcw+84JQataiE9VAEW3b5ptSLIvInttZLI5rV Dnz7z0T9tqzdYNkbtqhMhgAF08qnsqVYx6lwXKsc3j7HXRvworHPX3wigWk+ukAB1s6h FqC7LbqLwc9nOM9agtVYSGXNpqjJmX0sOL0FwLOHe01nhiGxpGP0O9bLlyD4xOSMyZCy F4yA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8SwcYkV0cx6z3JQX61h9ra2WhskYOYd8BFWWDbEQVYA=; b=NBxxh8evwlkpojEVsmI/b5nZXCj/1IpEBRNIt0hlpelMdQ8kGKaWnFndMCSetWXO79 UJ2+70ryFX3MBiVhMFMmDJMW7HkH/10aFmib894IBC2ZUE7ynNgUBrQnvxlHXm1cmiTn zn0sBCkcuBMzxEXVFn7ayXXF1hMKOjRyr9kSizdzCvY7nr1Ly87mpdg51eQztaLOK/25 jNrk/M2zg8Cbb2/J/T1g196GUyNXtxvnsFTc1egoD4gAhw8gxZXubpSI1W4B4MN8Ey3Y S++00M7VkS/+Sl3hYZfPI/CuEpnQyzJJvTFVfjQQsMkD9J7e9dOYBrDbiPtT6X9uHEyq gjUQ== X-Gm-Message-State: AJIora83O51Db6Hu4zsPSmzdgxVox6ELkKpRVVaMTUF93k2Rcdxzvah9 DtF563/wu1JaXYcav2SNY769OyS5d/WB7piu2uE= X-Google-Smtp-Source: AGRyM1uH/+yGpBB5YUiqqqbGeq4kd4cwLTI+yxsBlhq1XOVRkoqHwMbrXCO4dwP6kppeFN5jsbAnWdpsAuvmv3mopDg= X-Received: by 2002:ad4:5bea:0:b0:473:301:3859 with SMTP id k10-20020ad45bea000000b0047303013859mr13422402qvc.16.1657551298480; Mon, 11 Jul 2022 07:54:58 -0700 (PDT) MIME-Version: 1.0 References: <20220627095702.8047-1-pbhagavatula@marvell.com> In-Reply-To: <20220627095702.8047-1-pbhagavatula@marvell.com> From: Jerin Jacob Date: Mon, 11 Jul 2022 20:24:32 +0530 Message-ID: Subject: Re: [PATCH 1/2] doc: add enqueue depth for new event type To: Pavan Nikhilesh Cc: Jerin Jacob , Ray Kinsella , dpdk-dev Content-Type: text/plain; charset="UTF-8" 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, Jun 27, 2022 at 3:29 PM wrote: > > From: Pavan Nikhilesh > > A new field ``max_event_port_enqueue_new_burst`` will be added to the > structure ``rte_event_dev_info``. The field defines the max enqueue > burst size of new events (OP_NEW) supported by the underlying event > device. > > Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Jacob > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 4e5b23c53d..071317e8e3 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -125,3 +125,8 @@ Deprecation Notices > applications should be updated to use the ``dmadev`` library instead, > with the underlying HW-functionality being provided by the ``ioat`` or > ``idxd`` dma drivers > + > +* eventdev: The structure ``rte_event_dev_info`` will be extended to include the > + max enqueue burst size of new events supported by the underlying event device. > + A new field ``max_event_port_enqueue_new_burst`` will be added to the structure > + ``rte_event_dev_info`` in DPDK 22.11. > -- > 2.25.1 >