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 30C48A0542; Mon, 29 Aug 2022 10:15:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1F7C942836; Mon, 29 Aug 2022 10:14:51 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 2337541181 for ; Mon, 29 Aug 2022 10:14:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661760886; x=1693296886; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xVGD2qiWI2lb5w4XYVnymVQ+xDiDIh5Ju9l49Fh0HuY=; b=LjE2f+MaZK2+jt72mjKdmIrE89hocgNnyCEmkZEht8B8wB173beZbu64 7ul6kmOu+3/FWh6/hR09iGGSYI1BY6dU1A6r2uqsP8e7oUnkq8RHQF8Nd 59uA6k66pe3MidotPSDYxldgEBmD//mbfOhxrGXkL7VbjdnZOnuOnfDlP HFtqd+z71/ACiDRR9ppY0szuVKS+qUUjZwvqEisx0/9UQlSR2LO1ugZlh 9YCKrp0j5fmZORESOHFxXWwj0ByD5oJDcpx2qV0RDWgOwoyirI37eoGIc JW8pfQ7Xq9c4BDd9+RIT92BdLLt13H900Txn8hm0X0r8RuwD/zA2zEKbO A==; X-IronPort-AV: E=McAfee;i="6500,9779,10453"; a="274589952" X-IronPort-AV: E=Sophos;i="5.93,272,1654585200"; d="scan'208";a="274589952" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2022 01:14:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,272,1654585200"; d="scan'208";a="672289713" Received: from txandevlnx322.an.intel.com ([10.123.117.44]) by fmsmga008.fm.intel.com with ESMTP; 29 Aug 2022 01:14:44 -0700 From: Ganapati Kundapura To: dev@dpdk.org, jerinj@marvell.com, jay.jayatheerthan@intel.com Cc: s.v.naga.harish.k@intel.com Subject: [PATCH v12 6/6] doc: added adapter instance get API Date: Mon, 29 Aug 2022 03:14:37 -0500 Message-Id: <20220829081437.3114188-7-ganapati.kundapura@intel.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20220829081437.3114188-1-ganapati.kundapura@intel.com> References: <20220719082538.274845-1-ganapati.kundapura@intel.com> <20220829081437.3114188-1-ganapati.kundapura@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 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 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