u-boot-2016/drivers/net/ipq6018
devi priya 067984e4b5 drivers: net: ipq6018: Removing the additional rx buffer allocation
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>
2022-09-08 12:54:07 +05:30
..
ipq6018_aquantia_phy.c drivers: net: ipq6018: Update AQ ETHPHYFW loading method 2019-08-18 22:06:11 -07:00
ipq6018_aquantia_phy.h drivers: net: ipq6018: Bring in Aquantia port 2019-05-09 15:48:05 +05:30
ipq6018_edma.c drivers: net: ipq6018: Removing the additional rx buffer allocation 2022-09-08 12:54:07 +05:30
ipq6018_edma.h drivers: net: ipq6018: Add optional active_port env support 2022-07-19 13:22:08 +05:30
ipq6018_ppe.c Merge "drivers: net: ipq6018: Add optional active_port env support" 2022-07-22 13:47:23 -07:00
ipq6018_ppe.h ipq6018: Modified the ppe ports to support 2.5G link in PHY3 2021-03-10 03:24:54 -08:00
ipq6018_uniphy.c drivers: net: ipq6018: Fix uniphy soft reset 2019-08-04 21:40:50 -07:00
ipq6018_uniphy.h drivers: net: ipq6018: Fix uniphy soft reset 2019-08-04 21:40:50 -07:00