[PATCH v2] app/test:subprocess synchronization of parameters
Stephen Hemminger
stephen at networkplumber.org
Thu Oct 3 18:00:49 CEST 2024
On Wed, 26 Jul 2023 10:39:47 +0800
Kaisen You <kaisenx.you at intel.com> wrote:
> In meson_test, because the child process does not synchronize
> the NIC startup parameters of the parent process at startup,
> it uses all NICs bound by vfio as startup parameters by default,
> and an exception occurs in the subsequent hugefile check,
> causing the test to fail. Synchronize the NIC startup parameters
> of the parent process to the child process to solve this problem.
>
> Fixes: af75078fece3 ("first public release")
> Cc: stable at dpdk.org
>
> Signed-off-by: Kaisen You <kaisenx.you at intel.com>
It would to give direct example of test that fails i.e what
is the test command line.
This patch never got applied because of large number
of CI test failures, please fix and resubmit
More information about the dev
mailing list