git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ced5a6c
)
app/procinfo: clean old build macro
author
David Marchand
<david.marchand@redhat.com>
Fri, 23 Oct 2020 07:44:51 +0000
(09:44 +0200)
committer
David Marchand
<david.marchand@redhat.com>
Mon, 26 Oct 2020 11:03:31 +0000
(12:03 +0100)
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>
app/proc-info/main.c
patch
|
blob
|
history
diff --git
a/app/proc-info/main.c
b/app/proc-info/main.c
index
6ca14c6
..
d743209
100644
(file)
--- 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_LIB
RTE
_SECURITY
+#ifdef RTE_LIB_SECURITY
show_security_context(i);
#endif
}