OSDN Git Service

Merge branch 'small-tc-taprio-improvements'
authorJakub Kicinski <kuba@kernel.org>
Tue, 20 Sep 2022 20:54:39 +0000 (13:54 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 20 Sep 2022 20:54:39 +0000 (13:54 -0700)
Vladimir Oltean says:

====================
Small tc-taprio improvements

This series contains:
- the proper protected variant of rcu_dereference() of admin and oper
  schedules for accesses from the slow path
- a removal of an extra function pointer indirection for
  qdisc->dequeue() and qdisc->peek()
- a removal of WARN_ON_ONCE() checks that can never trigger
- the addition of netlink extack messages to some qdisc->init() failures

These were split from an earlier patch set, hence the v2.
====================

Link: https://lore.kernel.org/r/20220915105046.2404072-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge