From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3B8841B2F4 for ; Tue, 10 Oct 2017 21:39:12 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2017 12:38:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,359,1503385200"; d="scan'208";a="1204379847" Received: from unknown (HELO [10.241.225.83]) ([10.241.225.83]) by fmsmga001.fm.intel.com with ESMTP; 10 Oct 2017 12:38:47 -0700 From: Ferruh Yigit To: Jerin Jacob , Pavan Nikhilesh Cc: dev@dpdk.org, thomas@monjalon.net References: <1507647375-12820-1-git-send-email-pbhagavatula@caviumnetworks.com> <20171010180447.GA7725@jerin> <2de9c397-64a6-379c-395e-98ebcd6ba26e@intel.com> Message-ID: <7ee460ae-ce1e-bb9a-0057-a000ce06d8ce@intel.com> Date: Tue, 10 Oct 2017 20:38:47 +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: <2de9c397-64a6-379c-395e-98ebcd6ba26e@intel.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:39:13 -0000 On 10/10/2017 7:16 PM, Ferruh Yigit wrote: > 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. No, rte_event_dev_attr_get() is not defined, I assume this will come with next-eventdev. So I will wait next-evendev merged before getting this. > > Thanks, > ferruh > >> >> >> >>> >>> Signed-off-by: Pavan Nikhilesh > > <...> >