Re: [dpdk-dev] [PATCH v3] net/i40e: mbuf alloc failed counter not incremented

2017-04-26 Thread Ferruh Yigit
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 a

Re: [dpdk-dev] [PATCH v3] net/i40e: mbuf alloc failed counter not incremented

2017-04-25 Thread Zhang, Helin
> -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

[dpdk-dev] [PATCH v3] net/i40e: mbuf alloc failed counter not incremented

2017-04-25 Thread Allain Legacy
From: Matt Peters 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