Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
soc:2010:cooldavid:journal:week10 [2010/07/30 02:23] cooldavid |
soc:2010:cooldavid:journal:week10 [2010/07/30 04:14] (current) cooldavid |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| === Shortlog of iPXE merge commits === | === Shortlog of iPXE merge commits === | ||
| + | [[http://git.etherboot.org/?p=people/cooldavid/gpxe.git;a=shortlog;h=refs/heads/tcpfix|Git-branch]] | ||
| * Guo-Fu Tseng (2): | * Guo-Fu Tseng (2): | ||
| * [tcp] Randomize TCP bind port | * [tcp] Randomize TCP bind port | ||
| Line 24: | Line 24: | ||
| If we want to support Selective ACK in the future, we don't want to discard | If we want to support Selective ACK in the future, we don't want to discard | ||
| any packet. | any packet. | ||
| + | |||
| + | [[https://git.ipxe.org/ipxe.git/commitdiff/1d3b6619e5e35eecc29efcef6eb1dd3564a2eb45|Commit diff on iPXE]] | ||
| + | |||
| + | [[https://git.ipxe.org/ipxe.git/commitdiff/9dc51afa2cc2b0d8310b540ae193edb37f148b8b|Commit diff on iPXE]] | ||
| + | |||
| <file> | <file> | ||
| commit 1d3b6619e5e35eecc29efcef6eb1dd3564a2eb45 | commit 1d3b6619e5e35eecc29efcef6eb1dd3564a2eb45 | ||
| Line 63: | Line 68: | ||
| Selective ACK support with possibly using deliver_raw() for | Selective ACK support with possibly using deliver_raw() for | ||
| performance concern. | performance concern. | ||
| + | |||
| + | [[https://git.ipxe.org/ipxe.git/commitdiff/4327d5d39f101f1df0ace6c03f3b3ada5f6a6213|Commit diff on iPXE]] | ||
| + | |||
| <file> | <file> | ||
| commit 4327d5d39f101f1df0ace6c03f3b3ada5f6a6213 | commit 4327d5d39f101f1df0ace6c03f3b3ada5f6a6213 | ||
| Line 85: | Line 93: | ||
| ==== Re-do my previous TCP patches against merged branch ==== | ==== Re-do my previous TCP patches against merged branch ==== | ||
| [[http://git.etherboot.org/?p=people/cooldavid/gpxe.git;a=shortlog;h=refs/heads/tcpfix2|Git-branch]] | [[http://git.etherboot.org/?p=people/cooldavid/gpxe.git;a=shortlog;h=refs/heads/tcpfix2|Git-branch]] | ||
| + | |||
| <file> | <file> | ||
| commit be160f2a9581ca791f038cff0ca476f19d8fbc0e | commit be160f2a9581ca791f038cff0ca476f19d8fbc0e | ||
| Line 109: | Line 118: | ||
| 7 files changed, 136 insertions(+), 0 deletions(-) | 7 files changed, 136 insertions(+), 0 deletions(-) | ||
| + | </file> | ||
| + | <file> | ||
| commit 4c985888acf02acc9bf2d94925279e7a14cbc779 | commit 4c985888acf02acc9bf2d94925279e7a14cbc779 | ||
| Author: Guo-Fu Tseng <cooldavid@cooldavid.org> | Author: Guo-Fu Tseng <cooldavid@cooldavid.org> | ||
| Line 121: | Line 132: | ||
| 1 files changed, 24 insertions(+), 0 deletions(-) | 1 files changed, 24 insertions(+), 0 deletions(-) | ||
| + | </file> | ||
| + | <file> | ||
| commit 134fe7eef6f1e1a4603d58524e0b4e73265ea9cb | commit 134fe7eef6f1e1a4603d58524e0b4e73265ea9cb | ||
| Author: Guo-Fu Tseng <cooldavid@cooldavid.org> | Author: Guo-Fu Tseng <cooldavid@cooldavid.org> | ||
| Line 141: | Line 154: | ||
| 5 files changed, 30 insertions(+), 12 deletions(-) | 5 files changed, 30 insertions(+), 12 deletions(-) | ||
| + | </file> | ||
| + | <file> | ||
| commit 155da1968f5e89c38cd5f7d76c4c44c9784f83ff | commit 155da1968f5e89c38cd5f7d76c4c44c9784f83ff | ||
| Author: Guo-Fu Tseng <cooldavid@cooldavid.org> | Author: Guo-Fu Tseng <cooldavid@cooldavid.org> | ||
| Line 165: | Line 180: | ||
| 1 files changed, 54 insertions(+), 50 deletions(-) | 1 files changed, 54 insertions(+), 50 deletions(-) | ||
| + | </file> | ||
| + | <file> | ||
| commit 7345fc858e6ee2f414ee8328b710b6a333a2be19 | commit 7345fc858e6ee2f414ee8328b710b6a333a2be19 | ||
| Author: Guo-Fu Tseng <cooldavid@cooldavid.org> | Author: Guo-Fu Tseng <cooldavid@cooldavid.org> | ||
| Line 180: | Line 197: | ||
| 2 files changed, 57 insertions(+), 12 deletions(-) | 2 files changed, 57 insertions(+), 12 deletions(-) | ||
| + | </file> | ||
| + | <file> | ||
| commit bdee331b5ba32557bbd092987be0af3cc1c45479 | commit bdee331b5ba32557bbd092987be0af3cc1c45479 | ||
| Author: Guo-Fu Tseng <cooldavid@cooldavid.org> | Author: Guo-Fu Tseng <cooldavid@cooldavid.org> | ||
| Line 223: | Line 242: | ||
| ==== Post the patches on the gpxe-devel and wait for feedback ==== | ==== Post the patches on the gpxe-devel and wait for feedback ==== | ||
| - | bbbbb | ||
| - | |||