From: Kevin Darbyshire-Bryant Date: Fri, 23 Dec 2016 16:46:45 +0000 (+0000) Subject: kmod-sched-cake: fix parameter passing kernel/user space X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d9b1a55239dea616515426a705c00961dd7d0dd1;hp=d9b1a55239dea616515426a705c00961dd7d0dd1;p=librecmc%2Flibrecmc.git kmod-sched-cake: fix parameter passing kernel/user space The last two parameters passed between user space tc and kernel space sched-cake were transposed due to a merge mistake in a parameter header file. As such, using a packet overhead figure was likely to set cake to wash packet DSCP values. Similarly, the DSCP wash flag was used as an offset to the displayed packet overhead value. Signed-off-by: Kevin Darbyshire-Bryant ---