> -----Original Message----- > From: Hemant Agrawal [mailto:[email protected]] > Sent: Tuesday, March 27, 2018 1:01 PM > To: [email protected] > Cc: De Lara Guarch, Pablo <[email protected]>; > [email protected] > Subject: [PATCH 3/7] app/crypto-perf: enable it for non default mempool > > The current code usages the default mempool ops while creating the mempool > for crypto usages. Adding the support for best_mempool_ops to enable it for > devices using non default mempools. > > Signed-off-by: Ashish Jain <[email protected]> > Signed-off-by: Hemant Agrawal <[email protected]>
FYI, I added " CFLAGS += -DALLOW_EXPERIMENTAL_API" in the app Makefile, as that function is marked as experimental, and compilation was broken.

