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

2019-04-08 Thread Logan Gunthorpe
On 2019-04-08 8:34 a.m., Wesley Sheng wrote: > Wesley Sheng (2): > switchtec: Fix false maximum supported PCIe function number issue > switchtec: Fix unintended mask of MRPC event This series looks good to me: Reviewed-by: Logan Gunthorpe Thanks, Logan

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

2019-04-07 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