Anatoly Burakov 4042dc2037 mem: quiet base address hint warning if not requested
Any EAL memory allocation often goes through eal_get_virtual_area()
function, which will print a warning whenever the resulting allocation
didn't match the specified address requirements. This is useful for
when we have requested a specific base virtual address, to let the user
know that the mapping has deviated from that address.

However, on Linux, we also have a default base address that's there to
ensure better chances of successful secondary process initialization,
as well as higher likelihood of the virtual areas to fit inside the
IOMMU address width. Because of this default base address, there are
warnings printed even when no base address was explicitly requested,
which can be confusing to the user.

Emit this warning with debug level unless base address was explicitly
requested by the user.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
2022-01-28 12:06:26 +01:00
..
2022-01-11 12:16:53 +01:00
2021-11-26 11:28:34 +01:00
2022-01-11 12:16:53 +01:00
2021-08-17 08:37:52 +02:00
2021-10-22 23:32:00 +02:00
2021-11-26 11:28:34 +01:00
2021-11-26 11:28:34 +01:00
2022-01-11 12:16:53 +01:00
2021-10-08 14:58:11 +02:00
2021-10-24 13:37:43 +02:00
2021-11-26 11:28:34 +01:00
2021-09-30 17:38:13 +02:00
2021-08-17 08:37:52 +02:00
2021-10-25 19:08:16 +02:00
2022-01-11 12:16:53 +01:00
2021-08-17 08:37:52 +02:00
2022-01-11 12:16:53 +01:00
2021-11-16 17:57:09 +01:00
2021-10-31 23:25:02 +01:00
2021-11-17 10:29:14 +01:00
2021-11-26 11:28:34 +01:00
2021-11-16 17:57:09 +01:00
2021-11-16 17:57:09 +01:00
2022-01-11 12:16:53 +01:00
2021-08-17 08:37:52 +02:00
2022-01-21 06:09:00 -05:00