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 6A428A04FD; Wed, 8 Jun 2022 13:17:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8660342B7B; Wed, 8 Jun 2022 13:17:11 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 3144142B74 for ; Wed, 8 Jun 2022 13:17:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654687030; x=1686223030; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ohUjO1twz+If7bztdPD63rzFuO4VDKRUvq0VJgHsz6k=; b=jWDw0dABSer0hUnewd/rw4OGSfSRfanbN4nSyQzd/idT2UFCM7d0pllm w9W4rCtowWgZzFkyO2MyCaJDSxVRLgyWsQqdTS3TRiOzyx1rM1Ada8pQK UxLi3f69kCS4mgsij3or41l64ajYfCyv1oFFc6z7F18iNxvgMY+WGY/sU LdC4DQ+D8Nur491YKw00SqpyIg1uAA/xrjbAPpWdIdFYhIeTnqiTwyvKp AdgBsztLasj6gEdJXcfE6vDugAeKRzw4pUqNfBk6mgNOZDqRbHCEPfX4J S0xv/jopjv34S0qj9HZO9/mP0s/dXPS3mKvD2RgcBz9PygDzgepnCsRj8 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10371"; a="363191520" X-IronPort-AV: E=Sophos;i="5.91,286,1647327600"; d="scan'208";a="363191520" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2022 04:17:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,286,1647327600"; d="scan'208";a="670498942" Received: from txandevlnx322.an.intel.com ([10.123.117.44]) by FMSMGA003.fm.intel.com with ESMTP; 08 Jun 2022 04:16:55 -0700 From: Ganapati Kundapura To: jerinjacobk@gmail.com, dev@dpdk.org, jay.jayatheerthan@intel.com Cc: s.v.naga.harish.k@intel.com Subject: [PATCH v5 7/7] doc/eth_tx: update instance get API Date: Wed, 8 Jun 2022 06:16:44 -0500 Message-Id: <20220608111644.3939628-7-ganapati.kundapura@intel.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20220608111644.3939628-1-ganapati.kundapura@intel.com> References: <20220607151320.3561528-1-ganapati.kundapura@intel.com> <20220608111644.3939628-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 rte_event_eth_tx_adapter_instance_get() details. Signed-off-by: Ganapati Kundapura diff --git a/doc/guides/prog_guide/event_ethernet_tx_adapter.rst b/doc/guides/prog_guide/event_ethernet_tx_adapter.rst index f80d226..dc3e6a1 100644 --- a/doc/guides/prog_guide/event_ethernet_tx_adapter.rst +++ b/doc/guides/prog_guide/event_ethernet_tx_adapter.rst @@ -165,6 +165,12 @@ in struct ``rte_event_eth_tx_adapter_stats``. The counter values are the sum of the counts from the eventdev PMD callback if the callback is supported, and the counts maintained by the service function, if one exists. +Getting Adapter instance id +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The ``rte_event_eth_tx_adapter_instanceget()`` function reports +tx adapter instance id for a specified ethernet device id and tx queue index. + Tx event vectorization ~~~~~~~~~~~~~~~~~~~~~~ -- 2.6.4