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 048DAA0032; Mon, 11 Jul 2022 16:56:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E533B41611; Mon, 11 Jul 2022 16:56:49 +0200 (CEST) Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com [209.85.222.177]) by mails.dpdk.org (Postfix) with ESMTP id 7620440DF6 for ; Mon, 11 Jul 2022 16:56:48 +0200 (CEST) Received: by mail-qk1-f177.google.com with SMTP id f12so3916709qka.12 for ; Mon, 11 Jul 2022 07:56:48 -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=Zv++pCIsK/OUxirSowJCmH53YrF9jKGLJihuJvbM4w0=; b=H8V1eCTzhxVYB28YICr9NfM7rDb5udUxeQqmdE8TDeiiIm//BQBqj/FTMI/E3hPZZg uc1I7UiPb4vf3XGL/P2Wu1awcfn8BglW2PvWOV3ADHemER8A3GPJpO6+xHlQ7smCKqFf MBNXwUBzJcZKKgQWsvgtxBpqoPt7jEWo5R2KDHLOZglf+IJtDkGKEYbcmZhtDFUoV6IQ wATSjRnwTcB5ZaLWKRfLQSpruc5TsB+/UGojTW2mAjiPSPHKRdZvYWqrRq5m/3gnvasL CBbwPMdoZS6xyOXoUseF/9EMsjIZ/6F6V4BEvHR/PP8lv/Iawn85x/Hxqx27RLHVU924 v1jw== 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=Zv++pCIsK/OUxirSowJCmH53YrF9jKGLJihuJvbM4w0=; b=gkRKHOEf9q2Jji5C1uoQoYlJzY7rZtFcjcVpKTCK9zToReB0ChZ3jlM4JjjNRegJa2 PAtMMM79bfglI1FxpVgYKSE5Rc83nFqd56w2anaizliGTyGIw+K5fMPVKgUm7zY9fXMe HA04DK7d+Ek02gqnSESJ9x11hf35CoX0GQZO5nhHBaoxC6yxP+BhvYPKytknmM5x88Qn Ao6pnJCD3kqRRAhsq8HJ0z3jaYtxw6BvDO88a0jLUmZfkMISHW/uUpIVYNsQCGjHfZcX QdzbUcJGFXv/WfdrdNKDwfFi4MPvhBU0Jq5gfbPG6rdkbqQOoAptdwy9GX8EutA/BxPU /jIA== X-Gm-Message-State: AJIora807K2oj4EbnRD+9XEVThAB1b7nB3jLsj2Dfxs3TXVM1b+AYKKW OulgRNld600U4sK7wbYgdptHAoYdlBW27XUsBtY= X-Google-Smtp-Source: AGRyM1uIxlBoExsg5g4yOvph3id33n+gwJjECgP4mcwTeL/qpF1TH4hGI2xdTpRss3F2aCzwRrNW8KjPWp2Xvqr6LMc= X-Received: by 2002:a05:620a:4e7:b0:6b5:7bfc:d2ba with SMTP id b7-20020a05620a04e700b006b57bfcd2bamr4982142qkh.402.1657551407792; Mon, 11 Jul 2022 07:56:47 -0700 (PDT) MIME-Version: 1.0 References: <20220628112852.1397-1-pbhagavatula@marvell.com> In-Reply-To: <20220628112852.1397-1-pbhagavatula@marvell.com> From: Jerin Jacob Date: Mon, 11 Jul 2022 20:26:21 +0530 Message-ID: Subject: Re: [PATCH] doc: announce changes to event vector structure 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 Tue, Jun 28, 2022 at 5:01 PM wrote: > > From: Pavan Nikhilesh > > The structure ``rte_event_vector`` will be modified to include > ``elem_offset:12`` bits taken from ``rsvd:15``. > The ``elem_offset`` defines the offset into the vector array from > which valid elements are present. > > Signed-off-by: Pavan Nikhilesh 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 4e5b23c53d..d7933629f2 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -125,3 +125,10 @@ 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_vector`` will be modified to include > + ``elem_offset:12`` bits taken from ``rsvd:15``. The ``elem_offset`` defines > + the offset into the vector array from which valid elements are present. > + The difference between ``rte_event_vector::nb_elem`` and > + ``rte_event_vector::elem_offset`` gives the number of valid elements left to > + process from the ``rte_event_vector::elem_offset``. > -- > 2.25.1 >