Re: [dpdk-dev] [PATCH v4 00/15] make DPDK IOVA aware

2017-11-06 Thread Thomas Monjalon
06/11/2017 02:41, Thomas Monjalon: > Santosh Shukla (5): > mem: rename segment address from physical to IOVA > malloc: use pointer diff macro in IOVA mapping > mbuf: rename physical address to IOVA > cryptodev: rename physical address type to IOVA > drivers/net: rename physical address ty

[dpdk-dev] [PATCH v4 00/15] make DPDK IOVA aware

2017-11-05 Thread Thomas Monjalon
This v4 is a big rework to complete the patches sent by Santosh. The core components for memory handling (memseg, malloc, memzone, mempool, mbuf) are almost fully updated for IOVA awareness. It will ease maintenance and upcoming reworks; that's why we should push it in 17.11 LTS. The most importan