From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v2 1/2] test: fix event timer compiler warning Date: Fri, 28 Sep 2018 16:06:42 +0530 Message-ID: <20180928103641.GB2152@jerin> References: <1536155732-155032-1-git-send-email-nikhil.rao@intel.com> <1538027175-87290-1-git-send-email-nikhil.rao@intel.com> <20180927110855.GA19604@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Nikhil Rao , thomas@monjalon.net, dev@dpdk.org, erik.g.carrillo@intel.com, stable@dpdk.org To: Bruce Richardson Return-path: Content-Disposition: inline In-Reply-To: <20180927110855.GA19604@bricha3-MOBL.ger.corp.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: Thu, 27 Sep 2018 12:08:56 +0100 > From: Bruce Richardson > To: Nikhil Rao > CC: thomas@monjalon.net, jerin.jacob@caviumnetworks.com, dev@dpdk.org, > erik.g.carrillo@intel.com, stable@dpdk.org > Subject: Re: [PATCH v2 1/2] test: fix event timer compiler warning > User-Agent: Mutt/1.10.1 (2018-07-13) > > > On Thu, Sep 27, 2018 at 11:16:14AM +0530, Nikhil Rao wrote: > > Limit the number of objects passed to rte_mempool_put_bulk() > > to the size of the object table. This fix eliminates a compiler > > warning (array-bounds) triggered when the march command line > > parameter to gcc is set to nehalem. > > > > Fixes: d1f3385d0076 ("test: add event timer adapter auto-test") > > Cc: erik.g.carrillo@intel.com > > Cc: stable@dpdk.org > > > > Signed-off-by: Nikhil Rao > > --- > Acked-by: Bruce Richardson Applied to dpdk-next-eventdev/master. Thanks.