]> bbs.cooldavid.org Git - jme.git/blame - CHANGELOG
jme: Add comment in jme_set_settings
[jme.git] / CHANGELOG
CommitLineData
c9f5fbde
GFT
1Version 1.0.6.1 -- 03/19/2010
2 * Protect vlgrp structure by pause RX actions. Instead of adding
3 lock in the hot zone.
4
5Version 1.0.6 -- 03/13/2010
6 * Fix memory leak while receiving packets from unregistered VLAN.
7 * Added a lock to prevent modifying the vlgrp while reveiving VLAN
8 packet.
9 * Adding lock to protect vlgrp structure.
10 * Fix VLAN back-porting error, for the version earlier than 2.6.21.
11 * Merge new updates from mainline kernel.
12
13Version 1.0.5 -- 06/20/2009
14 * Fixed unmatched tasklet_disable and tasklet_enable pair.
15 * Allocate ring buffer information data while module initialize,
16 instead of using global space.
17 * Drop shadow register support, due to buggy hardware.
18
19Version 1.0.4 -- ??/??/2008
20 * remove unused #include <version.h>
21 By: Huang Weiyi <weiyi.huang@gmail.com>
22 * fix build error at csum_ipv6_magic()
23 By: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
24
25Version 1.0.3 -- 10/09/2008
26 * Fixing shared IRQ problem, fixed by akeem.
27 * Add RSS_PATCH, HALF_MODE_PATCH bit setting for JMC250_rev 0x11.
28 * Added ifdef CONFIG_PM for prevent warnings with CONFIG_PM disabled.
29
30Version 1.0.2 -- 09/15/2008
31 * Modify version check for rev 11 buggy hardware.
32
33Version 1.0.1 -- 09/05/2008
34 * Removed SPI access to flash device through ioctl.
35 Will be implement with MTD block device and SPI Master in the future.
36
37Version 1.0 -- 08/29/2008
38 * Passed checkpatch.pl
39 * Passed sparse cleanly.
40 * Tested on various check that mentioned in SubmitChecklist.
41 * Supporting message level controlled by ethtool.
42 * Remove backward compatible codes.
43 (But still kept in non-mainline driver)
44 * Add pseudo hot-plug support.
45 * Fixed fragmented IP packet's TCP/UDP checksum error.
46 * Fine tune some locks, and use atomic bit operations.
47 * Add SPI interface through ioctl for flash re-programing.
48 * Fix high-loading link-down hardware reset unclean problem.
49 * Link-Change tasklet is modified to process all link-change interrupt.
50 * Fix potential racy atomic locks.
51 * Add work-arround for rev 11
52 * Add register debug human readable facilities.
53
54Version 0.9e -- 08/13/2008
55 * Fix PCC ISR handling bug.
56 * Allow PCCMTUCLR
57 * Wait phylink if PHY WoL is enabled, preventing
58 immediate resume.
59 * Default to turn on Magic Frame WoL only.
60 * Add pci_enable_wake on S1.
61 * Don't release/request IRQ on suspend/resume.
62
63
64Version 0.9d-msix -- 08/14/2008
65 * Add MSIX support.
66 * Since I still have no idea how to explicitly balance
67 the load to CPUs, the 1.0 version won't include this
68 feature.
69
70
71Version 0.9d -- 08/13/2008
72 * Fix watchdog bug.
73 * Add jmc260 support.
74
75
76Version 0.9c -- 08/11/2008
77 * Fix change mac address bug.
78 * Fix PHY Addr polling bug.
79 * Add eeprom read/write support for ethtool
80 * Add PHY Register dump for ethtool
81
82
83Version 0.9b -- 08/08/2008
84 * Add FPGA Support.
85 * Fix NAPI <-> Adaptive PCC mode switching bug.
86 * Default use Adaptive PCC mode.
87 * Modified watchdog.
88 * Support NAPI for 2.6.22 kernel
89
90
91Version 0.9a -- 08/07/2008
92 * Implement NAPI, use ethtool -C ethX adaptive-rx [on|off] to switch
93 between NAPI or Dynamic PCC mode at runtime.
94 * Fix Dynamic PCC switch bug.
95 * Pass packets with error checksum to host instead of drop.
96
97
98Version 0.9 -- 08/04/2008
99 * Implement Scatter-Gather offloading.
100 * Implement TCP Segment offloading.
101 * Pause TX queue until TX queue have sufficient space.
102 * (Saved a lot CPU)
103 * Turn on WOL by default.
104 * Setup Wakeup Frame to not possible matched pattern.
105 * Tested TCP/UDP csum over IPv4/IPv6 over VLAN all working fine! ^^
106 * Tested TSO over IPv4/IPv6 over VLAN all working fine! ^^
107
108
109Version 0.8 -- 08/02/2008
110 * Remember last link status for interface up/down.
111 * When driver loaded/unloaded and interface down, change
112 * link to 10/half force for power saving.
113 * Check MTU setting when setting tx csum.
114 * Implement VLAN offloading.
115
116
117Version 0.7 -- 08/01/2008
118 * Added Suspend/Resume support.
119 * Added Wake on LAN support.
120
121
122Version 0.6 -- 07/30/2008
123 * Use NIC Timer for dynamic PCC.
124 * Add another PCC rule for heavy error packet load.
125 * Report and set GHC when change duplex at 10/100 force mode.
126 * Implement Jumboframe.
127 * Implement MSI.
128 * Backdoor for changing "FIFO Threshold for processing next packet"
129 * Using:
130 * ethtool -C eth1 adaptive-rx on adaptive-tx on \
131 * rx-usecs 250 rx-frames-low N
132 * N := 16 | 32 | 64 | 128
133
134
135Version 0.5 -- 07/25/2008
136 * Add tx timeout watchdog.
137 * Handle PHY Force mode correctly.
138 If AN is off, mmaped PHY Status will not update, need to
139 get information using SMI.
140 Our NIC does not support 1000M Force Mode, return invalid
141 if user try to set that.
142 * Should work fine when hot-[un]pluged with pcie-hotplug driver.
143 * Record TX Collision error count on half-duplex mode.
144 * Implement tx ipv6/ip/tcp/udp checksum offloading
145 * Implement rx ipv6/ip/tcp/udp checksum offloading
146 * Add restart-AN support for ethtool.
147 * Add pause control for ethtool.
148 * Add register dump support for ethtool.
149 * Add PCC information for ethtool.
150 * Set Transmit Timer/Retry at Half Duplex Mode.
151 * Change "FIFO Threshold for processing next packet" of RXCS
152 default to 32QW (Originally 128QW)
153
154
155Version 0.4 -- 07/24/2008
156 * Support runtime change link speed.
157
158
159Version 0.3 -- 07/22/2008
160 * Clean up some code, try making it more fit to CodingStyle
161 * Add prepad cache-line optimize support.
162 * Basic RX PCC structure added.
163 * Basic TX PCC structure added.
164 * Reset PHY Processor and turn on ALL advertise by default.
165 * Rewrite TX related functions.
166 * Added 64bit address for PCI DMA support.
167 * Dynamic PCC Adjustment.
168
169
170Version 0.2 -- 07/17/2008
171 * Handle multiple RX descriptor per packet (Received a LONG packet.)
172 * Drop error RX packets, and update the counter.
173 * Using interrupt shadow register.
174 * Using sk_buff as receive buffer, NIC directly DMA to sk_buff->data.
175 * Use sk_buff kernel provided for NIC directly DMA to send packet.
176 * Use tasklet for tx desc cleanup. (Reduce ISR latency)
177 * Rearange ring data structure for CPU caching efficiency.
178 * Setup RXCS with correct values.
179 * Older(tested to 2.6.18) linux kernel support.
180 * Added a tasklet for link status change.
181 * Added a tasklet for processing incoming packets.
182 * Check DMA MRRS from pci config space, and fill TXCS.
183 * Save TXCS value in local memory, reduce register read time.
184
185
186Version 0.1 -- 07/11/2008
187 * Basic function completed.
188 * Interrupt handler and xmit function are implemented with
189 care of multiple CPU enviroment.
190 * All offload engine are not used.
191 * PCC/MSI are not used.
192 * Redudent memory copy are used. (Will be removed in the future)
193 * Acceptible performance.
194
195 Testing platform: Intel(R) Pentium(R) 4 CPU 3.00GHz
196 JMicron JMC250
197
198 Peer platforman: AMD Athlon(tm) 64 Processor 3000+
199 D-Link DGE-530T (Marvell 88E8001)
200
201 Speed CPU Usage
202 TCP tx: 7xMB 40%
203 TCP rx: 3xMB 30%
204
205 Note: These speed could be limited by peer, since CPU
206 load is not much, and queue is not full.
207
208