original_kernel/net/core
Stephen Hemminger ef87979c27 pktgen: better scheduler friendliness
Previous update did not resched in inner loop causing watchdogs.
Rewrite inner loop to:
  * account for delays better with less clock calls
  * more accurate timing of delay:
    - only delay if packet was successfully sent
    - if delay is 100ns and it takes 10ns to build packet then
      account for that
  * use wait_event_interruptible_timeout rather than open coding it.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-24 15:38:50 -07:00
..
Makefile
datagram.c
dev.c bonding: remap muticast addresses without using dev_close() and dev_open() 2009-09-15 02:37:40 -07:00
dev_mcast.c
drop_monitor.c
dst.c
ethtool.c
fib_rules.c
filter.c
flow.c
gen_estimator.c
gen_stats.c
iovec.c
kmap_skb.h
link_watch.c
neighbour.c
net-sysfs.c driver model: constify attribute groups 2009-09-15 09:50:47 -07:00
net-sysfs.h
net-traces.c
net_namespace.c
netevent.c
netpoll.c
pktgen.c pktgen: better scheduler friendliness 2009-09-24 15:38:50 -07:00
request_sock.c
rtnetlink.c
scm.c
skb_dma_map.c
skbuff.c
sock.c mm: replace various uses of num_physpages by totalram_pages 2009-09-22 07:17:38 -07:00
stream.c
sysctl_net_core.c
user_dma.c
utils.c