On Sat, Feb 20, 2021 at 06:29 AM CET, Cong Wang wrote: > From: Cong Wang <cong.wang@xxxxxxxxxxxxx> > > It is now nearly identical to bpf_prog_run_pin_on_cpu() and > it has an unused parameter 'psock', so we can just get rid > of it and call bpf_prog_run_pin_on_cpu() directly. > > Cc: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx> > Cc: Daniel Borkmann <daniel@xxxxxxxxxxxxx> > Cc: Lorenz Bauer <lmb@xxxxxxxxxxxxxx> > Cc: John Fastabend <john.fastabend@xxxxxxxxx> > Signed-off-by: Cong Wang <cong.wang@xxxxxxxxxxxxx> > --- Acked-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>