Re: [dm-devel] [PATCH v8 7/9] dm: Add support for copy offload.

2023-03-29 Thread Nitesh Shetty
On Wed, Mar 29, 2023 at 05:59:49PM +0900, Damien Le Moal wrote: > On 3/27/23 17:40, Anuj Gupta wrote: > > From: Nitesh Shetty > > > > Drop the period at the end of the patch title. Acked > > > Before enabling copy for dm target, check if underlying devices and > > dm target support copy. Avo

[dm-devel] [PATCH v8 7/9] dm: Add support for copy offload.

2023-03-29 Thread Anuj Gupta
From: Nitesh Shetty Before enabling copy for dm target, check if underlying devices and dm target support copy. Avoid split happening inside dm target. Fail early if the request needs split, currently splitting copy request is not supported. Signed-off-by: Nitesh Shetty --- drivers/md/dm-table

Re: [dm-devel] [PATCH v8 7/9] dm: Add support for copy offload.

2023-03-29 Thread Damien Le Moal
On 3/27/23 17:40, Anuj Gupta wrote: > From: Nitesh Shetty > Drop the period at the end of the patch title. > Before enabling copy for dm target, check if underlying devices and > dm target support copy. Avoid split happening inside dm target. > Fail early if the request needs split, currently s