[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v7 02/12] util/dsa: Add idxd into linux header copy list.
From: |
Yichen Wang |
Subject: |
[PATCH v7 02/12] util/dsa: Add idxd into linux header copy list. |
Date: |
Thu, 14 Nov 2024 14:01:22 -0800 |
Signed-off-by: Yichen Wang <yichen.wang@bytedance.com>
---
scripts/update-linux-headers.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
index 99a8d9fa4c..9128c7499b 100755
--- a/scripts/update-linux-headers.sh
+++ b/scripts/update-linux-headers.sh
@@ -200,7 +200,7 @@ rm -rf "$output/linux-headers/linux"
mkdir -p "$output/linux-headers/linux"
for header in const.h stddef.h kvm.h vfio.h vfio_ccw.h vfio_zdev.h vhost.h \
psci.h psp-sev.h userfaultfd.h memfd.h mman.h nvme_ioctl.h \
- vduse.h iommufd.h bits.h; do
+ vduse.h iommufd.h bits.h idxd.h; do
cp "$hdrdir/include/linux/$header" "$output/linux-headers/linux"
done
--
Yichen Wang
- [PATCH v7 00/12] Use Intel DSA accelerator to offload zero page checking in multifd live migration., Yichen Wang, 2024/11/14
- [PATCH v7 01/12] meson: Introduce new instruction set enqcmd to the build system., Yichen Wang, 2024/11/14
- [PATCH v7 02/12] util/dsa: Add idxd into linux header copy list.,
Yichen Wang <=
- [PATCH v7 04/12] util/dsa: Implement DSA task enqueue and dequeue., Yichen Wang, 2024/11/14
- [PATCH v7 03/12] util/dsa: Implement DSA device start and stop logic., Yichen Wang, 2024/11/14
- [PATCH v7 06/12] util/dsa: Implement zero page checking in DSA task., Yichen Wang, 2024/11/14
- [PATCH v7 07/12] util/dsa: Implement DSA task asynchronous submission and wait for completion., Yichen Wang, 2024/11/14