search for: pds_adminq

Displaying 3 results from an estimated 3 matches for "pds_adminq".

2023 May 03
1
[PATCH v5 virtio 04/11] pds_vdpa: move enum from common to adminq header
...eader, only needed when working with the adminq, so move them 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 +++...
2023 Mar 17
0
[PATCH RFC v2 virtio 2/7] pds_vdpa: get vdpa management info
...) 2023 Advanced Micro Devices, Inc */ > >> + > >> +#include <linux/pci.h> > >> +#include <linux/vdpa.h> > >> +#include <uapi/linux/vdpa.h> > >> + > >> +#include <linux/pds/pds_core.h> > >> +#include <linux/pds/pds_adminq.h> > >> +#include <linux/pds/pds_auxbus.h> > >> +#include <linux/pds/pds_vdpa.h> > >> + > >> +#include "vdpa_dev.h" > >> +#include "aux_drv.h" > >> + > >> +static struct virtio_device_id pds_vdpa_id_ta...
2023 Jul 03
1
[GIT PULL] virtio: features, fixes, cleanups
...| 24 +- drivers/vhost/vsock.c | 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/v...