Hello TI,
From SDK’s documentation regarding PRP/HSR, https://software-dl.ti.com/processor-sdk-linux/esd/AM57X/08_02_01_00/exports/docs/linux/Industrial_Protocols_HSR_PRP.html,
Configure offload feature, and create HSR/PRP interface
.- HSR
ethtool -K eth1 hsr-rx-offload on && ethtool -K eth2 hsr-rx-offload on
.- PRP
ethtool -K eth1 prp-rx-offload on && ethtool -K eth2 prp-rx-offload on
But those flags does not exist:
root:~# ethtool -K eth1 hsr-rx-offload on
netlink error: bit name not found (offset 56)
netlink error: Operation not supported
root:~# ethtool -K eth1 prp-rx-offload on
netlink error: bit name not found (offset 56)
netlink error: Operation not supported
Is the documentation out of date? Is there a different way to do it in the latest SDK?
Best regards,
Gonzalo