Displaying 2 results from an estimated 2 matches for "pds_common".
Did you mean:
pac_common
2023 May 03
1
[PATCH v5 virtio 04/11] pds_vdpa: move enum from common to adminq header
...em to the adminq header.
Note: This patch might conflict with pds_vfio patches that are
in review, depending on which patchset gets pulled first.
Signed-off-by: Shannon Nelson <shannon.nelson at amd.com>
---
include/linux/pds/pds_adminq.h | 21 +++++++++++++++++++++
include/linux/pds/pds_common.h | 21 ---------------------
2 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/include/linux/pds/pds_adminq.h b/include/linux/pds/pds_adminq.h
index 98a60ce87b92..61b0a8634e1a 100644
--- a/include/linux/pds/pds_adminq.h
+++ b/include/linux/pds/pds_adminq.h
@@ -222,6 +222,27 @@ enum...
2023 Jul 03
1
[GIT PULL] virtio: features, fixes, cleanups
...| 4 +-
drivers/virtio/virtio_pci_common.h | 7 +-
drivers/virtio/virtio_pci_modern_dev.c | 33 +-
drivers/virtio/virtio_vdpa.c | 4 +-
include/linux/pds/pds_adminq.h | 247 +++++++
include/linux/pds/pds_common.h | 21 +-
include/linux/virtio.h | 5 +-
include/linux/virtio_pci_modern.h | 6 +
include/uapi/linux/vhost.h | 31 +
include/uapi/linux/vhost_types.h | 16 +
tools/virtio/Makefile...