[PATCH 0/2] mini-os: netfront: fix some issues

Juergen Gross posted 2 patches 3 years, 7 months ago
Failed in applying to current master (apply log)
include/netfront.h |   4 +-
lwip-net.c         |   4 +-
netfront.c         | 173 ++++++++++++++++++++-------------------------
test.c             |   2 +-
4 files changed, 84 insertions(+), 99 deletions(-)
[PATCH 0/2] mini-os: netfront: fix some issues
Posted by Juergen Gross 3 years, 7 months ago
Fix two issues in mini-os netfront:

- undo init_netfront interface change and replace it with an alternative
- fix mini-os suspend/resume handling in netfront

Juergen Gross (2):
  mini-os: netfront: retrieve netmask and gateway via extra function
  mini-os: netfront: fix suspend/resume handling

 include/netfront.h |   4 +-
 lwip-net.c         |   4 +-
 netfront.c         | 173 ++++++++++++++++++++-------------------------
 test.c             |   2 +-
 4 files changed, 84 insertions(+), 99 deletions(-)

-- 
2.26.2


Re: [PATCH 0/2] mini-os: netfront: fix some issues
Posted by Wei Liu 3 years, 6 months ago
On Tue, Sep 22, 2020 at 12:58:24PM +0200, Juergen Gross wrote:
> Fix two issues in mini-os netfront:
> 
> - undo init_netfront interface change and replace it with an alternative
> - fix mini-os suspend/resume handling in netfront
> 
> Juergen Gross (2):
>   mini-os: netfront: retrieve netmask and gateway via extra function
>   mini-os: netfront: fix suspend/resume handling
> 
>  include/netfront.h |   4 +-
>  lwip-net.c         |   4 +-
>  netfront.c         | 173 ++++++++++++++++++++-------------------------
>  test.c             |   2 +-
>  4 files changed, 84 insertions(+), 99 deletions(-)

Pushed to mini-os.

Wei.

> 
> -- 
> 2.26.2
>