mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-25 18:14:21 +01:00
Updated to better clarify this configuration option. Currently in QEMU pre 1.9 release of Kata, vhost-net is used for the virtio-net backend. This results in efficient network I/O performance, but does rely on the backend running in ring0 (host kernel). Update comment to clarify this trade-off for end-users. Fixes: #2198 Signed-off-by: Eric Ernst <eric.ernst@intel.com>