Hi,
I am using AM335x with Marvell Ethernet switch. I want to configure link aggregation(LACP) on Marvell switch ports(AM335x ETH port acts as CPU port).
Do we have any support from TI on AM335x LACP stack?
Regards
Muragesh Math
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.
Hi,
I am using AM335x with Marvell Ethernet switch. I want to configure link aggregation(LACP) on Marvell switch ports(AM335x ETH port acts as CPU port).
Do we have any support from TI on AM335x LACP stack?
Regards
Muragesh Math
Hi Muragesh,
There is a Linux Bonding driver included in the kernel. It isn't AM335x specific. More info on the driver can be found on the web, or by reading the kernel documentation (<linux_dir>/Documentation/networking/bonding.txt). The driver is located inside <linux_dir>/drivers/net/bonding/
Best regards,
Miroslav