mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 08:51:31 +01:00
During long run tests on image download in u-boot, EDMA crash was observed as the SKB buffer address returned by the RX descriptor was corrupted and was pointing to an invalid address: clean_rx: p: 14 c: 0 skb: 61763b10 WARN: src_info_type:0x0. Drop skb:61763b10 The reason for corruption seems to be the RX buffer allocation that was happening twice before initiating the EDMA for the next transaction. This change removes the additional allocation of the Rx buffer which is not needed. Change-Id: I4a5b404527469ff3b981749aa4e05080f55807cd Signed-off-by: devi priya <quic_devipriy@quicinc.com> |
||
|---|---|---|
| .. | ||
| ipq6018_aquantia_phy.c | ||
| ipq6018_aquantia_phy.h | ||
| ipq6018_edma.c | ||
| ipq6018_edma.h | ||
| ipq6018_ppe.c | ||
| ipq6018_ppe.h | ||
| ipq6018_uniphy.c | ||
| ipq6018_uniphy.h | ||