Re: [PATCH v14 0/2] add TCP and HTTP for downloading images

2022-05-18 Thread Paul Liu
Hi Michal, Thanks for reviewing. I'll make a fix based on your review soon. However I don't know the change from v1 to v12. The previous version are made by Duncan, and the patches are one year ago so I lost track of the changes from v1 to v12. For booting iso images (installer) from distros I

Re: [PATCH v14 0/2] add TCP and HTTP for downloading images

2022-05-18 Thread Michal Simek
Hi, On 4/21/22 18:54, Ying-Chun Liu wrote: From: "Ying-Chun Liu (PaulLiu)" This patch is a refresh from previous patches made by Duncan Hare . I've contacted him and continue to work on this patch. This patch introduce a TCP stack with SACK. And a simple wget command to download images from

[PATCH v14 0/2] add TCP and HTTP for downloading images

2022-04-21 Thread Ying-Chun Liu
From: "Ying-Chun Liu (PaulLiu)" This patch is a refresh from previous patches made by Duncan Hare . I've contacted him and continue to work on this patch. This patch introduce a TCP stack with SACK. And a simple wget command to download images from http server. v13: Fix some issues which is