From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 450B91B2F4 for ; Tue, 10 Oct 2017 21:33:55 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2017 12:33:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,359,1503385200"; d="scan'208";a="1204378448" Received: from unknown (HELO [10.241.225.83]) ([10.241.225.83]) by fmsmga001.fm.intel.com with ESMTP; 10 Oct 2017 12:33:33 -0700 To: Pavan Nikhilesh Cc: dev@dpdk.org References: <1507647375-12820-1-git-send-email-pbhagavatula@caviumnetworks.com> From: Ferruh Yigit Message-ID: <8df554e1-83b2-1fd2-c383-87bebb3faae4@intel.com> Date: Tue, 10 Oct 2017 20:33:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1507647375-12820-1-git-send-email-pbhagavatula@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/octeontx: use eventdev attributes to get count X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 19:33:56 -0000 On 10/10/2017 3:56 PM, Pavan Nikhilesh wrote: > Use the event device get attribute function to fetch the event > port and queue count > > Signed-off-by: Pavan Nikhilesh Reviewed-by: Ferruh Yigit