* [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
* Re: [dpdk-dev] [PATCH] ip_pipeline: fixed bug in app_link_config
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
0 siblings, 1 reply; 3+ messages in thread
From: Dumitrescu, Cristian @ 2015-09-30 15:38 UTC (permalink / raw)
To: Singh, Jasvinder, dev
> -----Original Message-----
> From: Singh, Jasvinder
> Sent: Wednesday, September 30, 2015 4:26 PM
> To: dev@dpdk.org
> Cc: Dumitrescu, Cristian
> Subject: [PATCH] ip_pipeline: fixed bug in app_link_config
>
> This patch fixes bug in app_link_config.
>
> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> ---
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] ip_pipeline: fixed bug in app_link_config
2015-09-30 15:38 ` Dumitrescu, Cristian
@ 2015-12-07 0:28 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2015-12-07 0:28 UTC (permalink / raw)
To: Singh, Jasvinder; +Cc: dev
> > This patch fixes bug in app_link_config.
> >
> > Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> > ---
>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Applied, thanks
^ 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).