RE: [EXT] [PATCH v3 3/7] examples/l2fwd-crypto: add signal handler for exit

2022-05-26 Thread Akhil Goyal
Hi Stephen, > Handle SIGINT and SIGTERM signals. > > Signed-off-by: Gagandeep Singh > --- Do you have more comments on this? If not, can you please ack? > examples/l2fwd-crypto/main.c | 16 > 1 file changed, 16 insertions(+) > > diff --git a/examples/l2fwd-crypto/main.c b/exa

[PATCH v3 3/7] examples/l2fwd-crypto: add signal handler for exit

2022-05-19 Thread Gagandeep Singh
Handle SIGINT and SIGTERM signals. Signed-off-by: Gagandeep Singh --- examples/l2fwd-crypto/main.c | 16 1 file changed, 16 insertions(+) diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c index b1e2613ccf..bf4b862379 100644 --- a/examples/l2fwd-crypto/mai