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 ADCC9A0A0A; Fri, 26 Mar 2021 15:43:26 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3A68E140F04; Fri, 26 Mar 2021 15:43:26 +0100 (CET) Received: from mail-io1-f50.google.com (mail-io1-f50.google.com [209.85.166.50]) by mails.dpdk.org (Postfix) with ESMTP id 6C1E640685 for ; Fri, 26 Mar 2021 15:43:24 +0100 (CET) Received: by mail-io1-f50.google.com with SMTP id r193so5605755ior.9 for ; Fri, 26 Mar 2021 07:43:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NYEOG0NysFnQsd1SXmrRmFmsUimCOLan9M6/KXA5M8k=; b=eWPP05fYueVS995cs1ngPC/X2B4Yd1+Y20mUgqV4DYGGcBoI/svbDTxcdAkW8nqRFC C1ulCt/NqmRF7lZIvQeR3sqjnmiBuO+pmhEbyoWCS+Y97NeCIncjW8u93VQgOgPmuiOW xo7R6RFlI3BFvLCN6yPpg3qDX+4b/sQnb7BMy2rO1FiTBVNK0jD3c9Q2ERNeSi6I0a24 Vc0jyGIXoOOtgklC3C3tl0UqE5Qd1Sf9obD98ndJa6wuAMttjekhXR25m/mfROT28WkM OwdrI275+N5h2GpY2EBqVuqxM1iv/xafa64kHve9fSk8cN2bRhAS4DMTzu9u4q8px5jP oJgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NYEOG0NysFnQsd1SXmrRmFmsUimCOLan9M6/KXA5M8k=; b=LWCbZ93Qn/CvQkNFNBv9HQKwlms1Q1oQGOii1kk4szIgut0dm+MlZHIy4FeS8iDrE1 ks+xYH1OKkLoevmJabJBuVytTTOwBzN4fzOuiTW5lGGHbsuUtGbDJQrmv02naQql15w5 EG9kOfbY4144dcETK05O+RVvQlkOBqemEY3/MvOWSQbvZ+O29wxHgIy3hH3W7iN6UM+N UKL6YhUk9Z19RbB0t1EL6kP74zssA/HdvX0V+qJhL8YFjZXNQm1t1feqbhh2uAouqV18 v9bexftDDSGNg5wn9fMeI6rUt51yK/9QdBuaPzswPIMi50/S6a4VILKrtulszFQHDvij t8gg== X-Gm-Message-State: AOAM533mLyU3FwbxRK+Psx5pTYCxJgiQIcJtfHQ1+vi52kwb0Fky7rll QUo1n8D1axYONMr0qVmTub2Jg3cy4H1TNjvLZ6E= X-Google-Smtp-Source: ABdhPJzdrLiYk2N5zjsT8izCJxp+KSvpHs0z0bJujrhIo3frigaE4hoMA7RM3A70jpDUvmwM8YjNJKsG5LgR+pFz3nc= X-Received: by 2002:a05:6638:1653:: with SMTP id a19mr12173158jat.113.1616769803834; Fri, 26 Mar 2021 07:43:23 -0700 (PDT) MIME-Version: 1.0 References: <20210325171057.6699-1-pbhagavatula@marvell.com> <20210326140850.7332-1-pbhagavatula@marvell.com> <20210326140850.7332-8-pbhagavatula@marvell.com> In-Reply-To: <20210326140850.7332-8-pbhagavatula@marvell.com> From: Jerin Jacob Date: Fri, 26 Mar 2021 20:13:07 +0530 Message-ID: To: Pavan Nikhilesh Cc: Jerin Jacob , "Jayatheerthan, Jay" , Erik Gabriel Carrillo , "Gujjar, Abhinandan S" , "McDaniel, Timothy" , Hemant Agrawal , "Van Haaren, Harry" , =?UTF-8?Q?Mattias_R=C3=B6nnblom?= , Liang Ma , Ray Kinsella , Neil Horman , dpdk-dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v8 7/8] doc: announce event Rx adapter config changes 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 Sender: "dev" On Fri, Mar 26, 2021 at 7:41 PM wrote: > > From: Pavan Nikhilesh > > The Rx adapter event vector configuration will be merged into > Rx adapter queue configuration to simplify enabling event > vectorization. > > Signed-off-by: Pavan Nikhilesh > Acked-by: Ray Kinsella Acked-by: Jerin Jacob @Jayatheerthan, Jay Any comment on this? > --- > doc/guides/rel_notes/deprecation.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 64629e064..ef6d1bb18 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -130,3 +130,12 @@ Deprecation Notices > * cmdline: ``cmdline`` structure will be made opaque to hide platform-specific > content. On Linux and FreeBSD, supported prior to DPDK 20.11, > original structure will be kept until DPDK 21.11. > + > +* eventdev: The structure ``rte_event_eth_rx_adapter_queue_conf`` will be > + extended to include ``rte_event_eth_rx_adapter_event_vector_config`` elements > + and the function ``rte_event_eth_rx_adapter_queue_event_vector_config`` will > + be removed in DPDK 21.11. > + > + An application can enable event vectorization by passing the desired vector > + values to the function ``rte_event_eth_rx_adapter_queue_add`` using > + the structure ``rte_event_eth_rx_adapter_queue_add``. > -- > 2.17.1 >