u-boot-2016/drivers/net/ipq9574
devi priya 2ff1847823 drivers: net: ipq9574: 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: I919024df8131fe87640ecc0d481b61012742efbf
Signed-off-by: devi priya <quic_devipriy@quicinc.com>
2022-09-08 12:52:01 +05:30
..
ipq9574_aquantia_phy.c drivers: net: ipq9574: Remove unused code 2022-03-22 03:08:40 -07:00
ipq9574_aquantia_phy.h drivers: net: Add switch mode support for QCA8084 2022-06-15 23:09:14 -07:00
ipq9574_edma.c drivers: net: ipq9574: Removing the additional rx buffer allocation 2022-09-08 12:52:01 +05:30
ipq9574_edma.h drivers: net: ipq9574: Add optional active_port env 2022-05-18 01:04:26 -07:00
ipq9574_ppe.c drivers: net: ipq9574: Add support for QCA8084 switch mode 2022-06-15 23:09:38 -07:00
ipq9574_ppe.h drivers: net: ipq9574: Add support for qca8084 2022-05-25 04:08:36 -07:00
ipq9574_qca8075.c drivers: net: ipq9574: Add separate QCA8075 phy driver 2021-08-08 04:20:03 -07:00
ipq9574_qca8075.h drivers: net: ipq9574: Add separate QCA8075 phy driver 2021-08-08 04:20:03 -07:00
ipq9574_uniphy.c driver: net: qca8084: add seperate configs for PHY & switch 2022-07-11 13:15:03 +05:30
ipq9574_uniphy.h drivers: net: ipq9574: Add support for QCA8084 switch mode 2022-06-15 23:09:38 -07:00