Re: [dpdk-dev] [PATCH v3 1/1] app/procinfo: fix security context info
From: Thomas Monjalon <hidden>
Date: 2021-01-26 13:08:22
From: Thomas Monjalon <hidden>
Date: 2021-01-26 13:08:22
26/01/2021 14:06, Thomas Monjalon:
From: Hemant Agrawal <redacted>
We need to differentiate between crypto and ethernet security
context as they belong to different devices.
Fixes: d82d6ac64338 ("app/procinfo: add crypto security context info")
Cc: stable@dpdk.org
Signed-off-by: Hemant Agrawal <redacted>
Signed-off-by: Thomas Monjalon <redacted>
---
v3: include stdbool.h and use true/false instead of 1/0Applied, thanks