[PATCH v2 0/4] bugfix some issues under abnormal scenarios.

Longfang Liu posted 4 patches 2 weeks, 2 days ago
.../vfio/pci/hisilicon/hisi_acc_vfio_pci.c    | 30 +++++++++++++++++--
.../vfio/pci/hisilicon/hisi_acc_vfio_pci.h    |  2 ++
2 files changed, 29 insertions(+), 3 deletions(-)
[PATCH v2 0/4] bugfix some issues under abnormal scenarios.
Posted by Longfang Liu 2 weeks, 2 days ago
In certain reset scenarios, repeated migration scenarios, and error injection
scenarios, it is essential to ensure that the device driver functions properly.
Issues arising in these scenarios need to be addressed and fixed

Change v1 -> v2
	Fix the reset state handling issue

Longfang Liu (3):
  hisi_acc_vfio_pci: update status after RAS error
  hisi_acc_vfio_pci: resolve duplicate migration states
  hisi_acc_vfio_pci: fix the queue parameter anomaly issue

Weili Qian (1):
  hisi_acc_vfio_pci: fix VF reset timeout issue

 .../vfio/pci/hisilicon/hisi_acc_vfio_pci.c    | 30 +++++++++++++++++--
 .../vfio/pci/hisilicon/hisi_acc_vfio_pci.h    |  2 ++
 2 files changed, 29 insertions(+), 3 deletions(-)

-- 
2.33.0
Re: [PATCH v2 0/4] bugfix some issues under abnormal scenarios.
Posted by Alex Williamson 1 week, 1 day ago
On Thu, 22 Jan 2026 10:02:01 +0800
Longfang Liu <liulongfang@huawei.com> wrote:

> In certain reset scenarios, repeated migration scenarios, and error injection
> scenarios, it is essential to ensure that the device driver functions properly.
> Issues arising in these scenarios need to be addressed and fixed
> 
> Change v1 -> v2
> 	Fix the reset state handling issue
> 
> Longfang Liu (3):
>   hisi_acc_vfio_pci: update status after RAS error
>   hisi_acc_vfio_pci: resolve duplicate migration states
>   hisi_acc_vfio_pci: fix the queue parameter anomaly issue
> 
> Weili Qian (1):
>   hisi_acc_vfio_pci: fix VF reset timeout issue
> 
>  .../vfio/pci/hisilicon/hisi_acc_vfio_pci.c    | 30 +++++++++++++++++--
>  .../vfio/pci/hisilicon/hisi_acc_vfio_pci.h    |  2 ++
>  2 files changed, 29 insertions(+), 3 deletions(-)
> 

Applied to vfio next branch for v6.20/v7.0.  Thanks,

Alex
Re: [PATCH v2 0/4] bugfix some issues under abnormal scenarios.
Posted by liulongfang 1 week, 1 day ago
On 2026/1/30 5:58, Alex Williamson wrote:
> On Thu, 22 Jan 2026 10:02:01 +0800
> Longfang Liu <liulongfang@huawei.com> wrote:
> 
>> In certain reset scenarios, repeated migration scenarios, and error injection
>> scenarios, it is essential to ensure that the device driver functions properly.
>> Issues arising in these scenarios need to be addressed and fixed
>>
>> Change v1 -> v2
>> 	Fix the reset state handling issue
>>
>> Longfang Liu (3):
>>   hisi_acc_vfio_pci: update status after RAS error
>>   hisi_acc_vfio_pci: resolve duplicate migration states
>>   hisi_acc_vfio_pci: fix the queue parameter anomaly issue
>>
>> Weili Qian (1):
>>   hisi_acc_vfio_pci: fix VF reset timeout issue
>>
>>  .../vfio/pci/hisilicon/hisi_acc_vfio_pci.c    | 30 +++++++++++++++++--
>>  .../vfio/pci/hisilicon/hisi_acc_vfio_pci.h    |  2 ++
>>  2 files changed, 29 insertions(+), 3 deletions(-)
>>
> 
> Applied to vfio next branch for v6.20/v7.0.  Thanks,
> 
> Alex
> .
> 

Thanks.
Longfang