Re: [dpdk-dev] [dpdk-stable] [PATCH v3] net/i40e: fix compile error

2017-02-22 Thread Ferruh Yigit
On 2/20/2017 6:11 PM, Qi Zhang wrote: > This patch fix the compile error when RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC > is disabled. fake_mbuf is also required to be initialized and assigned to > additional sw_ring entries for vector PMD. > > Fixes: 9ed94e5bb04e ("i40e: add vector Rx") > Cc: sta...@dp

Re: [dpdk-dev] [dpdk-stable] [PATCH v3] net/i40e: fix compile error

2017-02-21 Thread Zhang, Qi Z
Thanks for reminder, will follow:) > -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, February 21, 2017 4:15 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Zhang, Helin > Cc: dev@dpdk.org; Zhang, Qi Z ; sta...@dpdk.org > Subject: RE: [dpdk-stable] [PATCH v3] net/i40e: fix compil

Re: [dpdk-dev] [dpdk-stable] [PATCH v3] net/i40e: fix compile error

2017-02-21 Thread De Lara Guarch, Pablo
Hi Qi, > -Original Message- > From: stable [mailto:stable-boun...@dpdk.org] On Behalf Of Qi Zhang > Sent: Monday, February 20, 2017 6:12 PM > To: Wu, Jingjing; Zhang, Helin > Cc: dev@dpdk.org; Zhang, Qi Z; sta...@dpdk.org > Subject: [dpdk-stable] [PATCH v3] net/i40e: fix compile error > >