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

[Xen-changelog] Store correct rx ring handle in netback driver.



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 37030498b9782169fccc14b064daf83714557c8d
# Parent  56a2232377f1b3684da6e95a07f9854e40bc4ba7
Store correct rx ring handle in netback driver.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r 56a2232377f1 -r 37030498b978 
linux-2.6-xen-sparse/drivers/xen/netback/interface.c
--- a/linux-2.6-xen-sparse/drivers/xen/netback/interface.c      Thu Aug 25 
14:30:06 2005
+++ b/linux-2.6-xen-sparse/drivers/xen/netback/interface.c      Thu Aug 25 
14:58:20 2005
@@ -384,7 +384,7 @@
         }
 
         netif->rx_shmem_ref    = rx_ref;
-        netif->rx_shmem_handle = handle;
+        netif->rx_shmem_handle = op.handle;
         netif->rx_shmem_vaddr  = VMALLOC_VMADDR(vma->addr) + PAGE_SIZE;
     }
 #else 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.