Hi. I'm developing a board using ls1028a. And testing Ethernet on the LS1028ARDB EVM board.
It was confirmed that errors occurred and the board did not work when the test was conducted according to the process below.
1. Enable Ethernet eno0 or eno2 use command 'ifconfig'
$ ifconfig eno0 up
2. change directory '/proc/irq/
$ cd /proc/irq/
3. Check the interrupt directory with the 'find' command
$ find . -name eno0*
./109/eno0-rxtx0
./110/eno0-rxtx1
$ cd ./109/
4. Read the 'affinity_hint' of the directory as a 'cat' command
$ cat affinity_hint
5. When read as a 'cat' command, an error occurs. Even if an error does not occur immediately, an error occurs when performing 'ifconfig eno0 up down'.
The log file for the content was attached. It was confirmed that an error occurred every time the above operation was performed. When this state comes, the board must be rebooted to be used.
Please check the above matters.