Add support for SCSI disk hot add and remove. Also add padding
according to requirement of different hypervisors.
Details
Details
Tested by OSTC test team.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Only one minor comment.
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c | ||
---|---|---|
400 ↗ | (On Diff #5320) | Would it make sense to have a macro that calculates the size? I see you are using this in a bunch of places: #define VSTOR_PKT_SIZE (sizeof(struct vstor_packet) - vmscsi_size_delta) |