/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/vhost/vduse.h
15 строк
369 B
David Marchand
vhost: fix external buffer in VDUSE
03 ноя 2025, 11:27
03 ноя 2025, 11:27
8ae4f1d
Код
Авторство
О чём код?
/* SPDX-License-Identifier: BSD-3-Clause * Copyright (c) 2023 Red Hat, Inc. */ #ifndef _VDUSE_H #define _VDUSE_H #include "vhost.h" #define VDUSE_NET_SUPPORTED_FEATURES VIRTIO_NET_SUPPORTED_FEATURES int vduse_device_create(const char *path, bool compliant_ol_flags, bool extbuf, bool linearbuf); int vduse_device_destroy(const char *path); #endif /* _VDUSE_H */