bcran that's just informational: it still works fine.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jun 3 2021
May 31 2021
May 26 2021
In D30462#684409, @kib wrote:I believe SMAP on AMD is very recent feature, AFAIR it is not present on Zen2.
From dmesg on a FreeBSD-14 guest on a Ryzen 4700U.
May 24 2021
May 8 2021
May 7 2021
May 3 2021
May 1 2021
Apr 30 2021
The uuid is being correctly validated in smbiostbl.c:smbios_type1_initializer() so there's no need to do it again. An fprintf to stderr there indicatiing it is invalid is fine, and the assert on a return from smbios_build() can be changed into an exit(1).
Apr 19 2021
Apr 17 2021
Apr 15 2021
Apr 14 2021
the least effort would be to not touch this review and commit the already reviewed patch to main.
Apr 13 2021
Looks fine, and preserves #GP on writes.
Want to abandon this one and re-submit ?
This is worth having.
Apr 9 2021
Apr 7 2021
Rod, why is your opinion so important ?
Apr 3 2021
Mar 31 2021
Fixes the issue for me.
Mar 30 2021
Mar 27 2021
Looks fine: please fix the #define on submit.
Mar 18 2021
Mar 17 2021
The older bhyve edk2 f/w can be built with up to gcc7, if gcc48 needs to be killed off
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222233#c7)
Mar 9 2021
Mar 8 2021
Maybe ping ctuffli/imp for nvme.h, since that may involve removing other unecessary __packed's
Yes for the bhyve parts.
Mar 7 2021
Good catch rew :)
Mar 6 2021
Thanks for doing this; a long overdue change.
Mar 5 2021
Mar 2 2021
D28962 now committed with 95331c228a39
Feb 27 2021
FYI the cumulative pfsense wireguard changes are in D28962
Feb 26 2021
There's a more complete fix for this in the pfsense repo, that also stores the source address so CARP destination addresses will work:
https://github.com/pfsense/FreeBSD-src/commit/1940e7d3
Feb 22 2021
The #if 0 debug code in vtnet_rxq_csum_data_valid could be removed and the unused parameter dropped, but not essential for this review.
Feb 16 2021
The 64-bit issue is still present in the updated EDK2 (and being worked on), but moving off python2/gcc48 is a more pressing issue.
Feb 14 2021
Feb 9 2021
Feb 6 2021
Feb 3 2021
Feb 2 2021
I tested all 3 ioapic diffs with a FreeBSD 12.2 guest on -current, with MSI/MSI-x disabled to force virtio-net and ahci to use level-triggered legacy IRQs. Some stress testing was done with those devices without any issue.
Feb 1 2021
Jan 19 2021
Looks fine.
Jan 17 2021
Change looks useful, thanks.
Jan 11 2021
I've looked at all the non-vtnet phab changes, and looked at the diff of the cumulative vtnet changes.
Dec 31 2020
I've updated the title and description.
Dec 18 2020
Dec 16 2020
Dec 15 2020
Convert to use c11 atomics.
Dec 14 2020
Dec 13 2020
Dec 10 2020
Dec 9 2020
Dec 6 2020
Nov 30 2020
Only other thing I can think of is to install VARS.fd as read-only since it's use is as a template and not a location for vars. But, this can be done later (as can cutting over to an edk2 stable tag)
Nov 29 2020
Nov 28 2020
I'm not seeing those files in 80072.
Nov 27 2020
I'm ok with this to go in to CURRENT and any remaining debug to occur there.