Preliminary Breakdown
Patch | Developer | Parallelism |
---|---|---|
Split lnet_ni | Amir | 1 |
Split_peer | Amir | 2 |
lnetctl config/del/show NI | Amir | 1 |
DLC config/del/show NI | Amir | 2 |
LNet Handling config/del/show NI | Amir | 3 |
lnetctl config/del/show peer | Amir | 1 |
DLC config/del/show peer | Amir | 2 |
LNet Handling config/del/show peer | Amir | 3 |
Selection Algorithm | Amir | 2 |
lnetctl UDSP | Amir | 1 |
DLC UDSP | Amir | 2 |
LNet Handling config/del/show UDSP | Amir | 3 |
Applying UDSPs | Amir | 4 |
Handling send failures | Olaf | 4 |
Dynamic Discovery - Ping | Olaf | 3 |
Dynamic Discovery - Push | Olaf | 3 |
Health Monitoring | Olaf | 4 |
Schedule (GanttProject File)
GanttProject is a free program that can be downloaded from here.
Notes
Selection Algorithm can be broken into 2 parts. First part can be done after adding in the Userspace NI configuration. This will enable a system that can select local interfaces properly
The second part can be done after the Userspace Peer configuration, and that will enable the user configured system, minus dynamic discovery, health monitoring, error handling.
Officially, this will be available for testing mid february, a full month before delivery date.
Task duration in the schedule include code reviews and handling code review comments.
1 Comment
Troy McCorkell
Amir,
What is the meaning of the Parallelism column?
Thanks,
Troy