kernel: bump 5.15 to 5.15.103
[openwrt/openwrt.git] / target / linux / generic / pending-5.15 / 702-net-ethernet-mtk_eth_soc-enable-threaded-NAPI.patch
index e3e338bd4ffc6555054ad2f1b5d6a23d6e89de1a..6cde5d8589c541db444d663a83574fad3e05cdc1 100644 (file)
@@ -10,7 +10,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 
 --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
 +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
-@@ -2381,8 +2381,8 @@ static irqreturn_t mtk_handle_irq_rx(int
+@@ -2972,8 +2972,8 @@ static irqreturn_t mtk_handle_irq_rx(int
  
        eth->rx_events++;
        if (likely(napi_schedule_prep(&eth->rx_napi))) {
@@ -20,7 +20,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
        }
  
        return IRQ_HANDLED;
-@@ -2394,8 +2394,8 @@ static irqreturn_t mtk_handle_irq_tx(int
+@@ -2985,8 +2985,8 @@ static irqreturn_t mtk_handle_irq_tx(int
  
        eth->tx_events++;
        if (likely(napi_schedule_prep(&eth->tx_napi))) {
@@ -30,7 +30,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
        }
  
        return IRQ_HANDLED;
-@@ -3585,6 +3585,8 @@ static int mtk_probe(struct platform_dev
+@@ -4617,6 +4617,8 @@ static int mtk_probe(struct platform_dev
         * for NAPI to work
         */
        init_dummy_netdev(&eth->dummy_dev);