2022-01-17 05:42 (UTC-0800), Srikanth Yalavarthi: > Added an internal helper to get OS-specific EAL mapping base address > > This helper can be used by the drivers to map host address range with > offload devices and would be need for device specific operations like > firmware load
Hello Srikanth, Please elaborate on the intended usage of the new API and how it will correlate with the EAL usage of the same VA ranges. Note that on Windows eal_get_baseaddr() returns 0 which does not imply anything about where EAL mappings will reside.