Skip to content

Commit 8877b60

Browse files
committed
Merge: [RHEL 10.1] VFIO update to v6.15
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/661 JIRA: https://issues.redhat.com/browse/RHEL-85587 JIRA: https://issues.redhat.com/browse/RHEL-85591 Upstream Status: mainline Testing: GPU, PF NIC, VF NIC VM assignment, unit test MMIO DMA mapping performance Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Approved-by: Cédric Le Goater <clg@redhat.com> Approved-by: Donald Dutile <ddutile@redhat.com> Approved-by: Eric Auger <eric.auger@redhat.com> Approved-by: Rafael Aquini <raquini@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Julio Faracco <jfaracco@redhat.com>
2 parents 9866f6d + 3c93e95 commit 8877b60

28 files changed

+3182
-585
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
What: /sys/kernel/debug/vfio/<device>/migration/hisi_acc/dev_data
2+
Date: Jan 2025
3+
KernelVersion: 6.13
4+
Contact: Longfang Liu <liulongfang@huawei.com>
5+
Description: Read the configuration data and some status data
6+
required for device live migration. These data include device
7+
status data, queue configuration data, some task configuration
8+
data and device attribute data. The output format of the data
9+
is defined by the live migration driver.
10+
11+
What: /sys/kernel/debug/vfio/<device>/migration/hisi_acc/migf_data
12+
Date: Jan 2025
13+
KernelVersion: 6.13
14+
Contact: Longfang Liu <liulongfang@huawei.com>
15+
Description: Read the data from the last completed live migration.
16+
This data includes the same device status data as in "dev_data".
17+
The migf_data is the dev_data that is migrated.
18+
19+
What: /sys/kernel/debug/vfio/<device>/migration/hisi_acc/cmd_state
20+
Date: Jan 2025
21+
KernelVersion: 6.13
22+
Contact: Longfang Liu <liulongfang@huawei.com>
23+
Description: Used to obtain the device command sending and receiving
24+
channel status. Returns failure or success logs based on the
25+
results.

0 commit comments

Comments
 (0)