commit | 175dd9600e638b55d6bef28579cf59a7955dde00 | [log] [tgz] |
---|---|---|
author | Loic Poulain <loic.poulain@linaro.org> | Tue Jan 16 08:53:46 2018 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Mar 16 14:45:24 2018 -0700 |
tree | 885a42cd2c49324efc03b11d342b3021283e51e2 | |
parent | c97d9c6c277f680779a4de918a1d3f991039604a [diff] |
net: samples: Reduce net pkt RAM usage There are 174 RX/TX net pkt reserved, this make build fail with some boards due to ram overflow (e.g quark_se_c1000). Fix this by reducing NET_PKT RX/TX reserve to 100, which seems fair enough for this use case. Moreover, don't think there is any reason to have more NET_PKT than NET_BUF. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>