]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.25/patches.xen/xen-netback-notify-multi
Updated xen patches taken from suse.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.xen / xen-netback-notify-multi
similarity index 68%
rename from src/patches/60057_xen-netback-notify-multi.patch1
rename to src/patches/suse-2.6.27.25/patches.xen/xen-netback-notify-multi
index 4251b1a147b4bdb6ce168c7debd4d48f475780a2..b173705523a9a2c3c2445635ae27a9468bd02078 100644 (file)
@@ -5,11 +5,9 @@ Patch-mainline: obsolete
 This also does a small fairness improvement since now notifications
 get sent in the order requests came in rather than in the inverse one.
 
-Index: head-2008-12-01/drivers/xen/core/evtchn.c
-===================================================================
---- head-2008-12-01.orig/drivers/xen/core/evtchn.c     2008-12-03 15:54:25.000000000 +0100
-+++ head-2008-12-01/drivers/xen/core/evtchn.c  2008-12-03 15:54:45.000000000 +0100
-@@ -1270,6 +1270,21 @@ void notify_remote_via_irq(int irq)
+--- sle11-2009-03-24.orig/drivers/xen/core/evtchn.c    2009-03-31 13:36:56.000000000 +0200
++++ sle11-2009-03-24/drivers/xen/core/evtchn.c 2009-03-31 13:37:08.000000000 +0200
+@@ -1294,6 +1294,21 @@ void notify_remote_via_irq(int irq)
  }
  EXPORT_SYMBOL_GPL(notify_remote_via_irq);
  
@@ -31,11 +29,9 @@ Index: head-2008-12-01/drivers/xen/core/evtchn.c
  int irq_to_evtchn_port(int irq)
  {
        BUG_IF_VIRQ_PER_CPU(irq);
-Index: head-2008-12-01/drivers/xen/netback/netback.c
-===================================================================
---- head-2008-12-01.orig/drivers/xen/netback/netback.c 2008-12-01 12:10:26.000000000 +0100
-+++ head-2008-12-01/drivers/xen/netback/netback.c      2008-12-01 12:10:27.000000000 +0100
-@@ -732,10 +732,20 @@ static void net_rx_action(unsigned long 
+--- sle11-2009-03-24.orig/drivers/xen/netback/netback.c        2008-12-23 09:35:42.000000000 +0100
++++ sle11-2009-03-24/drivers/xen/netback/netback.c     2008-12-23 09:35:48.000000000 +0100
+@@ -748,10 +748,20 @@ static void net_rx_action(unsigned long 
                npo.meta_cons += nr_frags + 1;
        }
  
@@ -58,10 +54,8 @@ Index: head-2008-12-01/drivers/xen/netback/netback.c
        }
  
        /* More work to do? */
-Index: head-2008-12-01/include/xen/evtchn.h
-===================================================================
---- head-2008-12-01.orig/include/xen/evtchn.h  2008-12-01 12:08:40.000000000 +0100
-+++ head-2008-12-01/include/xen/evtchn.h       2008-12-01 12:10:27.000000000 +0100
+--- sle11-2009-03-24.orig/include/xen/evtchn.h 2009-03-04 11:38:25.000000000 +0100
++++ sle11-2009-03-24/include/xen/evtchn.h      2008-12-01 12:10:27.000000000 +0100
 @@ -179,6 +179,18 @@ static inline void notify_remote_via_evt
        VOID(HYPERVISOR_event_channel_op(EVTCHNOP_send, &send));
  }