Re: [dpdk-dev] [PATCH] cryptodev: add ff_disable field in cryptodev config

2019-06-21 Thread Akhil Goyal
Hi Anoob, > > Adding a new field, ff_disable, to allow applications to control the > features enabled on the crypto device. This would allow for efficient > usage of HW/SW offloads by disabling the features not required by the > application. > > Signed-off-by: Anoob Joseph I see a compilation

Re: [dpdk-dev] [PATCH] cryptodev: add ff_disable field in cryptodev config

2019-06-20 Thread Akhil Goyal
> > Adding a new field, ff_disable, to allow applications to control the > features enabled on the crypto device. This would allow for efficient > usage of HW/SW offloads by disabling the features not required by the > application. > > Signed-off-by: Anoob Joseph > --- Acked-by: Akhil Goyal

[dpdk-dev] [PATCH] cryptodev: add ff_disable field in cryptodev config

2019-06-03 Thread Anoob Joseph
Adding a new field, ff_disable, to allow applications to control the features enabled on the crypto device. This would allow for efficient usage of HW/SW offloads by disabling the features not required by the application. Signed-off-by: Anoob Joseph --- doc/guides/rel_notes/deprecation.rst | 1