commit | 56c136363170824750ed7866c59f0304709474ea | [log] [tgz] |
---|---|---|
author | Casey Chen <kexinc@codeaurora.org> | Mon Sep 10 17:05:03 2018 -0700 |
committer | Casey Chen <kexinc@codeaurora.org> | Tue Sep 18 15:17:19 2018 -0700 |
tree | d7b1f098fcd4f672710f89a1c303b83baf91ad34 | |
parent | 890eb49b504a1a6782f136ef96a242ec498fea6a [diff] |
[qca-nss-drv] Impose maximum size on reusing SKBs Max reuse size is initialized as PAGE_SIZE. When mtu or jumbo mru updates, it will compare with them and be set as twice of the bigger value with PAGE_SIZE aligned. The reuse settings could be read and written by sysctl. Change-Id: Ib0af8e1fc4af746731077601f32170e97193266d Signed-off-by: Casey Chen <kexinc@codeaurora.org>