]> git.baikalelectronics.ru Git - kernel.git/commit
net: Move functions for configuring traffic classes out of inline headers
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 28 Oct 2016 15:43:20 +0000 (11:43 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Oct 2016 19:00:47 +0000 (15:00 -0400)
commit5249e6c60ffc594a039370beaa0ae50431be5e85
tree95234f2b1432742b72108a587692635ba5a47be2
parent709be8ed38eb30885ce968b9949607dc31609f07
net: Move functions for configuring traffic classes out of inline headers

The functions for configuring the traffic class to queue mappings have
other effects that need to be addressed.  Instead of trying to export a
bunch of new functions just relocate the functions so that we can
instrument them directly with the functionality they will need.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c