Commit graph

240 commits

Author SHA1 Message Date
Stefan Lankes
c74ee965ca minor optimizations 2011-10-20 08:46:27 -07:00
Stefan Lankes
844acb30b9 fix bug in get_destination 2011-10-20 04:51:34 -07:00
Stefan Lankes
fcbc567c71 minor optimizations 2011-10-20 03:45:51 -07:00
Stefan Lankes
5f84a93c01 extending the functionality and increasing the compatability of the Socket API
- removing some minor bugs (races)
- increasing the readability
2011-10-19 04:48:16 -07:00
Stefan Lankes
bdb0a895f2 fix bug in the initialize routine 2011-10-17 04:57:17 -07:00
Stefan Lankes
cd6f8b56fc remove bug in the initialization of heap_start_address 2011-10-17 01:55:22 -07:00
Stefan Lankes
14d3aba6ed minor optimizations 2011-10-16 22:10:04 -07:00
Stefan Lankes
4ec5d69ed6 use the correct memcpy routince for the MPB 2011-10-13 15:44:55 -07:00
Stefan Lankes
5bb9e2f066 add break condition into a possible endless loop 2011-10-13 15:25:10 -07:00
Stefan Lankes
3e6331913a use RCCE_IAM instead od RCCE_ue 2011-10-12 10:24:22 -07:00
Stefan Lankes
4d8872bcfa fix alignment bug 2011-10-12 02:09:57 -07:00
Stefan Lankes
3e1a0bc7d6 reduce the size of the RX buffer for MPB version and minor optimizations 2011-10-11 16:02:28 -07:00
Stefan Lankes
30bf7d20a3 minor optimization, using of the flag MAP_REMAP to enable the cache 2011-10-10 15:38:55 -07:00
Stefan Lankes
9aa37f217d remove obsolete debug messages 2011-10-10 13:21:04 -07:00
Stefan Lankes
52ad55730e switch to LINT1 for the Virtual IP device 2011-10-10 22:02:22 +02:00
Stefan Lankes
a8da55f55a minor optimizations 2011-10-10 22:01:38 +02:00
Stefan Lankes
46e19fb4b6 remove obsolete code 2011-10-09 13:02:18 -07:00
Stefan Lankes
f8413774da redesign of eMAC interrupt handler 2011-10-08 23:09:51 -07:00
Stefan Lankes
6fd7f64059 increase number of cores, minor optimizations 2011-10-06 12:51:11 -07:00
Stefan Lankes
816b3438af minor optimizations 2011-10-05 22:54:49 -07:00
Stefan Lankes
06ddffe09a use optimized memcpy functions for non-cacheable memory 2011-10-05 22:42:09 -07:00
Stefan Lankes
bd0e323250 remove obsolete locks 2011-10-05 13:29:14 -07:00
Stefan Lankes
264ab41457 avoid races 2011-10-05 13:23:59 -07:00
Stefan Lankes
384a727d63 code cleanup 2011-10-04 11:59:00 -07:00
Stefan Lankes
5ab52d077c remove typo 2011-10-04 11:39:53 -07:00
Stefan Lankes
6205ab74fe remove (obsolete) TX buffer 2011-10-04 08:36:46 -07:00
Stefan Lankes
99ade4c064 remove compiler errors 2011-10-04 10:27:04 +02:00
Stefan Lankes
f2a3930046 cosmetic changes 2011-10-03 23:59:52 -07:00
Stefan Lankes
4285fd5287 some code clean ups 2011-10-03 03:52:14 -07:00
Stefan Lankes
498654447c move scc_memcpy.h to arch/x86/include/asm 2011-10-02 14:07:13 -07:00
Stefan Lankes
747d8a278c changes coding style, redesign of the startup code 2011-10-02 13:56:54 -07:00
Stefan Lankes
0fa695f3de cosmetic changes 2011-10-02 13:55:41 -07:00
Stefan Lankes
49a793736c merge driver from Benedikt's bachelor thesis, remove compiler warning 2011-10-02 08:54:53 -07:00
Stefan Lankes
aa6eb4da1b change coding style 2011-10-02 07:11:01 -07:00
Stefan Lankes
13aaaa8bdc remove typo 2011-09-23 11:54:28 -07:00
Stefan Lankes
ada6dc727a add the possibility to enable the L1 cache for the receive buffer 2011-09-23 11:52:43 -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
ccd13db67e avoid mailbox overflow by sending a polling request to the tcpip thread 2011-09-20 04:47:36 -07:00
Stefan Lankes
08c6fe30ec add additional debug messages 2011-09-19 11:36:37 -07: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
2f9f6916c5 cosmetic changes 2011-09-18 18:05:05 +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
ce4bfa61bd fix bug in ring buffer handling 2011-09-17 00:55:47 +02:00
Stefan Lankes
fdc9ad9641 remove some obsolete messages 2011-09-15 03:18:07 -07:00
Stefan Lankes
bf28c95b75 add additional debug messages 2011-09-14 23:41:34 -07:00
Stefan Lankes
c73b69a2d1 fix bug in wrong setting of the tx_write_offset 2011-09-14 07:49:06 -07:00
Stefan Lankes
308f9b136f remove tcpip_callback(netif_set_link_up, netif)
=> the initd will set the link up
2011-09-07 10:11:16 +02:00