[dpdk-dev] [PATCH] i40e: fix build of VXLAN packet identification debug

2014-11-06 Thread Choonho Son
The commit 15dbb63ef9e9f108e7dcd837b88234f27a1ec258 didn't compile, if CONFIG_RTE_LIBRTE_I40E_DEBUG_DRIVER is enabled. Signed-off-by: Choonho Son --- lib/librte_pmd_i40e/i40e_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_pmd_i40e/i40e_ethdev.c b/lib

[dpdk-dev] [PATCH] i40e: fix build of VXLAN packet identification debug

2014-11-05 Thread Thomas Monjalon
> > The commit 15dbb63ef9e9f108e7dcd837b88234f27a1ec258 didn't compile, > > if CONFIG_RTE_LIBRTE_I40E_DEBUG_DRIVER is enabled. > > > > Signed-off-by: Choonho Son > > Acked-by: Pablo de Lara Applied Thanks -- Thomas

[dpdk-dev] [PATCH] i40e: fix build of VXLAN packet identification debug

2014-11-05 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Choonho Son > Sent: Wednesday, November 05, 2014 3:16 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] i40e: fix build of VXLAN packet identification > deb