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

2022-01-18 Thread Dmitry Kozlyuk
2022-01-18 05:29 (UTC+), Srikanth Yalavarthi: > Hi Dmitry, > > This is to cater to use cases where chunks of memory are allocated by the > host / application, and would like to represent it as an offset from the > Linux virtual base address. One use case is for a firmware running on an > ac

RE: [EXT] Re: [PATCH v4 1/1] eal: add internal function to get base address

2022-01-17 Thread Srikanth Yalavarthi
Shankar Shankar Narayan Rao Subject: [EXT] Re: [PATCH v4 1/1] eal: add internal function to get base address External Email -- 2022-01-17 05:42 (UTC-0800), Srikanth Yalavarthi: > Added an internal helper to get OS-specific

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

2022-01-17 Thread Dmitry Kozlyuk
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

[PATCH v4 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 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 Signed-off-by: Srikanth Yalavarthi --- lib/eal/common/eal_common_config.