Open joschi2804 opened 3 years ago
The driver does not support the tc command. The sysfs mechanism is used to configure the switch. Look for the SPI device at /sys/bus/spi/devices/spi1.0. The device name comes from the bus and chip select. There are sw and several sw# with a number, which are used for port configuration. Use "echo 1 > sw/info" to turn on verbose mode. Use "cat
Hello,
does KSZ9477 not support time aware shaper? I tried to set tas qdisc with tc command:
tc -d qdisc replace dev eth0 parent root handle 100 taprio num_tc 2 map 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 queues 1@0 1@1 base-time 1618273428 sched-entry S 01 300000 sched-entry S 02 300000 clockid CLOCK_TAI
I got "_Unknown qdisc "taprio", hence option "numtc" is unparsable" error. The kernel version is 4.9.143
If it's not working with tc tool, is it maybe possible to enable time aware shaper with the internal switch registers? If yes, how can i enable them?
BR
Yes @joschi2804 , Same error for me. Do you know the solution ? @triha2work there is no driver problem at my end it supports tc commands.
Hello,
does KSZ9477 not support time aware shaper? I tried to set tas qdisc with tc command:
tc -d qdisc replace dev eth0 parent root handle 100 taprio num_tc 2 map 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 queues 1@0 1@1 base-time 1618273428 sched-entry S 01 300000 sched-entry S 02 300000 clockid CLOCK_TAI
I got "_Unknown qdisc "taprio", hence option "numtc" is unparsable" error. The kernel version is 4.9.143
If it's not working with tc tool, is it maybe possible to enable time aware shaper with the internal switch registers? If yes, how can i enable them?
BR