Re: [PATCH 09/15] lightnvm: implement get log report chunk helpers

2018-03-01 Thread Javier Gonzalez
> On 1 Mar 2018, at 12.51, Matias Bjørling wrote: > > On 03/01/2018 12:02 PM, Javier Gonzalez wrote: >>> On 1 Mar 2018, at 11.40, Matias Bjørling wrote: >>> >>> On 02/28/2018 04:49 PM, Javier González wrote: The 2.0 spec provides a report chunk log

Re: [PATCH 09/15] lightnvm: implement get log report chunk helpers

2018-03-01 Thread Javier Gonzalez
> On 1 Mar 2018, at 12.51, Matias Bjørling wrote: > > On 03/01/2018 12:02 PM, Javier Gonzalez wrote: >>> On 1 Mar 2018, at 11.40, Matias Bjørling wrote: >>> >>> On 02/28/2018 04:49 PM, Javier González wrote: The 2.0 spec provides a report chunk log page that can be retrieved using

Re: [PATCH 09/15] lightnvm: implement get log report chunk helpers

2018-03-01 Thread Matias Bjørling
On 03/01/2018 12:02 PM, Javier Gonzalez wrote: On 1 Mar 2018, at 11.40, Matias Bjørling wrote: On 02/28/2018 04:49 PM, Javier González wrote: The 2.0 spec provides a report chunk log page that can be retrieved using the stangard nvme get log page. This replaces the dedicated

Re: [PATCH 09/15] lightnvm: implement get log report chunk helpers

2018-03-01 Thread Matias Bjørling
On 03/01/2018 12:02 PM, Javier Gonzalez wrote: On 1 Mar 2018, at 11.40, Matias Bjørling wrote: On 02/28/2018 04:49 PM, Javier González wrote: The 2.0 spec provides a report chunk log page that can be retrieved using the stangard nvme get log page. This replaces the dedicated get/put bad block

Re: [PATCH 09/15] lightnvm: implement get log report chunk helpers

2018-03-01 Thread Javier Gonzalez
> On 1 Mar 2018, at 11.40, Matias Bjørling wrote: > > On 02/28/2018 04:49 PM, Javier González wrote: >> The 2.0 spec provides a report chunk log page that can be retrieved >> using the stangard nvme get log page. This replaces the dedicated >> get/put bad block table in 1.2. >>

Re: [PATCH 09/15] lightnvm: implement get log report chunk helpers

2018-03-01 Thread Javier Gonzalez
> On 1 Mar 2018, at 11.40, Matias Bjørling wrote: > > On 02/28/2018 04:49 PM, Javier González wrote: >> The 2.0 spec provides a report chunk log page that can be retrieved >> using the stangard nvme get log page. This replaces the dedicated >> get/put bad block table in 1.2. >> This patch

Re: [PATCH 09/15] lightnvm: implement get log report chunk helpers

2018-03-01 Thread Matias Bjørling
On 02/28/2018 04:49 PM, Javier González wrote: The 2.0 spec provides a report chunk log page that can be retrieved using the stangard nvme get log page. This replaces the dedicated get/put bad block table in 1.2. This patch implements the helper functions to allow targets retrieve the chunk

Re: [PATCH 09/15] lightnvm: implement get log report chunk helpers

2018-03-01 Thread Matias Bjørling
On 02/28/2018 04:49 PM, Javier González wrote: The 2.0 spec provides a report chunk log page that can be retrieved using the stangard nvme get log page. This replaces the dedicated get/put bad block table in 1.2. This patch implements the helper functions to allow targets retrieve the chunk

[PATCH 09/15] lightnvm: implement get log report chunk helpers

2018-02-28 Thread Javier González
The 2.0 spec provides a report chunk log page that can be retrieved using the stangard nvme get log page. This replaces the dedicated get/put bad block table in 1.2. This patch implements the helper functions to allow targets retrieve the chunk metadata using get log page. It makes

[PATCH 09/15] lightnvm: implement get log report chunk helpers

2018-02-28 Thread Javier González
The 2.0 spec provides a report chunk log page that can be retrieved using the stangard nvme get log page. This replaces the dedicated get/put bad block table in 1.2. This patch implements the helper functions to allow targets retrieve the chunk metadata using get log page. It makes