Re: [dpdk-dev] [PATCH] test/crypto: fix duplicate device id uses by CCP device

2019-03-06 Thread Akhil Goyal
On 2/22/2019 3:36 PM, Hemant Agrawal wrote: > These duplicate device id is causing incorrect mapping > for DPAA_SEC for test case execultion on the basis of > capabilities. > > Fixes: e155ca055e84 ("test/crypto: add tests for AMD CCP") > Cc: sta...@dpdk.org > Cc: ravi1.ku...@amd.com > > Reported-

[dpdk-dev] [PATCH] test/crypto: fix duplicate device id uses by CCP device

2019-02-22 Thread Hemant Agrawal
These duplicate device id is causing incorrect mapping for DPAA_SEC for test case execultion on the basis of capabilities. Fixes: e155ca055e84 ("test/crypto: add tests for AMD CCP") Cc: sta...@dpdk.org Cc: ravi1.ku...@amd.com Reported-by: Anoob Joseph Signed-off-by: Hemant Agrawal --- test/tes