mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
51a8f9d7f5
This commit includes: 1) The driver to manage the controlplane over vDPA bus. 2) A HW monitor device to read health values from the DPU. Signed-off-by: Alvaro Karsz <alvaro.karsz@solid-run.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20230110165638.123745-4-alvaro.karsz@solid-run.com> Message-Id: <20230209075128.78915-1-alvaro.karsz@solid-run.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
10 lines
324 B
Makefile
10 lines
324 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_VDPA) += vdpa.o
|
|
obj-$(CONFIG_VDPA_SIM) += vdpa_sim/
|
|
obj-$(CONFIG_VDPA_USER) += vdpa_user/
|
|
obj-$(CONFIG_IFCVF) += ifcvf/
|
|
obj-$(CONFIG_MLX5_VDPA) += mlx5/
|
|
obj-$(CONFIG_VP_VDPA) += virtio_pci/
|
|
obj-$(CONFIG_ALIBABA_ENI_VDPA) += alibaba/
|
|
obj-$(CONFIG_SNET_VDPA) += solidrun/
|