This topic was discussed on review D17759.
Details
Details
- Reviewers
rgrimes jhb brooks - Group Reviewers
bhyve - Commits
- rS341761: MFC r340211:
rS340211: Comestic change to try to inline the memset with SSE/AVX instructions.
Linux Guest with disk nvme ram.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
usr.sbin/bhyve/pci_nvme.c | ||
---|---|---|
257 ↗ | (On Diff #49865) | Yes, thank you! I read that wrong, sorry about the noise. |
Comment Actions
Commit message should mention the switch to size_t.
usr.sbin/bhyve/pci_nvme.c | ||
---|---|---|
256 ↗ | (On Diff #49920) | Style(9) would have you do put a blank line after decelerations and do the assignment on a separate line. |