1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-16 07:22:05 +03:00
openwrt-xburst/target/linux/ramips/files/drivers/net/ethernet/ramips
juhosg 4a1bbe457a ramips: Add byte queue limits support to net/ethernet/ramips_main.c
Add byte queue limits support to net/ethernet/ramips_main.c

"Byte queue limits are a mechanism to limit the size of the transmit
hardware queue on a NIC by number of bytes. The goal of these byte
limits is too reduce latency (HOL blocking) caused by excessive
queuing in hardware (aka buffer bloat) without sacrificing
throughput."

Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-23 21:05:23 +00:00
..
Kconfig ramips: raeth: add debugfs support 2012-02-22 13:06:42 +00:00
Makefile ramips: raeth: add debugfs support 2012-02-22 13:06:42 +00:00
ramips_debugfs.c ramips: raeth: show interrupt statistics in debugfs 2012-02-22 13:06:44 +00:00
ramips_esw.c ramips: move the ethernet driver into a separate directory 2012-02-21 09:26:43 +00:00
ramips_eth.h ramips: raeth: add rx_info structure 2012-02-26 10:54:12 +00:00
ramips_main.c ramips: Add byte queue limits support to net/ethernet/ramips_main.c 2012-05-23 21:05:23 +00:00