[dpdk-dev] [PATCH] i40e: fix build with gcc 5

2015-02-19 Thread Panu Matilainen
On 02/19/2015 01:05 PM, Ananyev, Konstantin wrote: > > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Panu Matilainen >> Sent: Thursday, February 19, 2015 10:25 AM >> To: dev at dpdk.org >> Subject: [dpdk-dev

[dpdk-dev] [PATCH] i40e: fix build with gcc 5

2015-02-19 Thread Panu Matilainen
Eliminate embiguity in the condition which trips up a "logical not is only applied to the left..." warning from gcc 5, causing build failure with -Werror. Signed-off-by: Panu Matilainen --- lib/librte_pmd_i40e/i40e_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/li

[dpdk-dev] [PATCH] i40e: fix build with gcc 5

2015-02-19 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Panu Matilainen > Sent: Thursday, February 19, 2015 10:25 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] i40e: fix build with gcc 5 > > Eliminate embiguity in the condition whic