|
@@ -234,7 +234,6 @@ static void fl_hw_destroy_filter(struct tcf_proto *tp, struct cls_fl_filter *f)
|
|
|
|
|
|
tc_cls_common_offload_init(&offload.common, tp);
|
|
|
offload.command = TC_CLSFLOWER_DESTROY;
|
|
|
- offload.prio = tp->prio;
|
|
|
offload.cookie = (unsigned long)f;
|
|
|
|
|
|
tc->cls_flower = &offload;
|
|
@@ -266,7 +265,6 @@ static int fl_hw_replace_filter(struct tcf_proto *tp,
|
|
|
|
|
|
tc_cls_common_offload_init(&offload.common, tp);
|
|
|
offload.command = TC_CLSFLOWER_REPLACE;
|
|
|
- offload.prio = tp->prio;
|
|
|
offload.cookie = (unsigned long)f;
|
|
|
offload.dissector = dissector;
|
|
|
offload.mask = mask;
|
|
@@ -295,7 +293,6 @@ static void fl_hw_update_stats(struct tcf_proto *tp, struct cls_fl_filter *f)
|
|
|
|
|
|
tc_cls_common_offload_init(&offload.common, tp);
|
|
|
offload.command = TC_CLSFLOWER_STATS;
|
|
|
- offload.prio = tp->prio;
|
|
|
offload.cookie = (unsigned long)f;
|
|
|
offload.exts = &f->exts;
|
|
|
|