Altera_Forum
Honored Contributor
14 years agoInterniche and 2 eth interfaces
Hi,
I try to put in service the second eth interface on my HW. Interniche data structure should support several eth interface but it's not clear how i can custumize the sw. For example is S91_DEVICES define shows the number of eth interfaces? Now, I must modify S91_DEVICES from 2 to 1 for handling two eth interface and modify the get_mac_addr() and get_ip_addr() so to retrieve the correct value in according with the correct eth instance. Modify also s91_port_prep() in according to system.h file for HW address. Is correct? is sufficent only this or I need to customize other data structure or function? thnaks...