This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM64X: ethtool set frame preemption and mac verify failed using TI SDK



Tool/software:

Following the sequence of command execution in this page by Pekka:  AM6422: eth0 set iet-frame-preemption fail 

root@am64xx-evm:~# ip link set dev eth0 down
root@am64xx-evm:~# ethtool -L eth0 tx 2
root@am64xx-evm:~# ethtool --set-priv-flags eth0 p0-rx-ptype-rrobin off
root@am64xx-evm:~# ethtool --set-priv-flags eth0 iet-frame-preemption on
netlink error: bit name not found (offset 48)
netlink error: Operation not supported
root@am64xx-evm:~# ethtool --set-priv-flags eth0 iet-mac-verify on
netlink error: bit name not found (offset 48)
netlink error: Operation not supported

The TI software version:

root@am64xx-evm:~# uname -a
Linux am64xx-evm 6.6.58-ti-01497-ga7758da17c28-dirty #1 SMP PREEMPT Wed Nov 27 13:23:15 UTC 2024 aarch64 GNU/Linux

How to resolve this?

Thank you!