]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/core/dev.c
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)
commit9cf1f6a8c4cbb7836b838b51b3b02ddf32c6c6a0
tree95234f2b1432742b72108a587692635ba5a47be2
parent20861f26e33d76a4f3587bcc866fa1dab3e01094
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