On 2/20/2019 9:30 PM, Shally Verma wrote: > >> -----Original Message----- >> From: dev <dev-boun...@dpdk.org> On Behalf Of Fiona Trahe >> Sent: 17 January 2019 23:06 >> To: dev@dpdk.org >> Cc: pablo.de.lara.gua...@intel.com; fiona.tr...@intel.com; >> akhil.go...@nxp.com; paul.e.l...@intel.com >> Subject: [dpdk-dev] [PATCH v2] compressdev: add feature flag to specify >> where processing is done >> >> External Email >> >> A new device feature flag, RTE_COMPDEV_FF_OP_DONE_IN_DEQUEUE >> is added. A PMD should set this if the bulk of the >> processing is done during the dequeue. It should leave it >> cleared if the bulk of the processing is done during the >> enqueue (default). >> Applications can use this as a hint for tuning. >> >> Signed-off-by: Fiona Trahe <fiona.tr...@intel.com> > Acked-by: Shally Verma <shally.ve...@marvell.com> > > Thanks > Shally Applied to dpdk-next-crypto
Thanks.