[PATCH 1/2] eal: add missing call marking memory config complete
Stephen Hemminger
stephen at networkplumber.org
Wed Dec 14 17:52:39 CET 2022
On Mon, 5 Dec 2022 16:39:28 -0800
Tyler Retzlaff <roretzla at linux.microsoft.com> wrote:
> Memory configuration was not being marked as completed add the missing
> call to rte_eal_init() for Windows.
>
> Signed-off-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
> ---
> lib/eal/windows/eal.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/lib/eal/windows/eal.c b/lib/eal/windows/eal.c
> index adb929a..56fadc7 100644
> --- a/lib/eal/windows/eal.c
> +++ b/lib/eal/windows/eal.c
> @@ -462,6 +462,9 @@ enum rte_proc_type_t
> */
> rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN);
> rte_eal_mp_wait_lcore();
> +
> + eal_mcfg_complete();
> +
> return fctret;
> }
>
Should this have a Fixes tag?
Reviewed-by: Stephen Hemminger <stephen at networkplumber.org>
More information about the dev
mailing list