On 4/25/2017 6:31 PM, Zhang, Helin wrote: > > >> -----Original Message----- >> From: Allain Legacy [mailto:allain.leg...@windriver.com] >> Sent: Tuesday, April 25, 2017 8:29 PM >> To: Zhang, Helin; Wu, Jingjing >> Cc: dev@dpdk.org; Peters, Matt (Wind River) >> Subject: [PATCH v3] net/i40e: mbuf alloc failed counter not incremented >> >> From: Matt Peters <matt.pet...@windriver.com> >> >> When an mbuf alloc fails during the mempool get operation for the i40e bulk >> alloc receive function, the rx_mbuf_alloc_failed counter is not incremented >> to >> record the error. >> >> This fix ensures consistency with the other i40e receive procedures and other >> net drivers. >> >> Signed-off-by: Matt Peters <matt.pet...@windriver.com> >> Signed-off-by: Allain Legacy <allain.leg...@windriver.com> > Acked-by: Helin Zhang <helin.zh...@intel.com>
Applied to dpdk-next-net/master, thanks.