NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55207 CVS commit: src/sys/arch/xen/xen



The following reply was made to PR port-xen/55207; it has been noted by GNATS.

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55207 CVS commit: src/sys/arch/xen/xen
Date: Thu, 14 May 2020 13:25:40 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Thu May 14 13:25:40 UTC 2020
 
 Modified Files:
 	src/sys/arch/xen/xen: if_xennet_xenbus.c
 
 Log Message:
 fix resume for xennet, now the network continues working after resume
 
 we can't read feature-rx-copy in resume, at that time the new backend
 device is not filled yet; convert it just to feature flag read on interface
 attach, can assume any backend would support rx-copy anyway
 
 fix compile with XENNET_DEBUG
 
 part of PR port-xen/55207
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.125 -r1.126 src/sys/arch/xen/xen/if_xennet_xenbus.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index