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 4A31AA04FD; Wed, 8 Jun 2022 13:17:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7B32742B88; Wed, 8 Jun 2022 13:17:15 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id F057342B86 for ; Wed, 8 Jun 2022 13:17:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654687034; x=1686223034; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=RWhuEW5PCb0wP5+wXqbM/EjVacB7hmF31E7v2qzm6+w=; b=SuxYAIa2/5IoYpG7PCaqzBO0Ffm0vmJUQaGtklOydbTFrrqR3aI4YDMK 2dTawbjY6Rr6FHBwNCB1O1sbyiflyNmLGusJ7WsfBVUsAx6BQkaplQaqS MNS9pMGjy1190NM3NfJRxRZokdAfD2RmhQNCUeUO9RREWVr5uvktJTqAL 4BfUdXrxlrjkcqCcOqN68SRNTb9n+ALh2+i/elUyRUB4souj6k58mFqzd 2As07toeeI+brM+9X+KrQTi/oTX2QA4ehyp4E6+lJCy/RVyMD68OaJujf g3rG2fNgDLLfKewpgs+pzjjcymSHlp3m6hpN3FivdJb7XpA+7HQdTzuIP A==; X-IronPort-AV: E=McAfee;i="6400,9594,10371"; a="340966801" X-IronPort-AV: E=Sophos;i="5.91,286,1647327600"; d="scan'208";a="340966801" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.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="670498937" Received: from txandevlnx322.an.intel.com ([10.123.117.44]) by FMSMGA003.fm.intel.com with ESMTP; 08 Jun 2022 04:16:54 -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 6/7] doc/eth_rx: update instance get API Date: Wed, 8 Jun 2022 06:16:43 -0500 Message-Id: <20220608111644.3939628-6-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_rx_adapter_instance_get() details Signed-off-by: Ganapati Kundapura diff --git a/doc/guides/prog_guide/event_ethernet_rx_adapter.rst b/doc/guides/prog_guide/event_ethernet_rx_adapter.rst index 3b4ef50..5b9d0cf 100644 --- a/doc/guides/prog_guide/event_ethernet_rx_adapter.rst +++ b/doc/guides/prog_guide/event_ethernet_rx_adapter.rst @@ -177,6 +177,12 @@ used otherwise it returns -EINVAL. The ``rte_event_eth_rx_adapter_queue_stats_reset`` function can be used to reset queue level stats when queue level event buffer is in use. +Getting Adapter instance id +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The ``rte_event_eth_rx_adapter_instance_get()`` function reports +rx adapter instance id for a specified ethernet device id and rx queue index. + Interrupt Based Rx Queues ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.6.4