Re: [PATCH net-next] be2net: support ndo_get_phys_port_id()

2015-07-24 Thread David Miller
From: Sriharsha Basavapatna Date: Wed, 22 Jul 2015 11:15:12 +0530 > From: Sriharsha Basavapatna > > Add be_get_phys_port_id() function to report physical port id. The port id > should be unique across different be2net devices in the system. We use the > chip serial number along with the physica

[PATCH net-next] be2net: support ndo_get_phys_port_id()

2015-07-21 Thread Sriharsha Basavapatna
From: Sriharsha Basavapatna Add be_get_phys_port_id() function to report physical port id. The port id should be unique across different be2net devices in the system. We use the chip serial number along with the physical port number for this. Signed-off-by: Sriharsha Basavapatna --- drivers/ne