Merge branch 'net-sched-parsing-prints'
authorDavid S. Miller <davem@davemloft.net>
Sun, 23 Apr 2023 17:47:09 +0000 (18:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 23 Apr 2023 17:47:09 +0000 (18:47 +0100)
commit3951adc42ac878fff84f10e194ed13c32fa9c971
tree865e60224ceb05ab34a0a9651235944c3c8cef16
parentfadfc57cc8047080a123b16f288b7138524fb1e2
parent7eb060a51a3ba44acefafefd242dcbf12dd91fb9
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 <davem@davemloft.net>