-----Original Message----- > Date: Thu, 27 Sep 2018 12:08:56 +0100 > From: Bruce Richardson <bruce.richard...@intel.com> > To: Nikhil Rao <nikhil....@intel.com> > CC: tho...@monjalon.net, jerin.ja...@caviumnetworks.com, dev@dpdk.org, > erik.g.carri...@intel.com, sta...@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.carri...@intel.com > > Cc: sta...@dpdk.org > > > > Signed-off-by: Nikhil Rao <nikhil....@intel.com> > > --- > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Applied to dpdk-next-eventdev/master. Thanks.