Skip to content
Snippets Groups Projects
Commit 2e717a55 authored by Dongwon Kim's avatar Dongwon Kim Committed by Gerd Hoffmann
Browse files

udmabuf: configurable list_limit and size_limit_mb


Default list_limit and size_limit_mb are not big enough to cover all
possible use cases. For example, list_limit could be well over its default,
1024 if only one or several pages are chained in all individual list entries
when creating dmabuf backed by >4MB buffer. list_limit and size_limit_mb are
now defined as module parameters so that those can be optionally configured
by root with proper values to remove these constraints.

Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: default avatarDongwon Kim <dongwon.kim@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20210611212107.9876-1-dongwon.kim@intel.com


Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 89bcadc8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment