cloud-hypervisor/net_util
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
..
src net_util: Replace specific bitmap implementation with trait 2024-05-01 18:29:36 +00:00
Cargo.toml net_util: import derive feature for serde 2024-04-29 11:13:05 +00:00