Re: [PATCH 5/5] nbd: add multi-connection support

2016-09-12 Thread Josef Bacik
On 09/10/2016 03:43 AM, Christoph Hellwig wrote: Hi Josef, I haven't read the full path as I'm a bit in a hurry, but is there a good reason to not simply have a socket per-hw_ctx and store it in the hw_ctx private data instead of using the index in the nbd_cmd structure? No good reason, just

Re: [PATCH 5/5] nbd: add multi-connection support

2016-09-10 Thread Christoph Hellwig
Hi Josef, I haven't read the full path as I'm a bit in a hurry, but is there a good reason to not simply have a socket per-hw_ctx and store it in the hw_ctx private data instead of using the index in the nbd_cmd structure?