release 6.16.3 (preliminary)
This commit is contained in:
11
debian/patches/misc-openwrt/0301-fq-adjust-memory-size.patch
vendored
Normal file
11
debian/patches/misc-openwrt/0301-fq-adjust-memory-size.patch
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/include/net/fq_impl.h
|
||||
+++ b/include/net/fq_impl.h
|
||||
@@ -356,7 +356,7 @@ static int fq_init(struct fq *fq, int fl
|
||||
fq->flows_cnt = max_t(u32, flows_cnt, 1);
|
||||
fq->quantum = 300;
|
||||
fq->limit = 8192;
|
||||
- fq->memory_limit = 16 << 20; /* 16 MBytes */
|
||||
+ fq->memory_limit = 32 << 20; /* 32 MBytes */
|
||||
|
||||
fq->flows = kvcalloc(fq->flows_cnt, sizeof(fq->flows[0]), GFP_KERNEL);
|
||||
if (!fq->flows)
|
Reference in New Issue
Block a user