mbox series

[net-next,0/2] net/sched: cleanup parsing prints in htb and qfq

Message ID 20230414185309.220286-1-pctammela@mojatatu.com (mailing list archive)
Headers show
Series net/sched: cleanup parsing prints in htb and qfq | expand

Message

Pedro Tammela April 14, 2023, 6:53 p.m. UTC
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.

Pedro Tammela (2):
  net/sched: sch_htb: use extack on errors messages
  net/sched: sch_qfq: use extack on errors messages

 net/sched/sch_htb.c | 19 +++++++++++--------
 net/sched/sch_qfq.c | 15 +++++++++------
 2 files changed, 20 insertions(+), 14 deletions(-)