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 C6518A034C; Wed, 22 Jun 2022 18:54:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 826A942B6E; Wed, 22 Jun 2022 18:54:23 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id A2066427F4 for ; Wed, 22 Jun 2022 18:54:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655916855; x=1687452855; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=nJpJAtacN7Irn0ary9f1iARDbX7sesaZefViBAX1f04=; b=CJ/M4uACcvReCI2sjXb04jGmuNf0ByWEMl62E+YqnjJkfx5oGu3sLCtC VzQSht81XApt7MSzVlUuRnYx4UL7dSxg2VlKrQS9EIbZ62835tGPeBFSp CJX05RGGRCIQYh2MWAsdyUOvobrLoHpDjUcxqIORCZpeYcwUD8jx70iiT fI7+3HNOKP24+EvFI2OVaywf4IRiXqVrO2NOy1OYsZfPln/wERTlB0DPx B7PZ+r7UQfo7LbeIhYuoMkUNOq6wN+bx+1jTuhaGo2YvE2dEhbUFrZyPS b6ZwW3dM2rQvxI22W0O8O8QNWCCzByip2GKnYtX4qDZG5R9lzUZEbICQW g==; X-IronPort-AV: E=McAfee;i="6400,9594,10386"; a="281549257" X-IronPort-AV: E=Sophos;i="5.92,212,1650956400"; d="scan'208";a="281549257" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2022 09:54:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,212,1650956400"; d="scan'208";a="677645895" Received: from txandevlnx322.an.intel.com ([10.123.117.44]) by FMSMGA003.fm.intel.com with ESMTP; 22 Jun 2022 09:54:13 -0700 From: Ganapati Kundapura To: dev@dpdk.org, jerinj@marvell.com, jay.jayatheerthan@intel.com, s.v.naga.harish.k@intel.com Subject: [PATCH v8 7/7] doc/eth_tx: update instance get API Date: Wed, 22 Jun 2022 11:54:05 -0500 Message-Id: <20220622165405.533042-7-ganapati.kundapura@intel.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20220622165405.533042-1-ganapati.kundapura@intel.com> References: <20220622103756.421869-1-ganapati.kundapura@intel.com> <20220622165405.533042-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 --- doc/guides/prog_guide/event_ethernet_tx_adapter.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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