From patchwork Thu Jun 23 09:30:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ganapati Kundapura X-Patchwork-Id: 113331 X-Patchwork-Delegate: jerinj@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5BB56A0093; Thu, 23 Jun 2022 11:31:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 33F6842B70; Thu, 23 Jun 2022 11:30:50 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 8BFA84003F for ; Thu, 23 Jun 2022 11:30:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655976642; x=1687512642; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=IPIPdYui6nsvmpc6lxB5avuV4oYGCt0G73EbNCdd5Ho=; b=anE2WhonzgIqu8elzfcE1VEvJNRS+csNlKYpHKmE1KHeKx9AcEqJDQ/o 1R2i7mX79WvqUxXr+cn8UsNW5RnImilwfw5QSrfXTJ2tTVD1Ec+WstD53 PQYr+u+IKunzzGnpZxvLTGzuSG6NZl7s+GWpkNYPExf2W1PHYuaUBOeGT 1Y1q1CiAcCZxzTErX/QqMYqMbobs+JMeAObjS+4gD0ssLGQ0jm+DdPUKg /OBTmfkfbk4tvucG2AZfRZ2bT37MaAOOtdQFPr27JEcKqKcWB7ai4pKvZ KsfxnTLDg3i0ucfUn2/9eEs8X8qcN/pQFZiTQKcKtn9Z6KHqO56o1MtoN A==; X-IronPort-AV: E=McAfee;i="6400,9594,10386"; a="344662875" X-IronPort-AV: E=Sophos;i="5.92,215,1650956400"; d="scan'208";a="344662875" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 02:30:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,215,1650956400"; d="scan'208";a="677984015" Received: from txandevlnx322.an.intel.com ([10.123.117.44]) by FMSMGA003.fm.intel.com with ESMTP; 23 Jun 2022 02:30:41 -0700 From: Ganapati Kundapura To: dev@dpdk.org, jerinj@marvell.com, jay.jayatheerthan@intel.com, s.v.naga.harish.k@intel.com Subject: [PATCH v10 7/7] doc/eth_tx: update instance get API Date: Thu, 23 Jun 2022 04:30:36 -0500 Message-Id: <20220623093036.708448-7-ganapati.kundapura@intel.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20220623093036.708448-1-ganapati.kundapura@intel.com> References: <20220623062418.694734-1-ganapati.kundapura@intel.com> <20220623093036.708448-1-ganapati.kundapura@intel.com> MIME-Version: 1.0 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 --- 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..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 ~~~~~~~~~~~~~~~~~~~~~~