Re: [PATCH v1 01/11] test/bbdev: fix python script subprocess

2023-10-17 Thread Maxime Coquelin
On 9/29/23 20:13, Hernan Vargas wrote: test-bbdev.py relying on non-recommended subprocess Popen. This can lead to unstability where the process cannot be stopped with a s/unstability/instabilities/ sig TERM. Use subprocess run with proper timeout argument. Fixes: f714a18885a6 ("app/testb

[PATCH v1 01/11] test/bbdev: fix python script subprocess

2023-09-29 Thread Hernan Vargas
test-bbdev.py relying on non-recommended subprocess Popen. This can lead to unstability where the process cannot be stopped with a sig TERM. Use subprocess run with proper timeout argument. Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev") Cc: sta...@dpdk.org Signed-off-by: He