Re: [PATCH 3/5] nvme.h: add Write Zeroes definitions

2016-11-18 Thread chaitany kulkarni
I'll resend entire series with v2 prefix and add whitespaces fix along with other comments. On Thu, Nov 17, 2016 at 2:30 AM, Christoph Hellwig <h...@infradead.org> wrote: > On Tue, Nov 15, 2016 at 11:06:58PM -0800, chaitany kulkarni wrote: >> Add the command structure, optio

Re: [PATCH v2 2/5] block: add support for REQ_OP_WRITE_ZEROES

2016-11-18 Thread chaitany kulkarni
Sounds good, I'll update the whole series and resend it with v2 prefix. On Thu, Nov 17, 2016 at 11:46 PM, Christoph Hellwig wrote: > On Thu, Nov 17, 2016 at 02:17:11PM -0800, Chaitanya Kulkarni wrote: >> From: Chaitanya Kulkarni >> >> This adds

Re: [PATCH 2/5] block: add support for REQ_OP_WRITE_ZEROES

2016-11-17 Thread chaitany kulkarni
Incorporated the comments and sent new patch. On Wed, Nov 16, 2016 at 6:48 PM, Martin K. Petersen wrote: >> "Keith" == Keith Busch writes: > > Keith> Your maximum bi_size exceeds the 2-bytes an NVMe Write Zeroes > Keith> command provides

Re: [PATCH] Unittest framework based on nvme-cli.

2016-11-01 Thread chaitany kulkarni
Hi, Introducing nvme-cli based unit test framework. All the test cases use commands implemented in nvme-cli. The goal is to have simple, lightweight, and easily expandable framework which we can used to develop various categories of unit tests based on nvme-cli and improve overall development.