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 1565CA00C5; Tue, 19 Jul 2022 10:26:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B8B91427FF; Tue, 19 Jul 2022 10:25:48 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 8334E400D4 for ; Tue, 19 Jul 2022 10:25: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=1658219145; x=1689755145; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=59PfULWMyNMEfE1vlO2bqxlED8nvptvfliwcq7SnYWE=; b=hAr3y9N5W87r6Ng1gdK9tT4T8/Q5jZ4lPFrErv4Z1GzhGSKXub9Hxf5C 3lM0Yq/8UpfjaYQen5q9pJCcGGjScRXsQNL7+MIPVwevDrtT5SG0Awj8C mNdOXT0tIcyNhRTGH+Hn3drUGrd4eUMxetm/kb3jv+cPvWk+yADkrAGZn YhtB/rNWrzufFkoVGmGR9Bl1FVAW/Hs9fE/pkhERLQ7T6cP8rRuM4LAMm A5ULsy8Z5tvEdP4DI6KYhQTVYdYJEmY/PxRa3nttz+I1CwUyfL0kWfSnG wTxrTlEiLOPE1H2febVZDTOXzd46N1H3WhrmeccpjOz3IP/JMEDnFTEjS w==; X-IronPort-AV: E=McAfee;i="6400,9594,10412"; a="372735408" X-IronPort-AV: E=Sophos;i="5.92,283,1650956400"; d="scan'208";a="372735408" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2022 01:25:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,283,1650956400"; d="scan'208";a="655653699" Received: from txandevlnx322.an.intel.com ([10.123.117.44]) by fmsmga008.fm.intel.com with ESMTP; 19 Jul 2022 01:25:43 -0700 From: Ganapati Kundapura To: jerinj@marvell.com, jay.jayatheerthan@intel.com, s.v.naga.harish.k@intel.com, dev@dpdk.org Subject: [PATCH v11 7/7] doc/eth_tx: update instance get API Date: Tue, 19 Jul 2022 03:25:38 -0500 Message-Id: <20220719082538.274845-7-ganapati.kundapura@intel.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20220719082538.274845-1-ganapati.kundapura@intel.com> References: <20220623093036.708448-1-ganapati.kundapura@intel.com> <20220719082538.274845-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 Reviewed-by: Naga Harish K S V Acked-by: Jay Jayatheerthan diff --git a/doc/guides/prog_guide/event_ethernet_tx_adapter.rst b/doc/guides/prog_guide/event_ethernet_tx_adapter.rst index f80d226..4da9bcd 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_instance_get()`` function reports +tx adapter instance id for a specified ethernet device id and tx queue index. + Tx event vectorization ~~~~~~~~~~~~~~~~~~~~~~ -- 2.6.4