Re: [PATCH bpf-next 9/9] samples: bpf: remove bpf_load loader completely
"Daniel T. Lee" <[email protected]>
| Newsgroups | org.kernel.vger.xdp-newbies,org.kernel.vger.bpf,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CAEKGpzjytK7yot=Z0FCkZWydLBJis-i60vRHqZTEF1UWYnGBOw@mail.gmail.com> |
On Wed, Nov 18, 2020 at 11:49 AM Andrii Nakryiko <[email protected]> wrote: > > On Tue, Nov 17, 2020 at 6:58 AM Daniel T. Lee <[email protected]> wrote: > > > > Numerous refactoring that rewrites BPF programs written with bpf_load > > to use the libbpf loader was finally completed, resulting in BPF > > programs using bpf_load within the kernel being completely no longer > > present. > > > > This commit removes bpf_load, an outdated bpf loader that is difficult > > to keep up with the latest kernel BPF and causes confusion. > > > > Signed-off-by: Daniel T. Lee <[email protected]> > > --- > > RIP, bpf_load(). > > Probably makes more sense to combine this patch with the previous patch. > > Acked-by: Andrii Nakryiko <[email protected]> Will merge and send the next version of patch! Thanks for your time and effort for the review. -- Best, Daniel T. Lee