generic: 6.6: refresh patches
Patch 733-01-net-ethernet-mtk_eth_soc-use-napi_build_skb.patch needs a refresh as line numbers no longer match. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
a568540fd4
commit
56bce303ce
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||||
|
|
||||||
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
|
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
|
||||||
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
|
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
|
||||||
@@ -2120,7 +2120,7 @@ static int mtk_poll_rx(struct napi_struc
|
@@ -2123,7 +2123,7 @@ static int mtk_poll_rx(struct napi_struc
|
||||||
if (ret != XDP_PASS)
|
if (ret != XDP_PASS)
|
||||||
goto skip_rx;
|
goto skip_rx;
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||||
if (unlikely(!skb)) {
|
if (unlikely(!skb)) {
|
||||||
page_pool_put_full_page(ring->page_pool,
|
page_pool_put_full_page(ring->page_pool,
|
||||||
page, true);
|
page, true);
|
||||||
@@ -2158,7 +2158,7 @@ static int mtk_poll_rx(struct napi_struc
|
@@ -2161,7 +2161,7 @@ static int mtk_poll_rx(struct napi_struc
|
||||||
dma_unmap_single(eth->dma_dev, ((u64)trxd.rxd1 | addr64),
|
dma_unmap_single(eth->dma_dev, ((u64)trxd.rxd1 | addr64),
|
||||||
ring->buf_size, DMA_FROM_DEVICE);
|
ring->buf_size, DMA_FROM_DEVICE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue