* [dpdk-dev] [PATCH] pdump: fix typo in error log
@ 2017-11-14 8:04 maria.lingemark
2017-11-14 19:35 ` Bruce Richardson
0 siblings, 1 reply; 3+ messages in thread
From: maria.lingemark @ 2017-11-14 8:04 UTC (permalink / raw)
To: reshma.pattan; +Cc: dev, Maria Lingemark
From: Maria Lingemark <maria.lingemark@ericsson.com>
Fixes: 278f945402c5 ("pdump: add new library for packet capture")
Cc: reshma.pattan@intel.com
Signed-off-by: Maria Lingemark <maria.lingemark@ericsson.com>
---
lib/librte_pdump/rte_pdump.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/librte_pdump/rte_pdump.c b/lib/librte_pdump/rte_pdump.c
index 29a6c99..9b1e560 100644
--- a/lib/librte_pdump/rte_pdump.c
+++ b/lib/librte_pdump/rte_pdump.c
@@ -353,7 +353,7 @@ set_pdump_rxtx_cbs(struct pdump_request *p)
&port);
if (ret < 0) {
RTE_LOG(ERR, PDUMP,
- "failed to get potid for device id=%s\n",
+ "failed to get port id for device id=%s\n",
p->data.en_v1.device);
return -EINVAL;
}
@@ -365,7 +365,7 @@ set_pdump_rxtx_cbs(struct pdump_request *p)
&port);
if (ret < 0) {
RTE_LOG(ERR, PDUMP,
- "failed to get potid for device id=%s\n",
+ "failed to get port id for device id=%s\n",
p->data.dis_v1.device);
return -EINVAL;
}
--
2.7.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] pdump: fix typo in error log
2017-11-14 8:04 [dpdk-dev] [PATCH] pdump: fix typo in error log maria.lingemark
@ 2017-11-14 19:35 ` Bruce Richardson
2017-11-14 21:48 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2017-11-14 19:35 UTC (permalink / raw)
To: maria.lingemark; +Cc: reshma.pattan, dev
On Tue, Nov 14, 2017 at 09:04:24AM +0100, maria.lingemark@ericsson.com wrote:
> From: Maria Lingemark <maria.lingemark@ericsson.com>
>
> Fixes: 278f945402c5 ("pdump: add new library for packet capture")
> Cc: reshma.pattan@intel.com
>
> Signed-off-by: Maria Lingemark <maria.lingemark@ericsson.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] pdump: fix typo in error log
2017-11-14 19:35 ` Bruce Richardson
@ 2017-11-14 21:48 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2017-11-14 21:48 UTC (permalink / raw)
To: maria.lingemark; +Cc: dev, Bruce Richardson, reshma.pattan
14/11/2017 20:35, Bruce Richardson:
> On Tue, Nov 14, 2017 at 09:04:24AM +0100, maria.lingemark@ericsson.com wrote:
> > From: Maria Lingemark <maria.lingemark@ericsson.com>
> >
> > Fixes: 278f945402c5 ("pdump: add new library for packet capture")
> > Cc: reshma.pattan@intel.com
> >
> > Signed-off-by: Maria Lingemark <maria.lingemark@ericsson.com>
> > ---
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-11-14 21:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-14 8:04 [dpdk-dev] [PATCH] pdump: fix typo in error log maria.lingemark
2017-11-14 19:35 ` Bruce Richardson
2017-11-14 21:48 ` 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).