Hi,
I use the same dts configuration to linux.
And dpc use "MAC_LINK_TYPE_FIXED" and "sfi" to XFI interface
board_info {
ports {
mac@3 {
link_tpye = "MAC_LINK_TYPE_FIXED";
serdes_cfg = "sfi";
};
mac@4 {
link_tpye = "MAC_LINK_TYPE_FIXED";
serdes_cfg = "sfi";
};
};
};
I use "restool" to create dpmac
restool dpmac create --mac-id=3
restool dpmac create --mac-id=4
Link them with "ls-addni"
ls-addni dpmac.3
ls-addni dpmac.4
The commands would create two interfaces.
But they doesn't link up when I connect them to another SFP interfaces.
How can I check the interface?
And should I enable something in kernel?