|WARNING| pw167187-167205 [PATCH v9 01/19] uapi: update to v6.17 and add iommufd.h
qemudev at loongson.cn
qemudev at loongson.cn
Wed Aug 5 15:55:48 CEST 2026
Test-Label: loongson-compile-loongarch-abi2
Test-Status: WARNING
http://dpdk.org/patch/167187
_apply patch failure_
Submitter: Anatoly Burakov <anatoly.burakov at intel.com>
Date: Wed, 5 Aug 2026 14:45:30 +0100
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: c1a46b9d9243e922428e8a5f87fa3c6ac177dc5a
Apply patch set 167187-167205 failed:
Checking patch drivers/vdpa/nfp/nfp_vdpa.c...
error: while searching for:
rte_pci_unmap_device(pci_dev);
rte_pci_device_name(&pci_dev->addr, dev_name, RTE_DEV_NAME_MAX_LEN);
ret = rte_vfio_get_group_num(rte_pci_get_sysfs_path(), dev_name,
&device->iommu_group);
if (ret <= 0)
return -1;
device->vfio_container_fd = rte_vfio_container_create();
if (device->vfio_container_fd < 0)
return -1;
device->vfio_group_fd = rte_vfio_container_group_bind(
device->vfio_container_fd, device->iommu_group);
if (device->vfio_group_fd < 0)
goto container_destroy;
DRV_VDPA_LOG(DEBUG, "The container_fd=%d, group_fd=%d.",
device->vfio_container_fd, device->vfio_group_fd);
ret = rte_pci_map_device(pci_dev);
if (ret != 0)
goto group_unbind;
device->vfio_dev_fd = rte_intr_dev_fd_get(pci_dev->intr_handle);
return 0;
group_unbind:
rte_vfio_container_group_unbind(device->vfio_container_fd, device->iommu_group);
container_destroy:
rte_vfio_container_destroy(device->vfio_container_fd);
error: patch failed: drivers/vdpa/nfp/nfp_vdpa.c:122
error: drivers/vdpa/nfp/nfp_vdpa.c: patch does not apply
More information about the test-report
mailing list