[dpdk-dev] [PATCH v2 1/9] lib: introduce vfio-user library
Stephen Hemminger
stephen at networkplumber.org
Mon Feb 12 23:53:05 CET 2024
On Thu, 14 Jan 2021 14:14:03 +0800
Chenbo Xia <chenbo.xia at intel.com> wrote:
> This patch introduces vfio-user library, which follows vfio-user
> protocol v1.0. As vfio-user has server and client implementation,
> this patch introduces basic structures and internal functions that
> will be used by both server and client.
>
> Signed-off-by: Chenbo Xia <chenbo.xia at intel.com>
> Signed-off-by: Xiuchun Lu <xiuchun.lu at intel.com>
> ---
> MAINTAINERS | 4 +
> lib/librte_vfio_user/meson.build | 9 ++
> lib/librte_vfio_user/version.map | 3 +
> lib/librte_vfio_user/vfio_user_base.c | 211 ++++++++++++++++++++++++++
> lib/librte_vfio_user/vfio_user_base.h | 65 ++++++++
> lib/meson.build | 1 +
> 6 files changed, 293 insertions(+)
> create mode 100644 lib/librte_vfio_user/meson.build
> create mode 100644 lib/librte_vfio_user/version.map
> create mode 100644 lib/librte_vfio_user/vfio_user_base.c
> create mode 100644 lib/librte_vfio_user/vfio_user_base.h
There were build failures and changes requested, but no followup.
Marking this patch series as "Change requested".
Please fix and resubmit.
More information about the dev
mailing list