DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/procinfo: clean old build macro
@ 2020-10-23  7:44 David Marchand
  2020-10-26 11:07 ` David Marchand
  0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2020-10-23  7:44 UTC (permalink / raw)
  To: dev; +Cc: thomas

When merging this series after Bruce changes on build macros, an old macro
usage has been re-introduced.

Fixes: d82d6ac64338 ("app/procinfo: add crypto security context info")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 app/proc-info/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/proc-info/main.c b/app/proc-info/main.c
index 6ca14c6639..d743209f0d 100644
--- a/app/proc-info/main.c
+++ b/app/proc-info/main.c
@@ -1223,7 +1223,7 @@ show_crypto(void)
 			       stats.dequeue_err_count);
 		}
 
-#ifdef RTE_LIBRTE_SECURITY
+#ifdef RTE_LIB_SECURITY
 		show_security_context(i);
 #endif
 	}
-- 
2.23.0


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

* Re: [dpdk-dev] [PATCH] app/procinfo: clean old build macro
  2020-10-23  7:44 [dpdk-dev] [PATCH] app/procinfo: clean old build macro David Marchand
@ 2020-10-26 11:07 ` David Marchand
  0 siblings, 0 replies; 2+ messages in thread
From: David Marchand @ 2020-10-26 11:07 UTC (permalink / raw)
  To: dev; +Cc: Thomas Monjalon

On Fri, Oct 23, 2020 at 9:45 AM David Marchand
<david.marchand@redhat.com> wrote:
>
> When merging this series after Bruce changes on build macros, an old macro
> usage has been re-introduced.
>
> Fixes: d82d6ac64338 ("app/procinfo: add crypto security context info")
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>

Applied.


-- 
David Marchand


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

end of thread, other threads:[~2020-10-26 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23  7:44 [dpdk-dev] [PATCH] app/procinfo: clean old build macro David Marchand
2020-10-26 11:07 ` David Marchand

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).