Re: [dpdk-dev] [PATCH v2 0/3] Optimization for DPAA/DPAA2 for PA/VA Addressing

2018-04-27 Thread Thomas Monjalon
> Shreyansh Jain (3): > crypto/dpaa_sec: remove ctx based offset for PA-VA conversion > bus/fslmc: optimize physical to virtual address searching > bus/dpaa: optimize physical to virtual address searching Applied with fixes for: - 32-bit compilation - symbols export for share

[dpdk-dev] [PATCH v2 0/3] Optimization for DPAA/DPAA2 for PA/VA Addressing

2018-04-27 Thread Shreyansh Jain
Once the hotplugging (6b42f7563) patchset were merged, DPAA2 Physical Addressing mode and DPAA observed drastic performance drop (~95%) This was because of an inherent assumption while doing some memory translation that memsegs would be physically contiguous This series attempts to add a workaroun