aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
diff options
context:
space:
mode:
authorFlorian Westphal <[email protected]>2017-04-20 09:54:22 +0200
committerPablo Neira Ayuso <[email protected]>2017-04-26 09:30:22 +0200
commit54044b1f0204da158a6a395bd02b63bb02ffff98 (patch)
tree253f70f735091ea2e9490f1c93e58d6e05fc0ed3 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
parent495dcb56d09ddb63afe30e799af41876c3f061cc (diff)
netfilter: conntrack: remove prealloc support
It was used by the nat extension, but since commit 7c9664351980 ("netfilter: move nat hlist_head to nf_conn") its only needed for connections that use MASQUERADE target or a nat helper. Also it seems a lot easier to preallocate a fixed size instead. With default settings, conntrack first adds ecache extension (sysctl defaults to 1), so we get 40(ct extension header) + 24 (ecache) == 64 byte on x86_64 for initial allocation. Followup patches can constify the extension structs and avoid the initial zeroing of the entire extension area. Signed-off-by: Florian Westphal <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions