Re: [PATCH v2 0/2] Fix two bugs of switchtec module

2019-04-18 Thread Bjorn Helgaas
On Mon, Apr 15, 2019 at 10:41:40PM +0800, Wesley Sheng wrote: > Hi, Everyone, > > This patch series fix two bugs of switchtec module. > > The first is introduced by device spec definition issue: the maximum > supported PCIe function number by hardware should be 255 instead of > the false number

Re: [PATCH v2 0/2] Fix two bugs of switchtec module

2019-04-15 Thread Logan Gunthorpe
On 2019-04-15 8:41 a.m., Wesley Sheng wrote: > Hi, Everyone, > > This patch series fix two bugs of switchtec module. > > The first is introduced by device spec definition issue: the maximum > supported PCIe function number by hardware should be 255 instead of > the false number of 48. Rectify

[PATCH v2 0/2] Fix two bugs of switchtec module

2019-04-14 Thread Wesley Sheng
Hi, Everyone, This patch series fix two bugs of switchtec module. The first is introduced by device spec definition issue: the maximum supported PCIe function number by hardware should be 255 instead of the false number of 48. Rectify it in driver and for backward compatible, a new ioctl and co