Re: [PATCH] iscsid: Add qedi ping transport hook

2017-04-27 Thread The Lee-Man
Applied. Please note that pull requests via github are easier to apply than traditional patch emails. On Wednesday, April 26, 2017 at 2:27:03 AM UTC-7, Nilesh Javali wrote: > > iscsiuio ping is operational for qedi. > Add missing qedi transport hook for ping support. > > Signed-off-by: Nilesh

[PATCH] iscsid: Add qedi ping transport hook

2017-04-26 Thread Nilesh Javali
iscsiuio ping is operational for qedi. Add missing qedi transport hook for ping support. Signed-off-by: Nilesh Javali --- usr/transport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/transport.c b/usr/transport.c index 533ba30..56fab49 100644 ---