Re: [PATCH 2/2] lightnvm: use relative logical address in rrpc_l2p_update

2016-03-31 Thread Wenwei Tao
Okay, I'll send a patch to cover that change. 2016-03-31 17:11 GMT+08:00 Matias Bjørling : > On 03/30/2016 04:28 PM, Wenwei Tao wrote: >> >> Since every target now has their own logical address area, >> we should deal trans_map and rev_trans_map with relative >> logical address

Re: [PATCH 2/2] lightnvm: use relative logical address in rrpc_l2p_update

2016-03-31 Thread Wenwei Tao
Okay, I'll send a patch to cover that change. 2016-03-31 17:11 GMT+08:00 Matias Bjørling : > On 03/30/2016 04:28 PM, Wenwei Tao wrote: >> >> Since every target now has their own logical address area, >> we should deal trans_map and rev_trans_map with relative >> logical address instead of the

Re: [PATCH 2/2] lightnvm: use relative logical address in rrpc_l2p_update

2016-03-31 Thread Matias Bjørling
On 03/30/2016 04:28 PM, Wenwei Tao wrote: Since every target now has their own logical address area, we should deal trans_map and rev_trans_map with relative logical address instead of the global one. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 12

Re: [PATCH 2/2] lightnvm: use relative logical address in rrpc_l2p_update

2016-03-31 Thread Matias Bjørling
On 03/30/2016 04:28 PM, Wenwei Tao wrote: Since every target now has their own logical address area, we should deal trans_map and rev_trans_map with relative logical address instead of the global one. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 12 1 file changed, 8

[PATCH 2/2] lightnvm: use relative logical address in rrpc_l2p_update

2016-03-30 Thread Wenwei Tao
Since every target now has their own logical address area, we should deal trans_map and rev_trans_map with relative logical address instead of the global one. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 12 1 file changed, 8 insertions(+), 4

[PATCH 2/2] lightnvm: use relative logical address in rrpc_l2p_update

2016-03-30 Thread Wenwei Tao
Since every target now has their own logical address area, we should deal trans_map and rev_trans_map with relative logical address instead of the global one. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git