Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
soc:2008:mdeck:journal:weekc [2008/08/13 15:38]
mdeck created
soc:2008:mdeck:journal:weekc [2008/08/18 18:33] (current)
mdeck
Line 14: Line 14:
  
   * [[http://​git.etherboot.org/?​p=people/​mdeck/​gpxe.git;​a=commit;​h=5002142c055dbe3ab9cf9771dfb2cf83740cc988|[Drivers-3c59x] Fixed tx completion & more. Runs well]]   * [[http://​git.etherboot.org/?​p=people/​mdeck/​gpxe.git;​a=commit;​h=5002142c055dbe3ab9cf9771dfb2cf83740cc988|[Drivers-3c59x] Fixed tx completion & more. Runs well]]
 +
 +To be more clear: If the PC is restarted or turned off & on during a single Wireshark capture, subsequent TCP packets will be flagged as retransmissions. ​ However, if the Wireshark capture is restarted, no retransmissions will be flagged. ​ I suppose this has something to do with Wireshark'​s retransmission-identification heuristic, iSCSI'​s protocol format, and gPXE's TCP implementation.
  
 I submit this driver for testing by anyone else before I trim out the old Linux driver code. I submit this driver for testing by anyone else before I trim out the old Linux driver code.
 +
 +=== 15 August ===
 +
 +Early start this morning:
 +
 +  * [[http://​git.etherboot.org/?​p=people/​mdeck/​gpxe.git;​a=commit;​h=84a4676a41cc68607c56e3ad9731561b0d72b6b0|[Drivers-skge] Removed tx freeing, added tx completion notification]]
 +
 +I tested the **skge** driver with iSCSI and found it freezing at a surface scan through ''​scandisk''​ in DOS.  I found in this driver I left in the tx iob freeing, and neglected tx completion notification - just as I did in 3c59x. ​ I also updated some comments. ​ Testing now reveals excellent operation via iSCSI.
 +
 +  * [[http://​git.etherboot.org/?​p=people/​mdeck/​gpxe.git;​a=commit;​h=510bb9f5266d7d3faf68f2ea9b85bfa6d075f459|[Drivers-3c59x] Minor memory allocation corrections]]
 +  * [[http://​git.etherboot.org/?​p=people/​mdeck/​gpxe.git;​a=commit;​h=d2bb96476733a911f512ae2f6f34cc2bceeba781|[Drivers-3c59x] Code cleanup]]
 +
 +Pushed a few minor **3c59x** memory allocation fixes. ​ Removed all the old Linux code from 3c59x. ​ I feel the driver is ready for prime-time, so I pruned out that code.  It's nice and shiny now. ;)
 +
 +=== 18 August ===
 +
 +Final journal entry. ​ What a fast summer.
 +
 +First, I'd like to comment that this has been a tremendous experience. ​ I feel honored to have had the opportunity to participate in the Google Summer of Code.  Participating in the Etherboot project has been a privilege. ​ The mentors here are very wise.
 +
 +Over the past three months I rewrote the **eepro100** network driver, with little left unchanged. ​ This driver has been tested by both mdc and myself, and works flawlessly in iSCSI. ​ The code is located in its own branch in my repository [[http://​git.etherboot.org/?​p=people/​mdeck/​gpxe.git;​a=shortlog;​h=eepro100|here]].
 +
 +The **skge** network driver was brought in from the Linux tree and converted to work with gPXE.  I eliminated unsupported features and functions, and made modifications as needed to interface with gPXE.  The code was changed as little as possible to make future references to the Linux driver easy, for newer features or bug fixing. ​ iSCSI testing by myself showed flawless operation. ​ The skge branch is [[http://​git.etherboot.org/?​p=people/​mdeck/​gpxe.git;​a=shortlog;​h=skge|here]].
 +
 +The **3c59x** network driver was brought in from Linux as well.  Again, unsupported features were removed, and code was preserved where possible for easier cross referencing. ​ iSCSI testing by myself shows flawless operation. ​ The 3c59x branch is [[http://​git.etherboot.org/?​p=people/​mdeck/​gpxe.git;​a=shortlog;​h=3c59x|here]].
 +
 +Also, the **atlx** network driver was brought in from Linux, in an attempt to support the Attansic L2.  This driver only supports the L1, so I could not test it.  No testing or debugging was performed, although it should be close to running. ​ You can find the atlx branch [[http://​git.etherboot.org/?​p=people/​mdeck/​gpxe.git;​a=shortlog;​h=atlx|here]].
 +
 +Additionally,​ in my first few weeks I documented some newer gPXE network and PCI driver API routines. ​ [[http://​www.etherboot.org/​wiki/​soc/​2008/​mdeck/​notes/​gpxe_driver_api|This documentation]] should prove a useful reference for anyone working on drivers. ​ I encourage anyone to update/add to this as necessary!
 +
 +Well, that's it!

QR Code
QR Code soc:2008:mdeck:journal:weekc (generated for current page)