Wed, Nov 01, 2017 at 01:44:09AM CET, jakub.kicin...@netronome.com wrote:
>On Thu, 19 Oct 2017 15:50:36 +0200, Jiri Pirko wrote:
>> @@ -159,17 +162,38 @@ static int cls_bpf_offload_cmd(struct tcf_proto *tp,
>> struct cls_bpf_prog *prog,
>> cls_bpf.exts_integrated = prog->exts_integrated;
>>
On Thu, 19 Oct 2017 15:50:36 +0200, Jiri Pirko wrote:
> @@ -159,17 +162,38 @@ static int cls_bpf_offload_cmd(struct tcf_proto *tp,
> struct cls_bpf_prog *prog,
> cls_bpf.exts_integrated = prog->exts_integrated;
> cls_bpf.gen_flags = prog->gen_flags;
>
> - err = dev->netdev_ops->n
From: Jiri Pirko
Use the newly introduced callbacks infrastructure and call block
callbacks alongside with the existing per-netdev ndo_setup_tc.
Signed-off-by: Jiri Pirko
---
net/sched/cls_bpf.c | 40
1 file changed, 32 insertions(+), 8 deletions(-)
di