zephyr/subsys/net
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
..
ip net: buf: Remove redundant user_data_size from buffers 2016-12-15 09:58:17 +02:00
buf.c net: buf: Switch from k_fifo to k_lifo for free buffers 2016-12-15 12:06:22 +02:00
Kconfig net: Switch net dependency to CONFIG_RANDOM_GENERATOR 2016-12-13 22:50:19 +00:00
Makefile net: Moved net/ to subsys/net 2016-12-02 12:41:20 +02:00
TODO net: Moved net/ to subsys/net 2016-12-02 12:41:20 +02:00