Re: [PATCH v2 1/1] eal: add internal function to get base address

2022-01-18 Thread Ray Kinsella
Srikanth Yalavarthi writes: > Added an internal helper to get OS-specific EAL mappping base addreess mapping 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 > > Signed-off

[PATCH v2 1/1] eal: add internal function to get base address

2022-01-17 Thread Srikanth Yalavarthi
Added an internal helper to get OS-specific EAL mappping base addreess 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 Signed-off-by: Srikanth Yalavarthi --- v2: * Dropped Change-Id lib/e