Re: [PATCH 07/10] ratp: implement ping as a standard ratp command

2018-02-07 Thread Sascha Hauer
On Tue, Feb 06, 2018 at 05:51:59PM +0100, Aleksander Morgado wrote: > On Tue, Feb 6, 2018 at 10:33 AM, Sascha Hauer wrote: > > On Fri, Feb 02, 2018 at 12:14:39PM +0100, Aleksander Morgado wrote: > >> Signed-off-by: Aleksander Morgado > >> --- > >> commands/Makefile| 1 + > >> commands/ratp-

Re: [PATCH 07/10] ratp: implement ping as a standard ratp command

2018-02-06 Thread Aleksander Morgado
On Tue, Feb 6, 2018 at 10:33 AM, Sascha Hauer wrote: > On Fri, Feb 02, 2018 at 12:14:39PM +0100, Aleksander Morgado wrote: >> Signed-off-by: Aleksander Morgado >> --- >> commands/Makefile| 1 + >> commands/ratp-ping.c | 38 ++ >> common/ratp.c| 27

Re: [PATCH 07/10] ratp: implement ping as a standard ratp command

2018-02-06 Thread Sascha Hauer
On Fri, Feb 02, 2018 at 12:14:39PM +0100, Aleksander Morgado wrote: > Signed-off-by: Aleksander Morgado > --- > commands/Makefile| 1 + > commands/ratp-ping.c | 38 ++ > common/ratp.c| 27 --- Can we put the ratp commands to

[PATCH 07/10] ratp: implement ping as a standard ratp command

2018-02-02 Thread Aleksander Morgado
Signed-off-by: Aleksander Morgado --- commands/Makefile| 1 + commands/ratp-ping.c | 38 ++ common/ratp.c| 27 --- 3 files changed, 39 insertions(+), 27 deletions(-) create mode 100644 commands/ratp-ping.c diff --git a/com