Re: [PATCH] nbd-client: support newstyle protocol, -b, -d

2018-10-29 Thread Elvira Khabirova
On Wed, 24 Oct 2018 15:53:44 +0200 Denys Vlasenko wrote: > I applied a modified version of the patch, > please let me know whether it works. > Thanks! It does, both on x86_64 and MIPS64be, with old and new servers. Thank you! ___ busybox mailing list b

Re: [PATCH] nbd-client: support newstyle protocol, -b, -d

2018-10-24 Thread Denys Vlasenko
Apologies for the delay. On Tue, Oct 9, 2018 at 1:42 AM Elvira Khabirova wrote: > Recognize the "newstyle" protocol and switch to it automatically. > Add options for setting blocksize (-b) and for disconnecting > a nbd device (-d). > > Signed-off-by: Elvira Khabirova > --- > networking/nbd-cli

Re: [PATCH] nbd-client: support newstyle protocol, -b, -d

2018-10-19 Thread Elvira Khabirova
On Tue, 9 Oct 2018 01:41:48 +0200 Elvira Khabirova wrote: > Recognize the "newstyle" protocol and switch to it automatically. > Add options for setting blocksize (-b) and for disconnecting > a nbd device (-d). Ping. Support for oldstyle protocol was dropped in nbd-server v3.10, which was release

[PATCH] nbd-client: support newstyle protocol, -b, -d

2018-10-08 Thread Elvira Khabirova
Recognize the "newstyle" protocol and switch to it automatically. Add options for setting blocksize (-b) and for disconnecting a nbd device (-d). Signed-off-by: Elvira Khabirova --- networking/nbd-client.c | 168 +--- 1 file changed, 140 insertions(+), 28 dele