zephyr/doc/subsystems/networking
Johan Hedberg 692771fbe9 net: buf: Switch from k_fifo to k_lifo for free buffers
Using a LIFO instead of a FIFO has the potential benefit that more
recently in-use buffers may be "cache-hot" and therefore accessed
faster than least recently used (which is what we get with a FIFO).

Change-Id: I59bb083ca2e00d0d404406540f7db216742a27cf
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-12-15 12:06:22 +02:00
..
buffers.rst net: buf: Switch from k_fifo to k_lifo for free buffers 2016-12-15 12:06:22 +02:00
connectivity-example-app.c net: Fix incorrect logging format specifiers 2016-12-07 13:15:58 +00:00
ip-stack-architecture.dia
ip-stack-architecture.png
ip-stack-architecture.rst
ip-stack-architecture.svg
ip-stack-data-flow.dia
ip-stack-data-flow.png
ip-stack-data-flow.svg
network-management-api.rst
networking-api-usage.rst
networking.rst doc: net: Fix the path and description of the IP stack 2016-12-02 12:41:20 +02:00