From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/octeontx: use eventdev attributes to get count Date: Tue, 10 Oct 2017 19:16:27 +0100 Message-ID: <2de9c397-64a6-379c-395e-98ebcd6ba26e@intel.com> References: <1507647375-12820-1-git-send-email-pbhagavatula@caviumnetworks.com> <20171010180447.GA7725@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, thomas@monjalon.net To: Jerin Jacob , Pavan Nikhilesh Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D66B91B2F6 for ; Tue, 10 Oct 2017 20:16:28 +0200 (CEST) In-Reply-To: <20171010180447.GA7725@jerin> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/10/2017 7:04 PM, Jerin Jacob wrote: > -----Original Message----- >> Date: Tue, 10 Oct 2017 20:26:15 +0530 >> From: Pavan Nikhilesh >> To: ferruh.yigit@intel.com >> CC: dev@dpdk.org, Pavan Nikhilesh >> Subject: [dpdk-dev] [PATCH] net/octeontx: use eventdev attributes to get >> count >> X-Mailer: git-send-email 2.7.4 >> >> Use the event device get attribute function to fetch the event >> port and queue count > > > Hi Ferruh, Thomas > > The rte_event_queue_count()/rte_event_port_count() APIs are removed in > next-eventdev. If next-eventdev changes first goes to master then next-net > will have build issue. Request to squash this patch in next-next Hi Jerin, Thanks for heads up, I will get this into next-net before next-eventdev merged into main repo. Thanks, ferruh > > > >> >> Signed-off-by: Pavan Nikhilesh <...>