[dpdk-dev] [PATCH] l2fwd-crypto: skip dev configure for masked devices

2021-04-05 Thread Akhil Goyal
The devices which are masked by cryptodev mask should not be initialized and skipped while traversing the device list. Signed-off-by: Apeksha Gupta --- examples/l2fwd-crypto/main.c | 6 ++ 1 file changed, 6 insertions(+) again a fixes tag is missing. title should be examples/l2fwd-crypto: f

[dpdk-dev] [PATCH] l2fwd-crypto: skip dev configure for masked devices

2021-02-22 Thread Hemant Agrawal
From: Apeksha Gupta The devices which are masked by cryptodev mask should not be initialized and skipped while traversing the device list. Signed-off-by: Apeksha Gupta --- examples/l2fwd-crypto/main.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/examples/l2fwd-crypto/main.c b/exam