On Wed, 26 Jul 2023 10:39:47 +0800 Kaisen You <kaisenx....@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: sta...@dpdk.org > > Signed-off-by: Kaisen You <kaisenx....@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