]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-sched-get-rid-of-cls_flower-egress_dev'
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Oct 2017 03:15:43 +0000 (20:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Oct 2017 03:15:43 +0000 (20:15 -0700)
commit7f1980cb2396713af559d0e33de4ea43522b0d0d
treee19b142c76c8b89498b1040e76f24f75bffa288d
parent7221ecea8c18af7417755869c34b1e7706af61a8
parentc48480c119c44e15b825714c3963c0f4a4cfc57f
Merge branch 'net-sched-get-rid-of-cls_flower-egress_dev'

Jiri Pirko says:

====================
net: sched: get rid of cls_flower->egress_dev

Introduction of cls_flower->egress_dev was a workaround. Turned out
to be a bit ugly hack. So replace it with more generic and reusable
infrastructure.

This is a dependency of shared block introduction that will be send as
a follow-up patchsets group.
====================

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