Message ID | 20230421175344.299496-1-pctammela@mojatatu.com (mailing list archive) |
---|---|
Headers | show |
Series | net/sched: cleanup parsing prints in htb and qfq | expand |
On Fri, 21 Apr 2023 14:53:40 -0300 Pedro Tammela wrote: > These two qdiscs are still using prints on dmesg to report parsing > errors. Since the parsing code has access to extack, convert these error > messages to extack. > > QFQ also had the opportunity to remove some redundant code in the > parameters parsing by transforming some attributes into parsing > policies. I haven't investigated in detail but doesn't seem to apply: Applying: net/sched: sch_htb: use extack on errors messages Applying: net/sched: sch_qfq: use extack on errors messages Applying: net/sched: sch_qfq: refactor parsing of netlink parameters error: patch failed: net/sched/sch_qfq.c:408 error: net/sched/sch_qfq.c: patch does not apply Patch failed at 0003 net/sched: sch_qfq: refactor parsing of netlink parameters hint: Use 'git am --show-current-patch=diff' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". fatal: It looks like 'git am' is in progress. Cannot rebase.