]> 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)
commit8f692361b57301688ebde411a891caa4b396b76f
tree95234f2b1432742b72108a587692635ba5a47be2
parent076b567547bb1a0c9aab9d894c618b93b38191e4
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