diff options
author | Shannon Nelson <shannon.nelson@amd.com> | 2023-05-20 00:56:24 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-06-27 17:47:08 +0300 |
commit | a16291b5bcbbd75586c8396555a0ee9fd4183372 (patch) | |
tree | 130f6927abe4aab55544e0f6e26f9cb2fd359639 /drivers/vdpa/Makefile | |
parent | 5d7d82d39eb4cab2c7d0d85baaee0fc45d2c7900 (diff) | |
download | linux-a16291b5bcbbd75586c8396555a0ee9fd4183372.tar.xz |
pds_vdpa: Add new vDPA driver for AMD/Pensando DSC
This is the initial auxiliary driver framework for a new vDPA
device driver, an auxiliary_bus client of the pds_core driver.
The pds_core driver supplies the PCI services for the VF device
and for accessing the adminq in the PF device.
This patch adds the very basics of registering for the auxiliary
device and setting up debugfs entries.
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20230519215632.12343-4-shannon.nelson@amd.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vdpa/Makefile')
-rw-r--r-- | drivers/vdpa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/vdpa/Makefile b/drivers/vdpa/Makefile index 59396ff2a318..8f53c6f3cca7 100644 --- a/drivers/vdpa/Makefile +++ b/drivers/vdpa/Makefile @@ -7,3 +7,4 @@ obj-$(CONFIG_MLX5_VDPA) += mlx5/ obj-$(CONFIG_VP_VDPA) += virtio_pci/ obj-$(CONFIG_ALIBABA_ENI_VDPA) += alibaba/ obj-$(CONFIG_SNET_VDPA) += solidrun/ +obj-$(CONFIG_PDS_VDPA) += pds/ |