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 20DB4A0544; Fri, 2 Sep 2022 15:12:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 13C0240693; Fri, 2 Sep 2022 15:12:18 +0200 (CEST) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mails.dpdk.org (Postfix) with ESMTP id 1D84540685 for ; Fri, 2 Sep 2022 15:12:17 +0200 (CEST) Received: by mail-qk1-f182.google.com with SMTP id s22so1648305qkj.3 for ; Fri, 02 Sep 2022 06:12:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=Rzgpew6y2xTG+GiEUS80pup80bR+vpavHsv9Dy43mTg=; b=l+rMyryGUie9q0ljK3CXVG7GRp8w7cxCWUlIjJPO5SvgkzRKPZWQUl5tU/YmI21SHG JrLQmM5Zw74EMcvNSTb2IQfhSRq5nVB15S2i403yvu9kTOCJWRM74UZJuIGzEeA7iMIg PQCyY3sEAQV9d59smSNjrIRJ5TKX1joWbEKC40iTCX1Wg2D9uP5tcGvpwpzkSHiY7C/V 8MQAumkaX63XVFhhqxg/DZn/GTxYm8qz5lnYMf4TWrb30FduvQ/6qVNjdToKmliKzr8j qOlIJOEIGSrwokZTx607dldcrYaO9R4Gk/ovRkI5l2oecIYQFnmSz5wKMLpqmuNwFVbW fnIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=Rzgpew6y2xTG+GiEUS80pup80bR+vpavHsv9Dy43mTg=; b=v0WaSiLJmIb9xg0ybpjikwhk1fIDzWQgV44+Ddy068WNq3XuaqEFa0V0JG/9VFIpMZ 0iY3ofcbq2X7U56VdQ/GXSUBIpthjylp2nrJshFwKeLVhB4x3RD5kZJmYS29sojDMO5i Vt7b7AUv+mcVle7YSI7y2MoOC8OvfOeDEXfUvnMhG8igStAkkrL6WZCrUUQ+h9hlh6Xi Rlt1sGWBaT/MM0FitjrFOF97qiK8RMzAFehhtTQNVSF7tuyS2eltDZlaks381EEgvj2E GlKAPopgOOdHnTZnd89xBg2PdXzMqeKx65qTmDjDOLSntOLdqXbwvIXkWzgPk/PuvY9o 4WLw== X-Gm-Message-State: ACgBeo3jeXpmzKaiSkgixPHFF3V7ZND0XdpTDFPEqsmZlPZaJgZR8azd 2FlsIMyxnz7R4qoMtyBQiHLHULGiuoPnIqroJVE39dagNmI= X-Google-Smtp-Source: AA6agR5SMzifTLraMGbrcGKl8JMKDAJsrQPu06kZgOW+aWnZa2cE8Llz8vEpvxTYHCgMvqf9KGeD1ivnnpOLC6Fp9sk= X-Received: by 2002:a37:8903:0:b0:6bb:e6e8:a6c6 with SMTP id l3-20020a378903000000b006bbe6e8a6c6mr22868779qkd.316.1662124336409; Fri, 02 Sep 2022 06:12:16 -0700 (PDT) MIME-Version: 1.0 References: <20220719082538.274845-1-ganapati.kundapura@intel.com> <20220829081437.3114188-1-ganapati.kundapura@intel.com> <20220829081437.3114188-7-ganapati.kundapura@intel.com> In-Reply-To: <20220829081437.3114188-7-ganapati.kundapura@intel.com> From: Jerin Jacob Date: Fri, 2 Sep 2022 18:41:50 +0530 Message-ID: Subject: Re: [PATCH v12 6/6] doc: added adapter instance get API To: Ganapati Kundapura Cc: dpdk-dev , Jerin Jacob , "Jayatheerthan, Jay" , "Naga Harish K, S V" 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, Aug 29, 2022 at 1:45 PM Ganapati Kundapura wrote: > > Added rx adapter instance get - rte_event_eth_rx_adapter_instance_get() > and tx adapter instance get - rte_event_eth_tx_adapter_instance_get() > > Signed-off-by: Ganapati Kundapura Squashed this patch to the relevant API additions patch. Series applied to dpdk-next-net-eventdev/for-main. Thanks > > diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst > index 8c021cf..091cc84 100644 > --- a/doc/guides/rel_notes/release_22_11.rst > +++ b/doc/guides/rel_notes/release_22_11.rst > @@ -23,6 +23,14 @@ DPDK Release 22.11 > > New Features > ------------ > +* **Added adapter instance get API** > + > +* Added ``rte_event_eth_rx_adapter_instance_get`` to get > + rx adapter instance id for specified ethernet device id and > + rx queue index. > +* Added ``rte_event_eth_tx_adapter_instance_get`` to get the > + tx adapter instance id for specified ethernet device id and > + tx queue index. > > .. This section should contain new features added in this release. > Sample format: > -- > 2.6.4 >