From: Stephen Hemminger <stephen@networkplumber.org>
To: Mingjin Ye <mingjinx.ye@intel.com>
Cc: dev@dpdk.org, qiming.yang@intel.com, stable@dpdk.org,
Anatoly Burakov <anatoly.burakov@intel.com>
Subject: Re: [PATCH] vfio: add get device info API
Date: Tue, 14 Nov 2023 16:12:15 -0800 [thread overview]
Message-ID: <20231114161203.6e1be299@hermes.local> (raw)
In-Reply-To: <20231114104816.527818-1-mingjinx.ye@intel.com>
On Tue, 14 Nov 2023 10:48:16 +0000
Mingjin Ye <mingjinx.ye@intel.com> wrote:
> +/**
> + * Get device information
> + *
> + * This function is only relevant to linux and will return
> + * an error on BSD.
> + *
> + * @param sysfs_base
> + * sysfs path prefix.
> + *
> + * @param dev_addr
> + * device location.
> + *
> + * @param vfio_dev_fd
> + * VFIO fd.
> + *
> + * @param device_info
> + * Device information.
> + *
> + * @return
> + * 0 on success.
> + * <0 on failure.
> + */
> +int
> +rte_vfio_get_device_info(const char *sysfs_base, const char *dev_addr,
> + int *vfio_dev_fd, struct vfio_device_info *device_info);
New api's must be experimental.
Or is this just internal?
next prev parent reply other threads:[~2023-11-15 2:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-14 10:48 [PATCH] vfio: add get device info API Mingjin Ye
2023-11-15 0:12 ` Stephen Hemminger [this message]
2023-11-15 7:54 ` Ye, MingjinX
2023-11-15 15:09 ` Stephen Hemminger
2023-11-24 14:09 ` Burakov, Anatoly
-- strict thread matches above, loose matches on Subject: below --
2023-11-14 10:23 Mingjin Ye
2023-11-15 6:13 ` Chenbo Xia
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231114161203.6e1be299@hermes.local \
--to=stephen@networkplumber.org \
--cc=anatoly.burakov@intel.com \
--cc=dev@dpdk.org \
--cc=mingjinx.ye@intel.com \
--cc=qiming.yang@intel.com \
--cc=stable@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.