[dts] [PATCH V2 5/5] increased huge page memory size on FreeBSD

Liu, Yong yong.liu at intel.com
Thu Sep 22 03:16:32 CEST 2016


Thanks, applied with more information added in.

On 09/21/2016 06:18 PM, xu,gang wrote:
> increased huge page memory size on FreeBSD
> some test suite need big huge page memory
>
> Signed-off-by: xu,gang <gangx.xu at intel.com>
> ---
>   framework/dut.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/framework/dut.py b/framework/dut.py
> index 86923d1..6fb046b 100644
> --- a/framework/dut.py
> +++ b/framework/dut.py
> @@ -320,7 +320,7 @@ class Dut(Crb):
>           Setup Freebsd hugepages.
>           """
>           if hugepages is -1:
> -            hugepages = 2048
> +            hugepages = 4096
>   
>           num_buffers = hugepages / 1024
>           if num_buffers:



More information about the dts mailing list