SOURCES: kernel-small_fixes.patch - 2.6.29.1

areq areq at pld-linux.org
Fri Apr 3 20:52:04 CEST 2009


Author: areq                         Date: Fri Apr  3 18:52:04 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- 2.6.29.1

---- Files affected:
SOURCES:
   kernel-small_fixes.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/kernel-small_fixes.patch
diff -u SOURCES/kernel-small_fixes.patch:1.3 SOURCES/kernel-small_fixes.patch:1.4
--- SOURCES/kernel-small_fixes.patch:1.3	Tue Mar 31 20:53:38 2009
+++ SOURCES/kernel-small_fixes.patch	Fri Apr  3 20:51:59 2009
@@ -118,27 +118,3 @@
  
  void restore_processor_state(void)
  {
---- a/net/core/dev.c
-+++ b/net/core/dev.c
-@@ -2588,18 +2588,15 @@ static int process_backlog(struct napi_s
- 		local_irq_disable();
- 		skb = __skb_dequeue(&queue->input_pkt_queue);
- 		if (!skb) {
-+			__napi_complete(napi);
- 			local_irq_enable();
--			napi_complete(napi);
--			goto out;
-+			break;
- 		}
- 		local_irq_enable();
- 
--		napi_gro_receive(napi, skb);
-+		netif_receive_skb(skb);
- 	} while (++work < quota && jiffies == start_time);
- 
--	napi_gro_flush(napi);
--
--out:
- 	return work;
- }
- 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-small_fixes.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list