CHANGELOG: all hugepages are now reserved dynamically
Change-Id: I8d6c3b4c7b1ff1e82782db05d5c14cddc06d1a6a Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/442726 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
2c8c80f336
commit
1d30b77ef7
@ -8,6 +8,10 @@ For `spdk_app_parse_args`, add return value to the callback which parses applica
|
||||
specific command line parameters to protect SPDK applications from crashing by invalid
|
||||
values from user input.
|
||||
|
||||
By default, all SPDK applications will now reserve all hugepages at runtime. The pre-reserved
|
||||
memory size can be still set with `-s` or `--mem-size` option, although the default value
|
||||
was reduced down to 0.
|
||||
|
||||
### environment
|
||||
|
||||
spdk_vtophys() has been refactored to accept length of the translated region as a new
|
||||
|
Loading…
Reference in New Issue
Block a user