kernel: bump kernel 4.4 to 4.4.135 for 17.01
[openwrt/staging/chunkeey.git] / target / linux / mvebu / patches-4.4 / 038-net-mvneta-Fix-the-CPU-choice-in-mvneta_percpu_elect.patch
index 3423307c1c2cf5971a87bc443eae70004727774b..b72b823671d59851cb16b66a48642c7c80755845 100644 (file)
@@ -20,7 +20,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
 
 --- a/drivers/net/ethernet/marvell/mvneta.c
 +++ b/drivers/net/ethernet/marvell/mvneta.c
-@@ -2851,9 +2851,14 @@ static void mvneta_percpu_disable(void *
+@@ -2852,9 +2852,14 @@ static void mvneta_percpu_disable(void *
  
  static void mvneta_percpu_elect(struct mvneta_port *pp)
  {
@@ -37,7 +37,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
        max_cpu = num_present_cpus();
  
        for_each_online_cpu(cpu) {
-@@ -2864,7 +2869,7 @@ static void mvneta_percpu_elect(struct m
+@@ -2865,7 +2870,7 @@ static void mvneta_percpu_elect(struct m
                        if ((rxq % max_cpu) == cpu)
                                rxq_map |= MVNETA_CPU_RXQ_ACCESS(rxq);
  
@@ -46,7 +46,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
                        /* Map the default receive queue queue to the
                         * elected CPU
                         */
-@@ -2875,7 +2880,7 @@ static void mvneta_percpu_elect(struct m
+@@ -2876,7 +2881,7 @@ static void mvneta_percpu_elect(struct m
                 * the CPU bound to the default RX queue
                 */
                if (txq_number == 1)