commit | 741a00be1f6bfa027225f44703ab72a741b757b7 | [log] [tgz] |
---|---|---|
author | Eli Cohen <eli@mellanox.co.il> | Wed May 26 19:56:24 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon May 31 00:27:45 2010 -0700 |
tree | 429b2f8bb7bfbe3c656483544a3bdf3424b1addd | |
parent | 592970675c9522bde588b945388c7995c8b51328 [diff] |
mlx4_en: use net_device dev_id to indicate port number Today, there are no means to know which port of a hardware device a netdev interface uses. struct net_device conatins a field, dev_id, that can be used for that. Use this field to save the port number in ConnectX that is being used by the net device; port numbers are zero based. Signed-off-by: Eli Cohen <eli@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>