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 EA016A0032; Tue, 12 Jul 2022 16:05:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DEB8B41109; Tue, 12 Jul 2022 16:05:51 +0200 (CEST) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by mails.dpdk.org (Postfix) with ESMTP id BE0BB400D4 for ; Tue, 12 Jul 2022 16:05:50 +0200 (CEST) Received: by mail-qt1-f176.google.com with SMTP id r2so9452359qta.0 for ; Tue, 12 Jul 2022 07:05:50 -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:content-transfer-encoding; bh=5hSBXLsCJrpo/B6oLkRR834H6ARxnb4tanhOLWqwP6Y=; b=YDkrMwnhCRIbtMylCYAwxERaQaxOm0davqeMnRvww5mThfrosvT34PBZ/2G/rImON4 rJPHdAnLR7od8ME1AmnBFd7ylHAiuzYaikV8SiLyLYLX1/wZGb95g6Lxj86fDoe8233X LVXgG/iAChWJOoItCw0gnkhAQ7xpCZDKUF9IL3DC+fUqanG+9p6RiEyZ86X7QOf+Mgzv ac3+eX4dk4pZO33gsQUN/vxuFzMQFOFAZwE5DBXoZVhmEVjJdFRbe4ch+4K/TsoB64AO XRqFj/7JSDt8ArsIo5ufyfrtreCYJSE9Dr4tVcmiz6qMQcWX7Ygp6nSigxUGhbd31ZXX d8vg== 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:content-transfer-encoding; bh=5hSBXLsCJrpo/B6oLkRR834H6ARxnb4tanhOLWqwP6Y=; b=6HZNMop1AGlMNe+CKfOuLoeza4MHnZ/uB4il2tBVuo4h8NDGwvXcVnACuqpABhJkV8 iH7kWEEAPJqLOGg1O65AfqyoNba87oIx+RkfRUPXeYGwld+GPiePH9iV3WhNO4dAsEkg RA7FiKGW2CswSFchpoefkQnKnr2bA/9OjGoBAKnWYuF+ReQCKyXVJgpqE2CQ1sDmXsAk GDuYnKZoExl/6V3pmPI+4ZquRet+Rdps1TR/Ql4hOfxYCAWVA2PmZQd0Y/ANcOLIUHbV 18k6M/Nfihd+xs5K9dQBv9nlqG2InlhH/C7fprGapyoeu6452Nyy857IZTnXwmrofAi5 mxXA== X-Gm-Message-State: AJIora9AnwjoY3P71N//QoLo3FUhR4xTenpFYMWhlxDigRiCUbTl2sWU pnuha9NWWdKUqnsZ0TsjuVpiuLTdBfMATGFZKp1acD6SVg2hzQ== X-Google-Smtp-Source: AGRyM1sY3WeMR8x8zpojygSonpwaEPDfDw9Cm86/OeSkUEQTPlduHKGZ6aY3Bb3wNYH7SoiSPtE4tDbWAe1I8IygbJ8= X-Received: by 2002:a05:622a:204:b0:31e:abb6:85c1 with SMTP id b4-20020a05622a020400b0031eabb685c1mr13152486qtx.458.1657634750141; Tue, 12 Jul 2022 07:05:50 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jerin Jacob Date: Tue, 12 Jul 2022 19:35:23 +0530 Message-ID: Subject: Re: [PATCH v3] doc: announce change in event queue conf structure To: Shijith Thotton Cc: dpdk-dev , Jerin Jacob , Pavan Nikhilesh , "Van Haaren, Harry" , =?UTF-8?Q?Mattias_R=C3=B6nnblom?= , Ray Kinsella 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 Sun, May 15, 2022 at 3:56 PM Shijith Thotton wrot= e: > > Structure rte_event_queue_conf will be extended to include fields to > support weight and affinity attribute. Once it gets added in DPDK 22.11, > eventdev internal op, queue_attr_get can be removed. > > Signed-off-by: Shijith Thotton Acked-by: Jerin Jacob @Van Haaren, Harry @Mattias R=C3=B6nnblom @Ray Kinsella @Pavan Nikhilesh Please Ack if you are OK. > --- > doc/guides/rel_notes/deprecation.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/= deprecation.rst > index 4e5b23c53d..04125db681 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -125,3 +125,6 @@ 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: New fields to represent event queue weight and affinity will= be > + added to ``rte_event_queue_conf`` structure in DPDK 22.11. > -- > 2.25.1 >