Re: [RFC PATCH bpf-next] bpf: POC on local_storage charge and uncharge map_ops

2020-07-27 Thread Martin KaFai Lau
On Mon, Jul 27, 2020 at 10:26:53PM +0200, KP Singh wrote: > Thanks for this, I was able to update the series with this patch and it works. > One minor comment though. > > I was wondering how should I send it as a part of the series. I will keep the > original commit description + mention this

Re: [RFC PATCH bpf-next] bpf: POC on local_storage charge and uncharge map_ops

2020-07-27 Thread KP Singh
Thanks for this, I was able to update the series with this patch and it works. One minor comment though. I was wondering how should I send it as a part of the series. I will keep the original commit description + mention this thread and add your Co-Developed-by: tag and then you can add your

[RFC PATCH bpf-next] bpf: POC on local_storage charge and uncharge map_ops

2020-07-24 Thread Martin KaFai Lau
It is a direct replacement of the patch 3 in discussion [1] and to test out the idea on adding map_local_storage_charge, map_local_storage_uncharge, and map_owner_storage_ptr. It is only compiler tested to demo the idea. [1]: