Re: [dpdk-dev] [PATCH v4 08/12] linuxapp/eal: auto detect iova mode

2017-07-18 Thread santosh
On Tuesday 18 July 2017 05:04 PM, Hemant Agrawal wrote: > On 7/18/2017 11:29 AM, Santosh Shukla wrote: >> - Moving late bus scanning to up..just after eal_parsing. >> - Auto detect iova mapping mode, based on the result of >> rte_bus_scan_iommu_class. >> >> Signed-off-by: Santosh Shukla >> Sign

Re: [dpdk-dev] [PATCH v4 08/12] linuxapp/eal: auto detect iova mode

2017-07-18 Thread Hemant Agrawal
On 7/18/2017 11:29 AM, Santosh Shukla wrote: - Moving late bus scanning to up..just after eal_parsing. - Auto detect iova mapping mode, based on the result of rte_bus_scan_iommu_class. Signed-off-by: Santosh Shukla Signed-off-by: Jerin Jacob --- lib/librte_eal/linuxapp/eal/eal.c | 15 ++

[dpdk-dev] [PATCH v4 08/12] linuxapp/eal: auto detect iova mode

2017-07-17 Thread Santosh Shukla
- Moving late bus scanning to up..just after eal_parsing. - Auto detect iova mapping mode, based on the result of rte_bus_scan_iommu_class. Signed-off-by: Santosh Shukla Signed-off-by: Jerin Jacob --- lib/librte_eal/linuxapp/eal/eal.c | 15 +-- 1 file changed, 9 insertions(+), 6 d