mbox series

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

Message ID 20200922105826.26274-1-jgross@suse.com (mailing list archive)
Headers show
Series mini-os: netfront: fix some issues | expand

Message

Jürgen Groß Sept. 22, 2020, 10:58 a.m. UTC
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(-)

Comments

Wei Liu Oct. 1, 2020, 9:37 a.m. UTC | #1
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
>