Merge branch 'indirect-qdisc-order'
authorDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2021 12:19:30 +0000 (13:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2021 12:19:30 +0000 (13:19 +0100)
Eli Cohen says:

====================
Indirect dev ingress qdisc creation order

The first patch is just a cleanup of the code.
The second patch is fixing the dependency in ingress qdisc creation
relative to offloading driver registration to filter configurations.

v1 -> v2:
Fix warning - variable set but not used
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge