From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v4 4/4] eventdev: Add tests for event eth Rx adapter APIs Date: Mon, 2 Oct 2017 16:01:26 +0530 Message-ID: <20171002103125.GA10407@jerin> References: <1506028634-22998-1-git-send-email-nikhil.rao@intel.com> <1506028634-22998-5-git-send-email-nikhil.rao@intel.com> <20170922121225.GA22639@jerin> <3e1ca03f-5f83-5fe6-c96e-c3bda149823a@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: bruce.richardson@intel.com, gage.eads@intel.com, dev@dpdk.org, thomas@monjalon.net, harry.van.haaren@intel.com, hemant.agrawal@nxp.com, nipun.gupta@nxp.com, narender.vangati@intel.com, erik.g.carrillo@intel.com, abhinandan.gujjar@intel.com, santosh.shukla@caviumnetworks.com To: "Rao, Nikhil" Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0046.outbound.protection.outlook.com [104.47.42.46]) by dpdk.org (Postfix) with ESMTP id C3B821B1FA for ; Mon, 2 Oct 2017 12:31:52 +0200 (CEST) Content-Disposition: inline In-Reply-To: <3e1ca03f-5f83-5fe6-c96e-c3bda149823a@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Sun, 24 Sep 2017 23:54:38 +0530 > From: "Rao, Nikhil" > To: Jerin Jacob > CC: bruce.richardson@intel.com, gage.eads@intel.com, dev@dpdk.org, > thomas@monjalon.net, harry.van.haaren@intel.com, hemant.agrawal@nxp.com, > nipun.gupta@nxp.com, narender.vangati@intel.com, > erik.g.carrillo@intel.com, abhinandan.gujjar@intel.com, > santosh.shukla@caviumnetworks.com > Subject: Re: [PATCH v4 4/4] eventdev: Add tests for event eth Rx adapter > APIs > User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 > Thunderbird/52.3.0 > > On 9/22/2017 5:42 PM, Jerin Jacob wrote: > > -----Original Message----- > > > Date: Fri, 22 Sep 2017 02:47:14 +0530 > > > From: Nikhil Rao > > > To: jerin.jacob@caviumnetworks.com, bruce.richardson@intel.com > > > CC: gage.eads@intel.com, dev@dpdk.org, thomas@monjalon.net, > > > harry.van.haaren@intel.com, hemant.agrawal@nxp.com, nipun.gupta@nxp.com, > > > narender.vangati@intel.com, erik.g.carrillo@intel.com, > > > abhinandan.gujjar@intel.com, santosh.shukla@caviumnetworks.com > > > Subject: [PATCH v4 4/4] eventdev: Add tests for event eth Rx adapter APIs > > > X-Mailer: git-send-email 2.7.4 > > > > > > Add unit tests for rte_event_eth_rx_adapter_xxx() APIs > > > > > > > +#include > > > +#include > > > +#include > > > +#include > > > +#include > > > +#include > > > + > > > +#include > > > + > > > +#include "test.h" > > > + > > > +/* i40e limits max to 64 */ > > > > This comment could be removed. > > > OK, I am documenting why the code doesn't just use dev_info.max_rx_queues, > won't the comment be useful to retain ? OK. If dev_info.max_rx_queues for i40e is not 64 as expected then we could the fix the i40e driver as well. >