Hi,
I am using AM335x custom board, and we interfaced KSZ8895 micrel 5-port ethernet switch to EMAC1 interface of AM335x. (i.e,connection is MAC to MAC)
My requirement is to create multiple network interfaces and assign each network interface to individual switch port.
To achieve it, i configured the switch with VLAN ids and enabled 802.1Q in kernel as well as in switch.
For example:
Port 1 - VLAN id = 4
Port 2 - VLAN id = 5
Port 3 - VLAN id = 6
Now my main problem is how i can create multiple network interfaces and assign to each port.
I tried to use "vconfig" tool to achieve that, but no success.
so please guide me how can i achieve the same?
regards
Nitesh