lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 7 Feb 2022 14:55:34 +0200 From: Eli Cohen <elic@...dia.com> To: <stephen@...workplumber.org>, <netdev@...r.kernel.org> CC: <jasowang@...hat.com>, <si-wei.liu@...cle.com>, Eli Cohen <elic@...dia.com> Subject: [PATCH 0/3] vdpa tool support for configuring max VQs The following three patch series contains: 1. Small fix to vdpa help message 2. Introduce missing definitions for virtio feature flags so they can be used in the 3rd patch. 3. Add support for configuring max number of VQs for a vdpa device and allow to get negotiated or max features for a vdpa device/mangement device. Eli Cohen (3): vdpa: Remove unsupported command line option virtio: Define bit numbers for device independent features vdpa: Add support to configure max number of VQs include/uapi/linux/virtio_config.h | 16 ++-- vdpa/include/uapi/linux/vdpa.h | 4 + vdpa/vdpa.c | 115 ++++++++++++++++++++++++++++- 3 files changed, 123 insertions(+), 12 deletions(-) -- 2.34.1
Powered by blists - more mailing lists