Re: [RFC 2/2] testpmd: cleanup cleanly from signal

2022-11-08 Thread Stephen Hemminger
On Sun, 6 Nov 2022 13:50:36 +0300 Andrew Rybchenko wrote: > On 10/14/22 20:23, Stephen Hemminger wrote: > > The original behavior of testpmd was to kill itself when > > it received a SIGINT or SIGTERM. This makes it hard to use > > testpmd in test automation where forwarding loop is started > > a

Re: [RFC 2/2] testpmd: cleanup cleanly from signal

2022-11-06 Thread Andrew Rybchenko
On 10/14/22 20:23, Stephen Hemminger wrote: The original behavior of testpmd was to kill itself when it received a SIGINT or SIGTERM. This makes it hard to use testpmd in test automation where forwarding loop is started and then stopped via SIGTERM. Can automatic stop it using SIGINT? Signed