]> err.no Git - linux-2.6/blobdiff - net/core/dev.c
[PATCH] acpi bridge hotadd: Export the interface to get PCI id for an ACPI handle
[linux-2.6] / net / core / dev.c
index 1a64508e527ffe8ea235302211c6c638d36fdcbb..7016e0c36b3d904abda32faa03d46c246e584915 100644 (file)
@@ -1346,7 +1346,8 @@ out:
                        Receiver routines
   =======================================================================*/
 
-int netdev_max_backlog = 300;
+int netdev_max_backlog = 1000;
+int netdev_budget = 300;
 int weight_p = 64;            /* old backlog weight */
 
 DEFINE_PER_CPU(struct netif_rx_stats, netdev_rx_stat) = { 0, };
@@ -1695,8 +1696,7 @@ static void net_rx_action(struct softirq_action *h)
 {
        struct softnet_data *queue = &__get_cpu_var(softnet_data);
        unsigned long start_time = jiffies;
-       int budget = netdev_max_backlog;
-
+       int budget = netdev_budget;
        
        local_irq_disable();