app/procinfo: clean old build macro

Message ID 20201023074451.25610-1-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series app/procinfo: clean old build macro |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS

Commit Message

David Marchand Oct. 23, 2020, 7:44 a.m. UTC
  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(-)
  

Comments

David Marchand Oct. 26, 2020, 11:07 a.m. UTC | #1
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.
  

Patch

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
 	}