Re: net: designware: frequent network problem like CPU not owner of tx frame

2022-07-03 Thread Ramon Fried
On Fri, Jul 1, 2022 at 1:44 PM LABBE Corentin  wrote:
>
> Hello
>
> We have an HSDK board in kernelCI, and it fail often to do networking tasks. 
> (getting image via tftp)
> Example:
> tftp 0x8200 2156673/tftp-deploy-l8y_ehqa/kernel/uImage
> Speed: 100, full duplex
> Using ethernet@f0008000 device
> TFTP from server 10.201.1.3; our IP address is 10.201.4.179
> Filename '2156673/tftp-deploy-l8y_ehqa/kernel/uImage'.
> Load address: 0x8200
> Loading: *␈CPU not owner of tx frame
> CPU not owner of tx frame
> CPU not owner of tx frame
> CPU not owner of tx frame
> ARP Retry count exceeded; starting again
> Memory error exception @ 0xfffe
> ECR:0x0001
> RET:0xfffe
> BLINK:  0xbffb04e2
> STAT32: 0x00080400
> GP: 0x1003e000   r25: 0xbfd92ee0
> BTA: 0xbffc5744  SP: 0xbfd92d60  FP: 0x
> LPS: 0x11f2 LPE: 0x11fa LPC: 0x
> r00: 0x r01: 0x r02: 0x
> r03: 0x r04: 0x r05: 0xbfd92d54
> r06: 0xbffdc700 r07: 0x r08: 0xf0020028
> r09: 0x1003e2b0 r10: 0x8000 r11: 0x000e
> r12: 0x0010 r13: 0xbfda6218 r14: 0xbfd933b8
> r15: 0x0003 r16: 0x r17: 0x0003
> r18: 0xbffeff90 r19: 0x r20: 0xbfd949c8
> r21: 0x r22: 0x r23: 0x
> r24: 0x
> Resetting CPU ...
> ### ERROR ### Please RESET the board ###
>
> tftp 0x8200 2156279/tftp-deploy-o6vloihf/kernel/uImage
> Speed: 100, full duplex
> Using ethernet@f0008000 device
> TFTP from server 10.201.1.3; our IP address is 10.201.3.203
> Filename '2156279/tftp-deploy-o6vloihf/kernel/uImage'.
> Load address: 0x8200
> Loading: *␈
> ARP Retry count exceeded; starting again
>
> tftp 0x8200 2155981/tftp-deploy-wm6qiwhy/kernel/uImage
> Speed: 100, full duplex
> Using ethernet@f0008000 device
> TFTP from server 10.201.1.3; our IP address is 10.201.4.197
> Filename '2155981/tftp-deploy-wm6qiwhy/kernel/uImage'.
> Load address: 0x8200
> Loading: *␈CPU not owner of tx frame
> CPU not owner of tx frame
> [...] (lot of CPU not owner of tx frame)
> CPU not owner of tx frame
> ARP Retry count exceeded; starting again
>
> I tried to update uboot until 2022.04, without any change.
>
> Regards
Did it work as expected up until a certain commit ?
Who's the maintainer of the board, maybe you should post him also.
I don't have access to this board so I can't comment on that.

Thanks,
Ramon


net: designware: frequent network problem like CPU not owner of tx frame

2022-07-01 Thread LABBE Corentin
Hello

We have an HSDK board in kernelCI, and it fail often to do networking tasks. 
(getting image via tftp)
Example:
tftp 0x8200 2156673/tftp-deploy-l8y_ehqa/kernel/uImage
Speed: 100, full duplex
Using ethernet@f0008000 device
TFTP from server 10.201.1.3; our IP address is 10.201.4.179
Filename '2156673/tftp-deploy-l8y_ehqa/kernel/uImage'.
Load address: 0x8200
Loading: *␈CPU not owner of tx frame
CPU not owner of tx frame
CPU not owner of tx frame
CPU not owner of tx frame
ARP Retry count exceeded; starting again
Memory error exception @ 0xfffe
ECR:0x0001
RET:0xfffe
BLINK:  0xbffb04e2
STAT32: 0x00080400
GP: 0x1003e000   r25: 0xbfd92ee0
BTA: 0xbffc5744  SP: 0xbfd92d60  FP: 0x
LPS: 0x11f2 LPE: 0x11fa LPC: 0x
r00: 0x r01: 0x r02: 0x 
r03: 0x r04: 0x r05: 0xbfd92d54 
r06: 0xbffdc700 r07: 0x r08: 0xf0020028 
r09: 0x1003e2b0 r10: 0x8000 r11: 0x000e 
r12: 0x0010 r13: 0xbfda6218 r14: 0xbfd933b8 
r15: 0x0003 r16: 0x r17: 0x0003 
r18: 0xbffeff90 r19: 0x r20: 0xbfd949c8 
r21: 0x r22: 0x r23: 0x 
r24: 0x 
Resetting CPU ...
### ERROR ### Please RESET the board ###

tftp 0x8200 2156279/tftp-deploy-o6vloihf/kernel/uImage
Speed: 100, full duplex
Using ethernet@f0008000 device
TFTP from server 10.201.1.3; our IP address is 10.201.3.203
Filename '2156279/tftp-deploy-o6vloihf/kernel/uImage'.
Load address: 0x8200
Loading: *␈
ARP Retry count exceeded; starting again

tftp 0x8200 2155981/tftp-deploy-wm6qiwhy/kernel/uImage
Speed: 100, full duplex
Using ethernet@f0008000 device
TFTP from server 10.201.1.3; our IP address is 10.201.4.197
Filename '2155981/tftp-deploy-wm6qiwhy/kernel/uImage'.
Load address: 0x8200
Loading: *␈CPU not owner of tx frame
CPU not owner of tx frame
[...] (lot of CPU not owner of tx frame)
CPU not owner of tx frame
ARP Retry count exceeded; starting again

I tried to update uboot until 2022.04, without any change.

Regards