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

2020-02-04 Thread Akhil Goyal
> > > > > > The devices which are masked by cryptodev mask should not be initialized > > and skipped while traversing the device list. > > > > Fixes: 61a7018ba0 ("examples/l2fwd-crypto:skip dev configure for masked > > devices") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Apeksha Gupta > >

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

2020-01-27 Thread Akhil Goyal
> > The devices which are masked by cryptodev mask should not be initialized > and skipped while traversing the device list. > > Fixes: 61a7018ba0 ("examples/l2fwd-crypto:skip dev configure for masked > devices") > Cc: sta...@dpdk.org > > Signed-off-by: Apeksha Gupta > --- Acked-by: Akhil Goy

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

2020-01-15 Thread Apeksha Gupta
The devices which are masked by cryptodev mask should not be initialized and skipped while traversing the device list. Fixes: 61a7018ba0 ("examples/l2fwd-crypto:skip dev configure for masked devices") Cc: sta...@dpdk.org Signed-off-by: Apeksha Gupta --- examples/l2fwd-crypto/main.c | 6 ++