zephyr/subsys/net
Jukka Rissanen d32503f57e net: nbuf: Split one global DATA pool to RX and TX DATA pools
If we receive lot of packets, it might happen that we exhaust
all the DATA buffers in the system. This would prevent from
us sending anything to the network.
Change this by splitting the DATA buffer pool into RX and TX
parts. This way RX flooding cannot consume all DATA buffers
that needs to be sent.

Change-Id: I8e8934c6d5fdd47b579ffa6268721b5eb3d64b6d
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-03-09 20:33:43 +02:00
..
ip net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00
lib lib/zoap: Fix warning about signedness conversion 2017-03-09 20:33:40 +02:00
buf.c net: buf: Add more accounting info to net_buf pool 2017-03-09 20:33:42 +02:00
Kconfig net: buf: Add more accounting info to net_buf pool 2017-03-09 20:33:42 +02:00
Makefile net: Restructure network protocols 2017-01-02 10:03:19 +01:00
TODO net: todo: Add CAN support entry 2017-02-08 10:12:35 +02:00