User Details
User Details
- User Since
- Mar 31 2021, 11:08 PM (202 w, 5 d)
Jun 7 2021
Jun 7 2021
me_freebsd_mathieu.digital added a comment to D29733: kvmclock driver with vDSO support.
May 27 2021
May 27 2021
me_freebsd_mathieu.digital added a comment to D29733: kvmclock driver with vDSO support.
Applies cleanly on 13.0-p1, all good so far.
May 21 2021
May 21 2021
me_freebsd_mathieu.digital added a comment to D29733: kvmclock driver with vDSO support.
Apr 20 2021
Apr 20 2021
me_freebsd_mathieu.digital added a comment to D29733: kvmclock driver with vDSO support.
Apr 17 2021
Apr 17 2021
me_freebsd_mathieu.digital added a comment to D29733: kvmclock driver with vDSO support.
Apr 16 2021
Apr 16 2021
me_freebsd_mathieu.digital added a comment to D29733: kvmclock driver with vDSO support.
I applied the patch to my source tree and while compiling and using the kernel works perfectly, compiling libc failed:
Apr 8 2021
Apr 8 2021
me_freebsd_mathieu.digital added a comment to D29531: Add kvmclock timecounter support to FreeBSD.
Apr 7 2021
Apr 7 2021
me_freebsd_mathieu.digital added a comment to D29531: Add kvmclock timecounter support to FreeBSD.
Oh fair enough, I'm uploading the newer version of the diff...
me_freebsd_mathieu.digital updated the diff for D29531: Add kvmclock timecounter support to FreeBSD.
Adding kvmclock to FreeBSD
me_freebsd_mathieu.digital added a comment to D29531: Add kvmclock timecounter support to FreeBSD.
me_freebsd_mathieu.digital added a comment to D29531: Add kvmclock timecounter support to FreeBSD.
I think this is how optional features work, let me know if I got it completely wrong. And sadly when arc diff --update really messes up with the notes, not sure if I'm using it wrong...
me_freebsd_mathieu.digital updated the diff for D29531: Add kvmclock timecounter support to FreeBSD.
- Make kvm_clock an optional feature
me_freebsd_mathieu.digital added inline comments to D29531: Add kvmclock timecounter support to FreeBSD.
me_freebsd_mathieu.digital added inline comments to D29531: Add kvmclock timecounter support to FreeBSD.
me_freebsd_mathieu.digital updated the diff for D29531: Add kvmclock timecounter support to FreeBSD.
- Used designated initializers
- Added a comment to explain what the magical | 1 means
- Removed useless variable
me_freebsd_mathieu.digital added a comment to D29531: Add kvmclock timecounter support to FreeBSD.
Here's what I get with doing random reads with fio on the device used by zfs (meaning I'm trying to see if the selected timecounter has an impact on the block device layer). Command used was:
fio --filename=/dev/vtbd0 --direct=1 --rw=randread --bs=4k --ioengine=posixaio --iodepth=256 --runtime=120 --numjobs=4 --time_based --group_reporting --name=iops-test-job --eta-newline=1 --readonly
me_freebsd_mathieu.digital added a comment to D29531: Add kvmclock timecounter support to FreeBSD.
me_freebsd_mathieu.digital added a comment to D29531: Add kvmclock timecounter support to FreeBSD.
Apr 6 2021
Apr 6 2021
me_freebsd_mathieu.digital added a comment to D29531: Add kvmclock timecounter support to FreeBSD.
me_freebsd_mathieu.digital updated the diff for D29531: Add kvmclock timecounter support to FreeBSD.
- Removed headers as requested
me_freebsd_mathieu.digital added a comment to D29531: Add kvmclock timecounter support to FreeBSD.
Apr 1 2021
Apr 1 2021
me_freebsd_mathieu.digital added a comment to D29531: Add kvmclock timecounter support to FreeBSD.
Sounds good, I will wait to hear from him before updating the diff.
me_freebsd_mathieu.digital retitled D29531: Add kvmclock timecounter support to FreeBSD from Add kvmclock support to FreeBSD to Add kvmclock timecounter support to FreeBSD.
me_freebsd_mathieu.digital updated the summary of D29531: Add kvmclock timecounter support to FreeBSD.
me_freebsd_mathieu.digital updated the test plan for D29531: Add kvmclock timecounter support to FreeBSD.
me_freebsd_mathieu.digital updated the summary of D29531: Add kvmclock timecounter support to FreeBSD.
me_freebsd_mathieu.digital updated the summary of D29531: Add kvmclock timecounter support to FreeBSD.
me_freebsd_mathieu.digital updated the summary of D29531: Add kvmclock timecounter support to FreeBSD.
me_freebsd_mathieu.digital retitled D29531: Add kvmclock timecounter support to FreeBSD from Added kvmclock to Add kvmclock support to FreeBSD.