Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion viostor/virtio_stor.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ typedef struct VirtIOBufferDescriptor VIO_SG, *PVIO_SG;

#define BLOCK_SERIAL_STRLEN 20

#define MAX_PHYS_SEGMENTS 512
#define MAX_PHYS_SEGMENTS 1024
#define VIRTIO_MAX_SG (3 + MAX_PHYS_SEGMENTS)

#define VIOBLK_POOL_TAG 'BoiV'
Expand Down