]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0c57269322b5c32735c2b5913e86386f8615993a
tree1712da21bd894a75e252c7014b3645fe36ecc5da
parent2a0ad188abeb88940008a8942c8a3ad20cb7e305
parent8edb4f14813b9f6d77b110a78967a938e49d6e75
Merge branch 'indirect-qdisc-order'

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>