mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
e44e60b290
Resolved merge conflict in the following patches: layerscape: 701-net-0213-dpaa2-eth-Add-CEETM-qdisc-support.patch ramips: 0013-owrt-hack-fix-mt7688-cache-issue.patch Refreshed patches, removed upstreamed patch: bcm63xx: 020-v5.8-mtd-rawnand-brcmnand-fix-hamming-oob-layout.patch Run tested: qemu-x86-64 Build tested: x86/64 Signed-off-by: Petr Štetiar <ynezz@true.cz>
21 lines
720 B
Diff
21 lines
720 B
Diff
From f4d211891064eef8b133838c213485a228ad75f3 Mon Sep 17 00:00:00 2001
|
|
From: Jonathan Bell <jonathan@raspberrypi.org>
|
|
Date: Wed, 12 Sep 2018 14:44:53 +0100
|
|
Subject: [PATCH] bcmgenet: constrain max DMA burst length
|
|
|
|
---
|
|
drivers/net/ethernet/broadcom/genet/bcmgenet.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/drivers/net/ethernet/broadcom/genet/bcmgenet.h
|
|
+++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.h
|
|
@@ -29,7 +29,7 @@
|
|
#define ENET_PAD 8
|
|
#define ENET_MAX_MTU_SIZE (ETH_DATA_LEN + ETH_HLEN + VLAN_HLEN + \
|
|
ENET_BRCM_TAG_LEN + ETH_FCS_LEN + ENET_PAD)
|
|
-#define DMA_MAX_BURST_LENGTH 0x10
|
|
+#define DMA_MAX_BURST_LENGTH 0x08
|
|
|
|
/* misc. configuration */
|
|
#define CLEAR_ALL_HFB 0xFF
|