Actions
Bug #9843
closedloader: pxe receive can be simpler and pxe put should check for data size
Start date:
2018-09-16
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The pxe_netif_receive has two while loops to get ready for receive, we can do with one. pxe_netif_put() should check if we have enough buffer space.
Updated by Electric Monk about 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit e84b53f403271e630eb5d153a42b43ad825c55e6
commit e84b53f403271e630eb5d153a42b43ad825c55e6 Author: Toomas Soome <tsoome@me.com> Date: 2018-11-19T15:42:35.000Z 9843 loader: pxe receive can be simpler and pxe put should check for data size Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Garrett D'Amore <garrett@damore.org>
Actions