Re: [dpdk-dev] [PATCH] test: load drivers when required

2020-03-23 Thread Ruifeng Wang
> -Original Message- > From: David Marchand > Sent: Monday, March 23, 2020 16:40 > To: dev@dpdk.org > Cc: acon...@redhat.com; Ruifeng Wang ; > sta...@dpdk.org; Reshma Pattan > Subject: [PATCH] test: load drivers when required > > Concatenating to test_args if event_eth_tx_adapter_autot

[dpdk-dev] [PATCH] test: load drivers when required

2020-03-23 Thread David Marchand
Concatenating to test_args if event_eth_tx_adapter_autotest is executed makes all subsequent tests inherit from the drivers loading while this is unneeded. Fixes: 207b1c813f39 ("test: fix build without ring PMD") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- app/test/meson.build | 30 ++