commit | 9cf1f6a8c4cbb7836b838b51b3b02ddf32c6c6a0 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Oct 28 11:43:20 2016 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 31 15:00:47 2016 -0400 |
tree | 95234f2b1432742b72108a587692635ba5a47be2 | |
parent | 20861f26e33d76a4f3587bcc866fa1dab3e01094 [diff] |
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>