Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 317446 Details for
Bug 460874
lost packets when live migrating (RHEL4 XEN)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix race condition on interface bring-up
xen-kernel-2.6.9-send-fakearp-state-connected.patch (text/plain), 679 bytes, created by
Olivier Fourdan
on 2008-09-23 08:14:56 UTC
(
hide
)
Description:
Fix race condition on interface bring-up
Filename:
MIME Type:
Creator:
Olivier Fourdan
Created:
2008-09-23 08:14:56 UTC
Size:
679 bytes
patch
obsolete
>--- duild-2.6.18/drivers/xen/netfront/netfront.c.orig 2008-07-02 21:50:37.000000000 +0800 >+++ duild-2.6.18/drivers/xen/netfront/netfront.c 2008-07-02 20:54:20.000000000 +0800 >@@ -528,18 +528,20 @@ > switch (backend_state) { > case XenbusStateInitialising: > case XenbusStateInitialised: >- case XenbusStateConnected: > case XenbusStateUnknown: > case XenbusStateClosed: > break; > >+ case XenbusStateConnected: >+ (void)send_fake_arp(netdev); >+ break; >+ > case XenbusStateInitWait: > if (network_connect(netdev) != 0) { > netif_free(np); > break; > } > xenbus_switch_state(dev, XenbusStateConnected); >- (void)send_fake_arp(netdev); > break; > > case XenbusStateClosing:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 460874
:
315515
|
315517
|
315519
| 317446 |
318010