Re: [PATCH 0/3] IB/ipoib: Use dev_port to disambiguate port numbers

2018-08-30 Thread Arseny Maslennikov
On Thu, Aug 30, 2018 at 08:43:30AM +0300, Leon Romanovsky wrote: > On Wed, Aug 29, 2018 at 12:01:14AM +0300, Arseny Maslennikov wrote: > > Pre-3.15 userspace had trouble distinguishing different ports > > of a NIC on a single PCI bus/device/function. To solve this, > > a sysfs field `dev_port' was

Re: [PATCH 0/3] IB/ipoib: Use dev_port to disambiguate port numbers

2018-08-29 Thread Leon Romanovsky
On Wed, Aug 29, 2018 at 12:01:14AM +0300, Arseny Maslennikov wrote: > Pre-3.15 userspace had trouble distinguishing different ports > of a NIC on a single PCI bus/device/function. To solve this, > a sysfs field `dev_port' was introduced quite a while ago > (commit v3.14-rc3-739-g3f85944fe207), and

[PATCH 0/3] IB/ipoib: Use dev_port to disambiguate port numbers

2018-08-28 Thread Arseny Maslennikov
Pre-3.15 userspace had trouble distinguishing different ports of a NIC on a single PCI bus/device/function. To solve this, a sysfs field `dev_port' was introduced quite a while ago (commit v3.14-rc3-739-g3f85944fe207), and some relevant device drivers were fixed to use it, but not in case of IPoIB.