Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IPoIB: Set dev_id field of net_device
Use the net device's dev_id field to encode the port number of the pci device. This can be used to to associate a net device with the pci device's port. The encoding is: dev_id = port - 1. Signed-off-by: Eli Cohen <eli@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>
- Loading branch information