Re: [PATCH bpf-next v2 1/6] include/bpf.h: Remove map_insert_ctx() stubs

2019-07-06 Thread Y Song
On Sat, Jul 6, 2019 at 1:47 AM Toke Høiland-Jørgensen wrote: > > From: Toke Høiland-Jørgensen > > When we changed the device and CPU maps to use linked lists instead of > bitmaps, we also removed the need for the map_insert_ctx() helpers to keep > track of the bitmaps inside each map. However, it

[PATCH bpf-next v2 1/6] include/bpf.h: Remove map_insert_ctx() stubs

2019-07-06 Thread Toke Høiland-Jørgensen
From: Toke Høiland-Jørgensen When we changed the device and CPU maps to use linked lists instead of bitmaps, we also removed the need for the map_insert_ctx() helpers to keep track of the bitmaps inside each map. However, it seems I forgot to remove the function definitions stubs, so remove those