cloud-hypervisor/net_util/src
Rob Bradford b29edfbee8 net_util: Replace specific bitmap implementation with trait
Replace the specific Bitmap implementation from the type signature used
for functions that take memory. This allows more flexibility when using
these functions in particular when these functions are used by the
vhost-user-net backend. An updated vhost-user-backend crate requires
extra constraints on the Bitmap implementation used (it must support
BitmapReplace which AtomicBitmap does not.)

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2024-05-01 18:29:36 +00:00
..
ctrl_queue.rs
lib.rs net_util: annotate a transmute call 2024-04-30 07:32:08 +00:00
mac.rs misc: Remove redundant "use" imports 2024-02-19 17:54:30 +00:00
open_tap.rs
queue_pair.rs net_util: Replace specific bitmap implementation with trait 2024-05-01 18:29:36 +00:00
tap.rs