commit | e95db3a366db84a80663c7ba70d47b4486432032 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Wed Oct 21 08:40:21 2020 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Dec 07 21:50:14 2020 -0500 |
tree | 5e3294474cb6d9f5d7a1ae84ff36fc830a1b3aa0 | |
parent | 0a4a282cdc4e7c40d5ae2d5c6afedc53dde6f525 [diff] |
tests/net/socket/udp: Increase kernel heap size On userspace platforms, this test needs a little bit of kernel heap. The old mem_pool number was specified without metadata overhead (i.e. it reflected 128 bytes of actual data available and the metadata was stored silently somewhere else), where the new heap specifies the size of the contiguous buffer in memory that stores both data and chunk headers, etc... Increase to 256 bytes. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>