* [dpdk-dev] [PATCH] ip_pipeline: fixed bug in app_link_config
@ 2015-09-30 15:25 Jasvinder Singh
2015-09-30 15:38 ` Dumitrescu, Cristian
0 siblings, 1 reply; 3+ messages in thread
From: Jasvinder Singh @ 2015-09-30 15:25 UTC (permalink / raw)
To: dev
This patch fixes bug in app_link_config.
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
---
examples/ip_pipeline/pipeline/pipeline_common_fe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/ip_pipeline/pipeline/pipeline_common_fe.c b/examples/ip_pipeline/pipeline/pipeline_common_fe.c
index fcda0ce..bb4cbd2 100644
--- a/examples/ip_pipeline/pipeline/pipeline_common_fe.c
+++ b/examples/ip_pipeline/pipeline/pipeline_common_fe.c
@@ -358,7 +358,7 @@ app_link_config(struct app_params *app,
if (link->ip == ip) {
APP_LOG(app, HIGH,
"%s is already assigned this IP address",
- p->name);
+ link->name);
return -1;
}
}
--
2.1.0
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-12-07 0:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-30 15:25 [dpdk-dev] [PATCH] ip_pipeline: fixed bug in app_link_config Jasvinder Singh
2015-09-30 15:38 ` Dumitrescu, Cristian
2015-12-07 0:28 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).