Greetings
I'm trying to develop a bare metal essential driver for dpaa2 on the LX2160a.
I followed the commands carried out by Linux at the start and by enabling the MC debug I was able to reconstruct the essential commands to receive a UDP packet.
But this packet was only received on dpmac but it is not forwarded to the connected dpni.
I attach log and dpl.
What am I missing?
Thanks.
Please refer to u-boot device driver files in the following.
drivers/net/ldpaa_eth/
drivers/net/fsl-mc/
Hi
I implemented what uboot did but now I see that dpni only gives me “ingress_nobuffer_discards”.
I loaded on the QBMAN of memory areas as performed on uboot (ldpaa_dpbp_seed) everything seems correct but I can't get the udp packet.
What could it be?
Thanks
Gianluca Lombardo