Re: [dpdk-dev] [PATCH v4 1/5] test: load drivers when required

2020-03-23 Thread Aaron Conole
David Marchand writes: > 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 Marc

[dpdk-dev] [PATCH v4 1/5] 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 Reviewed-by: Ruifeng Wang --- a