kernel: backport a patch that allows drivers to tweak the TSQ logic
authorFelix Fietkau <nbd@nbd.name>
Thu, 16 Nov 2017 08:51:05 +0000 (09:51 +0100)
committerFelix Fietkau <nbd@nbd.name>
Thu, 16 Nov 2017 14:23:51 +0000 (15:23 +0100)
commit00a8f349f7b45e60674ec3f34166c470cfe68a24
tree6e7ba3cad5eb11c5c69a2441193a30183074825c
parentf9fa266faf9a2fdea48cc2fb72fa5a7e52a527c0
kernel: backport a patch that allows drivers to tweak the TSQ logic

Currently local TCP performance on wifi devices can be limited because
the TSQ (TCP Small Queues) code is tuned for wired ethernet latencies.

With this patch drivers can increase the amount of local buffering to
allow TCP to trigger larger aggregation sizes

This commit is modified from the upstream version to allow #ifdef based
backport feature detection

Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/generic/backport-4.9/025-tcp-allow-drivers-to-tweak-TSQ-logic.patch [new file with mode: 0644]