For the TSN qbu, I have done another test;
I connect ls1028board eno0 to my PC. The eno0 ip is 192.168.0.232 and my PC ip is 192168.0.156
The ls1028 board can ping PC successfully.
Then I run the qbu command.
tc qdisc add dev eno0 root handle 1: mqprio num_tc 8 map 0 1 2 3 4 5 6 7 hw 1
tsntool qbuset --device eno0 --preemptable 0x07
which mean I set 0 queue to preemptable.
After finish all setting, the board lose the connection with PC.
I assume the PING frame is going to queue 0 but the queue has changed to preemptable. And it only happened on eno0 port.
I wonder if this phenomenon is correct?
I use real-time-edge v2.5 on the ls1028 board.
Thanks