Re: vnet with interfaces

From: Tom Jones <thj_at_freebsd.org>
Date: Thu, 28 Mar 2024 09:17:51 UTC

On Tue, Mar 26, 2024, at 18:31, Benoit Chesneau wrote:
> How does work VNET with interfaces? Is this as efficient as using pci 
> passtrough in a vm ? 

Overhead should be minimal, while the device is logically missing from the default vnet there isn't any more "in the way" for actual usage. Marco's paper might be a good starting point for further digging: https://papers.freebsd.org/2003/zec-vimage/

Tom