Cannot configure tc qdisc TAPRIO on LS1021ATSN

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cannot configure tc qdisc TAPRIO on LS1021ATSN

18 Views
SH8Lee
Contributor I

Hello!

I am currently using LS1021ATSN-PA board, and I am using the Real-time Edge Software V2.4.

And I tried a command for configuring the tc qdisc taprio on the interface eth0 of the board.

But when I tried a command below,

tc qdisc add dev eth1 parent root taprio \
num_tc 8 \
map 0 1 2 3 4 5 6 7 \
queues 1@0 1@1 1@2 1@3 1@4 1@5 1@6 1@7 \
base-time 0 \
sched-entry S 80 50000 \
sched-entry S 40 50000 \
sched-entry S 3f 300000 \
flags 2

it prints out an error "RTNETLINK answers: Operation not supported".

 

Can I know the reason why it doesn't work, and how I can fix the problem?

Thank you, all!

 

 

0 Kudos
Reply
0 Replies