All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i40e: fix build of VXLAN packet identification debug
@ 2014-11-05 15:15 Choonho Son
       [not found] ` <1415200547-3004-1-git-send-email-choonho.son-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Choonho Son @ 2014-11-05 15:15 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

The commit 15dbb63ef9e9f108e7dcd837b88234f27a1ec258 didn't compile,
if CONFIG_RTE_LIBRTE_I40E_DEBUG_DRIVER is enabled.

Signed-off-by: Choonho Son <choonho.son-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 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/librte_pmd_i40e/i40e_ethdev.c
index fc78b20..4570795 100644
--- a/lib/librte_pmd_i40e/i40e_ethdev.c
+++ b/lib/librte_pmd_i40e/i40e_ethdev.c
@@ -4722,8 +4722,8 @@ i40e_add_vxlan_port(struct i40e_pf *pf, uint16_t port)
 		return -1;
 	}
 
-	PMD_DRV_LOG(INFO, "Added %s port %d with AQ command with index %d",
-			 port,  filter_index);
+	PMD_DRV_LOG(INFO, "Added port %d with AQ command with index %d",
+			 port,  filter_idx);
 
 	/* New port: add it and mark its index in the bitmap */
 	pf->vxlan_ports[idx] = port;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-05 21:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-05 15:15 [PATCH] i40e: fix build of VXLAN packet identification debug Choonho Son
     [not found] ` <1415200547-3004-1-git-send-email-choonho.son-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-11-05 16:19   ` De Lara Guarch, Pablo
     [not found]     ` <E115CCD9D858EF4F90C690B0DCB4D89726833533-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-11-05 21:43       ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.