Re: [dpdk-dev] [PATCH 05/10] linuxapp/eal: detect iova mode

2017-07-05 Thread santosh
Hi Hemant, On Wednesday 05 July 2017 06:47 PM, Hemant Agrawal wrote: > On 6/8/2017 4:35 PM, Santosh Shukla wrote: >> - Moving late bus scanning to up..just after eal_parsing. >> - Detect iova mapping mode based on user provided eal option >> (rte_eal_iova_mode) and result of rte_bus_scan_iommu_

Re: [dpdk-dev] [PATCH 05/10] linuxapp/eal: detect iova mode

2017-07-05 Thread Hemant Agrawal
On 6/8/2017 4:35 PM, Santosh Shukla wrote: - Moving late bus scanning to up..just after eal_parsing. - Detect iova mapping mode based on user provided eal option (rte_eal_iova_mode) and result of rte_bus_scan_iommu_class. Signed-off-by: Santosh Shukla Signed-off-by: Jerin Jacob --- lib/libr

[dpdk-dev] [PATCH 05/10] linuxapp/eal: detect iova mode

2017-06-08 Thread Santosh Shukla
- Moving late bus scanning to up..just after eal_parsing. - Detect iova mapping mode based on user provided eal option (rte_eal_iova_mode) and result of rte_bus_scan_iommu_class. Signed-off-by: Santosh Shukla Signed-off-by: Jerin Jacob --- lib/librte_eal/linuxapp/eal/eal.c | 24