summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vdpa/mlx5: Add support library for mlx5 VDPA implementationEli Cohen2020-08-061-0/+1
| | | | | | | | | | | Following patches introduce VDPA network driver for Mellanox Connectx6 devices. This patch provides functionality that will be used by those patches. Reviewed-by: Parav Pandit <parav@mellanox.com> Signed-off-by: Eli Cohen <eli@mellanox.com> Link: https://lore.kernel.org/r/20200804162048.22587-11-eli@mellanox.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* vdpa: move to drivers/vdpaMichael S. Tsirkin2020-04-021-0/+4
We have both vhost and virtio drivers that depend on vdpa. It's easier to locate it at a top level directory otherwise we run into issues e.g. if vhost is built-in but virtio is modular. Let's just move it up a level. Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>