Stefan Lankes
|
6b2e1f16bc
|
Merge branch 'master' into smp
|
2011-09-20 22:34:50 +02:00 |
|
Stefan Lankes
|
06a2b17978
|
switch back to ticket lock
|
2011-09-20 13:23:39 -07:00 |
|
Stefan Lankes
|
1fabe449dd
|
minor performance improvements
=> reducing the number of interrupts
|
2011-09-20 13:05:49 -07:00 |
|
Stefan Lankes
|
1ada6d15af
|
minor optimizations, avoiding mailbox overflow
|
2011-09-20 21:05:15 +02:00 |
|
Stefan Lankes
|
d199ee059b
|
avoid mailbox overflow by sending a polling request to the tcpip thread
|
2011-09-20 16:38:37 +02:00 |
|
Stefan Lankes
|
e50b850cc0
|
remove typo
|
2011-09-20 16:37:38 +02:00 |
|
Stefan Lankes
|
268ef4b37d
|
use nicer output messages
|
2011-09-20 16:37:12 +02:00 |
|
Stefan Lankes
|
ef3ab5b836
|
first steps to realize load balancing
|
2011-09-20 14:37:28 +02:00 |
|
Stefan Lankes
|
ccd13db67e
|
avoid mailbox overflow by sending a polling request to the tcpip thread
|
2011-09-20 04:47:36 -07:00 |
|
Stefan Lankes
|
c2ec2800bc
|
determine the 1, 5 and 15 minute load
|
2011-09-20 08:56:58 +02:00 |
|
Stefan Lankes
|
a7e57811ac
|
enable LWIP_TCPIP_CORE_LOCKING to increase the performance
|
2011-09-19 11:37:37 -07:00 |
|
Stefan Lankes
|
08c6fe30ec
|
add additional debug messages
|
2011-09-19 11:36:37 -07:00 |
|
Stefan Lankes
|
c08125c3ad
|
avoid races by adding a new task
|
2011-09-19 19:42:27 +02:00 |
|
Stefan Lankes
|
810c6db0a8
|
add some debug messages... by the initialization of the file descriptors, we avoid a race
|
2011-09-19 06:37:55 -07:00 |
|
Stefan Lankes
|
663af37539
|
remove typo
|
2011-09-19 01:52:48 -07:00 |
|
Stefan Lankes
|
9ff170da22
|
remove typo
|
2011-09-19 01:19:56 -07:00 |
|
Stefan Lankes
|
70969c0585
|
Merge branch 'socket'
|
2011-09-19 10:12:31 +02:00 |
|
Stefan Lankes
|
57806d905d
|
switch back to the default tests
|
2011-09-19 10:10:30 +02:00 |
|
Stefan Lankes
|
a1f1d3e572
|
minor optimizations
|
2011-09-19 10:10:02 +02:00 |
|
Stefan Lankes
|
ada25a756a
|
restore the enviornment test
|
2011-09-19 10:09:00 +02:00 |
|
Stefan Lankes
|
65d4cbe76d
|
disable the debugging of the LwIP's architecture dependent part (sys_arch.c)
|
2011-09-19 09:47:53 +02:00 |
|
Stefan Lankes
|
5aa39ad085
|
fix bug in sys_arch_mbox_tryfetch
=> now, if the mailbox is empty, we return the correct error code SYS_MBOX_EMPTY
|
2011-09-19 09:44:27 +02:00 |
|
Marian Ohligs
|
df7d1cab87
|
- increase legibility (add kb_init & kb_finish)
|
2011-09-19 00:29:16 +02:00 |
|
Marian Ohligs
|
287fe5df13
|
- fix bug
|
2011-09-19 00:28:46 +02:00 |
|
Stefan Lankes
|
9bafdf63c5
|
use pbuf_free_callback to free pbufs in the context of an interrupt handler
=> forward this request to the tcpip thread
|
2011-09-18 22:42:12 +02:00 |
|
Stefan Lankes
|
c7054d9470
|
cosmetic changes
|
2011-09-18 22:28:53 +02:00 |
|
Stefan Lankes
|
ed1f9db86e
|
switch to the netconn-based echo example
|
2011-09-18 22:10:14 +02:00 |
|
Stefan Lankes
|
fba4b43c32
|
remove compiler warnings
|
2011-09-18 21:52:50 +02:00 |
|
Stefan Lankes
|
2dd6fb87d1
|
use netifapi to initialize the NICs
|
2011-09-18 21:31:19 +02:00 |
|
Stefan Lankes
|
0bd2888869
|
remove obsolete lines
|
2011-09-18 21:31:01 +02:00 |
|
Stefan Lankes
|
9579974bf8
|
remove obsolete files
|
2011-09-18 21:30:00 +02:00 |
|
Stefan Lankes
|
6070384089
|
increase MEMP_NUM_NETCONN => increase also the number of possible socket descriptors
|
2011-09-18 18:37:57 +02:00 |
|
Stefan Lankes
|
d51487cfd6
|
enable the support of lwip_close
|
2011-09-18 18:12:43 +02:00 |
|
Stefan Lankes
|
d3de4d86b8
|
remove obsolete ping example
|
2011-09-18 18:07:42 +02:00 |
|
Stefan Lankes
|
2f9f6916c5
|
cosmetic changes
|
2011-09-18 18:05:05 +02:00 |
|
Stefan Lankes
|
53e5db9ca9
|
clear sockaddr
|
2011-09-18 18:02:25 +02:00 |
|
Stefan Lankes
|
0470086254
|
enable keep alive feature of the LwIP stack
|
2011-09-17 15:27:43 +02:00 |
|
Stefan Lankes
|
25222e4abc
|
if LWIP_TCPIP_CORE_LOCKING is 0, we send a copy of the message to TCPIP thread
|
2011-09-17 15:25:42 +02:00 |
|
Stefan Lankes
|
b9ae214510
|
disable all TCP task to avoid "threading problems"
|
2011-09-17 15:23:03 +02:00 |
|
Stefan Lankes
|
e0e3a4fd82
|
improve the performance by using the "wrap modus"
=> http://wiki.osdev.org/RTL8139
|
2011-09-17 08:41:33 +02:00 |
|
Stefan Lankes
|
e5ac848901
|
extend BSD socket examples (create more messages for a stress test)
|
2011-09-17 00:56:52 +02:00 |
|
Stefan Lankes
|
ce4bfa61bd
|
fix bug in ring buffer handling
|
2011-09-17 00:55:47 +02:00 |
|
Stefan Lankes
|
6ad28af6b9
|
remove obsolete debug message
|
2011-09-17 00:54:03 +02:00 |
|
Stefan Lankes
|
551db98900
|
add some comments
|
2011-09-16 20:49:13 +02:00 |
|
Marian Ohligs
|
ae0042289e
|
- change in hello to show all 34 chars (instead of 30)
|
2011-09-15 23:37:38 +02:00 |
|
Marian Ohligs
|
fc1c65a919
|
Merge branch 'master' into ohligs
|
2011-09-15 23:27:20 +02:00 |
|
Marian Ohligs
|
ed9b9f1831
|
bug fix in lseek
|
2011-09-15 23:26:48 +02:00 |
|
Stefan Lankes
|
cba0b1a285
|
add "SCC workaround" => ignore the read function
|
2011-09-15 13:03:39 -07:00 |
|
Stefan Lankes
|
0709d365a1
|
remove some compiler warnings
|
2011-09-15 21:49:56 +02:00 |
|
Stefan Lankes
|
8c68eab859
|
cosmetic changes
|
2011-09-15 21:42:36 +02:00 |
|