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 Passed - Unit
No Test Coverage - Build Status
Buildable 20592 Build 20013: arc lint + arc unit
Event Timeline
usr.sbin/bhyve/pci_nvme.c | ||
---|---|---|
258–259 | 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 | Style(9) would have you do put a blank line after decelerations and do the assignment on a separate line. |