From: Felix Manlunas
Date: Fri, 2 Mar 2018 18:59:10 -0800
> Added support to the ndo_get_phys_port_id() callback to provide
> port specific unique id to the netdev layer.
>
> Port id needs to be unique across different liquidio devices in the system.
> So used MAC address for port_id.
This does
From: Intiyaz Basha
Added support to the ndo_get_phys_port_id() callback to provide
port specific unique id to the netdev layer.
Port id needs to be unique across different liquidio devices in the system.
So used MAC address for port_id.
Usage: cat /sys/class/net//phys_port_id
Signed-off-by: I