Re: [dpdk-dev] [PATCH v3 1/1] app/procinfo: fix security context info

2021-01-26 Thread Thomas Monjalon
26/01/2021 14:06, Thomas Monjalon: > From: Hemant Agrawal > > 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: sta...@dpdk.org > > Signed-off-by: Hemant A

[dpdk-dev] [PATCH v3 1/1] app/procinfo: fix security context info

2021-01-26 Thread Thomas Monjalon
From: Hemant Agrawal 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: sta...@dpdk.org Signed-off-by: Hemant Agrawal Signed-off-by: Thomas Monjalon --- v3: inclu