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 B65B8A04FD; Wed, 22 Jun 2022 12:38:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2472E42847; Wed, 22 Jun 2022 12:38:10 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 6B176427F3 for ; Wed, 22 Jun 2022 12:38:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655894284; x=1687430284; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=VJGEymrS++m5x3kJdyF96z+okocOJiO4ocNau7lPKVw=; b=AR9aDt2woTqXuzhZtoaBjSSNjcTVzPdav7StECAYGZvwxDjgR/fILkvJ J21YpvP+lW2j2V2cbbyCb3m4ezEBpHJEpoagy9vIFcn2dxi1FzZpHZ2V/ YSpSJh8GYZWIzw09/tg1GrS94kSfSi/gOIYQm+SIzLZGrV769eW9H/Mac dWV/NtzYasg6+Df+vkCIWHsR/BQvqNrzD/i9+D6kvaj15wNSRAMoY9Yvz VpAOx4Iu8lV9oVZiuXCuZqvJ/CnZVH9ZLX8tpDBA9kOpmmm6XUtI/LW3h 3rScfQ1+DiJ3db9G0XO/fEHvYXx1b7k8tUuMPEXDKQUCNkAdg3vZdWad5 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10385"; a="281112392" X-IronPort-AV: E=Sophos;i="5.92,212,1650956400"; d="scan'208";a="281112392" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2022 03:38:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,212,1650956400"; d="scan'208";a="677472109" Received: from txandevlnx322.an.intel.com ([10.123.117.44]) by FMSMGA003.fm.intel.com with ESMTP; 22 Jun 2022 03:38:02 -0700 From: Ganapati Kundapura To: dev@dpdk.org, jerinj@marvell.com, jay.jayatheerthan@intel.com, s.v.naga.harish.k@intel.com Subject: [PATCH v7 6/7] doc/eth_rx: update instance get API Date: Wed, 22 Jun 2022 05:37:55 -0500 Message-Id: <20220622103756.421869-6-ganapati.kundapura@intel.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20220622103756.421869-1-ganapati.kundapura@intel.com> References: <20220608121400.3954603-1-ganapati.kundapura@intel.com> <20220622103756.421869-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 --- doc/guides/prog_guide/event_ethernet_rx_adapter.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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