> -----Original Message----- > From: Ravi Kumar [mailto:ravi1.ku...@amd.com] > Sent: Tuesday, April 17, 2018 11:32 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; > hemant.agra...@nxp.com > Subject: [PATCH v1] crypto/ccp: use contiguous allocation for DMA memory > > rte_eal_get_physmem_layout() is obsolete now. > This patch fix the broken API usage and allocates DMA memory with > RTE_MEMZONE_IOVA_CONTIG memzone flag. > > Signed-off-by: Ravi Kumar <ravi1.ku...@amd.com>
Squashed into second commit of the AMD CCP patchset and applied to dpdk-next-crypto. Thanks for the quick patch! Pablo