Re: [PATCH] examples/ptpclient: add signal handler for cleanup

2024-03-07 Thread Thomas Monjalon
31/08/2022 08:49, Rahul Bhansali: > This adds the signal handler for SIGINT, SIGTERM. > Also, this will come out from infinite loop and do cleanup once it receives > any of the registered signal. > > Signed-off-by: Rahul Bhansali Was waiting for review for a very long time. Applied, thanks. I

RE: [PATCH] examples/ptpclient: add signal handler for cleanup

2023-09-21 Thread Rahul Bhansali
x27;Kirill Rybalchenko' > > Subject: RE: [PATCH] examples/ptpclient: add signal handler for cleanup > > Hi Thomas, > > This is pending from long time and no comments so far. Can you please check > and accept this ? > Let me know if you have any review comments. > >

RE: [PATCH] examples/ptpclient: add signal handler for cleanup

2023-06-15 Thread Rahul Bhansali
chenko' ; 'Thomas Monjalon' > > Cc: 'dev@dpdk.org' > Subject: RE: [PATCH] examples/ptpclient: add signal handler for cleanup > > Hi Kirill, > > This patch is pending for review from long time. > Please do let me know if any comments on thi

RE: [PATCH] examples/ptpclient: add signal handler for cleanup

2023-05-30 Thread Rahul Bhansali
x27; ; Thomas Monjalon > > Cc: 'dev@dpdk.org' > Subject: RE: [PATCH] examples/ptpclient: add signal handler for cleanup > > Ping. > > > -Original Message- > > From: Rahul Bhansali > > Sent: Friday, January 20, 2023 11:26 AM > > To: &#

RE: [PATCH] examples/ptpclient: add signal handler for cleanup

2023-05-15 Thread Rahul Bhansali
Ping. > -Original Message- > From: Rahul Bhansali > Sent: Friday, January 20, 2023 11:26 AM > To: 'dev@dpdk.org' ; 'Kirill Rybalchenko' > > Subject: RE: [PATCH] examples/ptpclient: add signal handler for cleanup > > Ping. > > >

RE: [PATCH] examples/ptpclient: add signal handler for cleanup

2023-01-19 Thread Rahul Bhansali
Ping. > -Original Message- > From: Rahul Bhansali > Sent: Wednesday, November 2, 2022 10:21 PM > To: dev@dpdk.org; Kirill Rybalchenko > Subject: RE: [PATCH] examples/ptpclient: add signal handler for cleanup > > Ping. > > > -Original Message- >

RE: [PATCH] examples/ptpclient: add signal handler for cleanup

2022-11-02 Thread Rahul Bhansali
Ping. > -Original Message- > From: Rahul Bhansali > Sent: Wednesday, August 31, 2022 12:19 PM > To: dev@dpdk.org; Kirill Rybalchenko > Cc: Rahul Bhansali > Subject: [PATCH] examples/ptpclient: add signal handler for cleanup > > This adds the signal handler for

[PATCH] examples/ptpclient: add signal handler for cleanup

2022-08-30 Thread Rahul Bhansali
This adds the signal handler for SIGINT, SIGTERM. Also, this will come out from infinite loop and do cleanup once it receives any of the registered signal. Signed-off-by: Rahul Bhansali --- examples/ptpclient/ptpclient.c | 32 ++-- 1 file changed, 30 insertions(+), 2