Re: [RFC PATCH v2 0/2] add simple copy support

2020-12-06 Thread javier.g...@samsung.com
On 04.12.2020 23:40, Keith Busch wrote: On Fri, Dec 04, 2020 at 11:25:12AM +, Damien Le Moal wrote: On 2020/12/04 20:02, SelvaKumar S wrote: > This patchset tries to add support for TP4065a ("Simple Copy Command"), > v2020.05.04 ("Ratified") > > The Specification can be found in following li

Re: [RFC PATCH v2 0/2] add simple copy support

2020-12-07 Thread javier.g...@samsung.com
On 07.12.2020 08:06, Damien Le Moal wrote: On 2020/12/07 16:46, javier.g...@samsung.com wrote: On 04.12.2020 23:40, Keith Busch wrote: On Fri, Dec 04, 2020 at 11:25:12AM +, Damien Le Moal wrote: On 2020/12/04 20:02, SelvaKumar S wrote: This patchset tries to add support for TP4065a

Re: [PATCH v2 0/2] zone-append support in io-uring and aio

2020-06-25 Thread javier.g...@samsung.com
On 26.06.2020 03:11, Damien Le Moal wrote: On 2020/06/26 2:18, Kanchan Joshi wrote: [Revised as per feedback from Damien, Pavel, Jens, Christoph, Matias, Wilcox] This patchset enables zone-append using io-uring/linux-aio, on block IO path. Purpose is to provide zone-append consumption ability t

Re: [PATCH v2 0/2] zone-append support in io-uring and aio

2020-06-26 Thread javier.g...@samsung.com
On 26.06.2020 06:56, Damien Le Moal wrote: On 2020/06/26 15:37, javier.g...@samsung.com wrote: On 26.06.2020 03:11, Damien Le Moal wrote: On 2020/06/26 2:18, Kanchan Joshi wrote: [Revised as per feedback from Damien, Pavel, Jens, Christoph, Matias, Wilcox] This patchset enables zone-append

Re: [PATCH 3/3] io_uring: add support for zone-append

2020-06-19 Thread javier.g...@samsung.com
Jens, Would you have time to answer a question below in this thread? On 18.06.2020 11:11, javier.g...@samsung.com wrote: On 18.06.2020 08:47, Damien Le Moal wrote: On 2020/06/18 17:35, javier.g...@samsung.com wrote: On 18.06.2020 07:39, Damien Le Moal wrote: On 2020/06/18 2:27, Kanchan

Re: [PATCH 3/3] io_uring: add support for zone-append

2020-06-18 Thread javier.g...@samsung.com
On 18.06.2020 07:39, Damien Le Moal wrote: On 2020/06/18 2:27, Kanchan Joshi wrote: From: Selvakumar S Introduce three new opcodes for zone-append - IORING_OP_ZONE_APPEND : non-vectord, similiar to IORING_OP_WRITE IORING_OP_ZONE_APPENDV: vectored, similar to IORING_OP_WRITEV

Re: [PATCH 3/3] io_uring: add support for zone-append

2020-06-18 Thread javier.g...@samsung.com
On 18.06.2020 08:47, Damien Le Moal wrote: On 2020/06/18 17:35, javier.g...@samsung.com wrote: On 18.06.2020 07:39, Damien Le Moal wrote: On 2020/06/18 2:27, Kanchan Joshi wrote: From: Selvakumar S Introduce three new opcodes for zone-append - IORING_OP_ZONE_APPEND : non-vectord

Re: [PATCH 3/3] io_uring: add support for zone-append

2020-06-21 Thread javier.g...@samsung.com
On 19.06.2020 09:02, Jens Axboe wrote: On 6/19/20 8:59 AM, Pavel Begunkov wrote: On 19/06/2020 17:15, Jens Axboe wrote: On 6/19/20 3:41 AM, javier.g...@samsung.com wrote: Jens, Would you have time to answer a question below in this thread? On 18.06.2020 11:11, javier.g...@samsung.com wrote

Re: [PATCH 3/3] io_uring: add support for zone-append

2020-06-21 Thread javier.g...@samsung.com
On 19.06.2020 09:44, Jens Axboe wrote: On 6/19/20 9:40 AM, Matias Bjørling wrote: On 19/06/2020 17.20, Jens Axboe wrote: On 6/19/20 9:14 AM, Matias Bjørling wrote: On 19/06/2020 16.18, Jens Axboe wrote: On 6/19/20 5:15 AM, Matias Bjørling wrote: On 19/06/2020 11.41, javier.g...@samsung.com