[dpdk-dev] [PATCH] i40e: bug fix of compile error

2014-12-02 Thread Qiu, Michael
On 12/2/2014 8:36 AM, Zhang, Helin wrote: > >> -Original Message- >> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] >> Sent: Monday, December 1, 2014 7:13 PM >> To: Zhang, Helin >> Cc: dev at dpdk.org >> Subject: Re: [dpdk-dev] [PATCH] i4

[dpdk-dev] [PATCH] i40e: bug fix of compile error

2014-12-02 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, December 1, 2014 7:13 PM > To: Zhang, Helin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] i40e: bug fix of compile error > > 2014-12-01 15:33, Helin Zhan

[dpdk-dev] [PATCH] i40e: bug fix of compile error

2014-12-01 Thread Helin Zhang
The compile error will occur as below when set 'RTE_LIBRTE_I40E_16BYTE_RX_DESC=y'. The changes is just to fix it. lib/librte_pmd_i40e/i40e_rxtx.c: In function i40e_rxd_build_fdir: lib/librte_pmd_i40e/i40e_rxtx.c:431:28: error: volatile union has no member named fd lib/librte_pmd_i40e/i40e_rxtx.

[dpdk-dev] [PATCH] i40e: bug fix of compile error

2014-12-01 Thread Thomas Monjalon
2014-12-01 15:33, Helin Zhang: > The compile error will occur as below when set > 'RTE_LIBRTE_I40E_16BYTE_RX_DESC=y'. > The changes is just to fix it. > > lib/librte_pmd_i40e/i40e_rxtx.c: In function i40e_rxd_build_fdir: > lib/librte_pmd_i40e/i40e_rxtx.c:431:28: error: volatile union has > no m