[dpdk-dev] [PATCH] crypto/cnxk: reset feature flags on reconfigure

2021-07-08 Thread Anoob Joseph
Feature flag in dev would be updated during config. On reconfigure, the field need to be set again to original value. Signed-off-by: Anoob Joseph --- drivers/crypto/cnxk/cn10k_cryptodev.c| 14 +- drivers/crypto/cnxk/cn9k_cryptodev.c | 13 + drivers/crypto/cnxk/cnx

Re: [dpdk-dev] [PATCH] crypto/cnxk: reset feature flags on reconfigure

2021-07-18 Thread Akhil Goyal
> Feature flag in dev would be updated during config. On reconfigure, the > field need to be set again to original value. > > Signed-off-by: Anoob Joseph > --- Acked-by: Akhil Goyal Applied to dpdk-next-crypto