Re: [PATCH v5 07/14] vfio/mdev: idxd: add 1dwq-v1 mdev type

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Feb 05, 2021 at 01:53:37PM -0700, Dave Jiang wrote:

> -static const struct mdev_parent_ops idxd_vdcm_ops = {
> +static ssize_t name_show(struct kobject *kobj, struct device *dev, char *buf)
> +{
> +	struct vdcm_idxd_type *type;
> +
> +	type = idxd_vdcm_find_vidxd_type(dev, kobject_name(kobj));
> +
> +	if (type)
> +		return sprintf(buf, "%s\n", type->name);
> +
> +	return -EINVAL;

Success oriented flow

Jason



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux