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: http://git.openwrt.org/?a=commitdiff_plain;h=3a9926e40fe2881487159d48f1b178316c008ee3;hp=3a9926e40fe2881487159d48f1b178316c008ee3;p=openwrt%2Fstaging%2Fdedeckeh.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 ---