From: David S. Miller Date: Sun, 23 Apr 2023 17:47:09 +0000 (+0100) Subject: Merge branch 'net-sched-parsing-prints' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3951adc42ac878fff84f10e194ed13c32fa9c971;p=linux.git Merge branch 'net-sched-parsing-prints' Pedro Tammela says: ==================== net/sched: cleanup parsing prints in htb and qfq 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. v4->v5: Rebased v3->v4: Drop 'BITification' as suggested by Eric v2->v3: Address suggestions by Jakub and Simon v1->v2: Address suggestions by Jakub ==================== Signed-off-by: David S. Miller --- 3951adc42ac878fff84f10e194ed13c32fa9c971