From: David S. Miller Date: Mon, 31 Oct 2016 19:00:48 +0000 (-0400) Subject: Merge branch 'xps-DCB' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=04f762e8f2e5e0605331871e382a68c6550f4d4f;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'xps-DCB' Alexander Duyck says: ==================== Add support for XPS when using DCB This patch series enables proper isolation between traffic classes when using XPS while DCB is enabled. Previously enabling XPS would cause the traffic to be potentially pulled from one traffic class into another on egress. This change essentially multiplies the XPS map by the number of traffic classes and allows us to do a lookup per traffic class for a given CPU. To guarantee the isolation I invalidate the XPS map for any queues that are moved from one traffic class to another, or if we change the number of traffic classes. v2: Added sysfs to display traffic class Replaced do/while with for loop Cleaned up several other for for loops throughout the patch ==================== Signed-off-by: David S. Miller --- 04f762e8f2e5e0605331871e382a68c6550f4d4f