[dpdk-dev] [PATCH v5 02/16] dma/idxd: add skeleton for VFIO based DSA device

Bruce Richardson bruce.richardson at intel.com
Mon Sep 20 12:23:10 CEST 2021


On Fri, Sep 17, 2021 at 03:24:23PM +0000, Kevin Laatz wrote:
> Add the basic device probe/remove skeleton code for DSA device bound to
> the vfio pci driver. Relevant documentation and MAINTAINERS update also
> included.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> Signed-off-by: Kevin Laatz <kevin.laatz at intel.com>
> Reviewed-by: Conor Walsh <conor.walsh at intel.com>
> 

<snip>

> --- /dev/null
> +++ b/drivers/dma/idxd/meson.build
> @@ -0,0 +1,11 @@
> +# SPDX-License-Identifier: BSD-3-Clause
> +# Copyright(c) 2021 Intel Corporation
> +
> +if is_windows
> +    subdir_done()
> +endif
> +
> +deps += ['bus_pci']
> +sources = files(
> +        'idxd_pci.c'
> +)
> \ No newline at end of file

If doing a v6, this should be fixed to have a newline at end.

/Bruce


More information about the dev mailing list