Re: [dpdk-dev] [PATCH v7 0/9] Infrastructure to detect iova mapping on the bus

2017-09-05 Thread Hemant Agrawal
Please note that this series break the DPAA2 BUS. Following patch series (Shreyansh) is required to fix DPAA2 bus working with this patch series: http://dpdk.org/dev/patchwork/patch/27950/ On 9/5/2017 5:58 PM, Hemant Agrawal wrote: Tested-by: Hemant Agrawal On 8/31/2017 8:56 AM, Santosh Sh

Re: [dpdk-dev] [PATCH v7 0/9] Infrastructure to detect iova mapping on the bus

2017-09-05 Thread Hemant Agrawal
Tested-by: Hemant Agrawal On 8/31/2017 8:56 AM, Santosh Shukla wrote: v7: Includes no major change, minor change detailing: - patch sqashing (Aaron suggestion) - added run_once for device_parse() and bus_scan() in eal init (Aaron suggestion) - Moved rte_eal_device_parse() up in eal init

[dpdk-dev] [PATCH v7 0/9] Infrastructure to detect iova mapping on the bus

2017-08-30 Thread Santosh Shukla
v7: Includes no major change, minor change detailing: - patch sqashing (Aaron suggestion) - added run_once for device_parse() and bus_scan() in eal init (Aaron suggestion) - Moved rte_eal_device_parse() up in eal initialization order. - Patches rebased on top of version: 17.11-rc0 For v6 in