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

2019-06-25 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. > > > > Signed-off-by: Anoob Joseph > > --- > > v2: > > * Updated test & example applications to incorporate the

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

2019-06-25 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. > > Signed-off-by: Anoob Joseph > --- > v2: > * Updated test & example applications to incorporate the default setting >

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

2019-06-24 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. Signed-off-by: Anoob Joseph --- v2: * Updated test & example applications to incorporate the default setting for ff_disable field.