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

2015-02-20 Thread Thomas Monjalon
> > Eliminate ambiguity in the condition which trips up a "logical not > > is only applied to the left..." warning from gcc 5, causing build > > failure with -Werror. Besides non-ambiguous, the condition is > > far more obvious this way. > > > > Signed-off-by: Panu Matilainen > > Acked-by: Konst

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

2015-02-19 Thread Panu Matilainen
Eliminate ambiguity in the condition which trips up a "logical not is only applied to the left..." warning from gcc 5, causing build failure with -Werror. Besides non-ambiguous, the condition is far more obvious this way. Signed-off-by: Panu Matilainen --- lib/librte_pmd_i40e/i40e_rxtx.c | 2 +-

[dpdk-dev] [PATCH v2] 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 11:21 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2] i40e: fix build with gcc 5 > > Eliminate ambiguity in the condi