Re: [Xen-devel] [PATCHv2] xen-netfront: remove warning when unloading module

2018-02-02 Thread Eduardo Otubo
e I assumed it was true I started to write code based on that and all the behaviors that followed were correct according to my assumptions (and discussions). But if you find something else weird, please let me know and we can fix it. > > On 11/23/2017 04:18 PM, Eduardo Otubo wrote: > &g

[Xen-devel] [PATCH] xen-netfront: enable device after manual module load

2018-01-05 Thread Eduardo Otubo
ff-by: Eduardo Otubo --- drivers/net/xen-netfront.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c index c5a34671abda..9bd7ddeeb6a5 100644 --- a/drivers/net/xen-netfront.c +++ b/drivers/net/xen-netfront.c @@ -1326,6 +1326,7 @@ static s

[Xen-devel] [PATCHv2] xen-netfront: remove warning when unloading module

2017-11-23 Thread Eduardo Otubo
tinue to cleanup for the module removal, and this is done by manipulating both device states. Signed-off-by: Eduardo Otubo --- drivers/net/xen-netfront.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c index 8b8689