Page MenuHomeFreeBSD

olevole_olevole.ru (Oleg Ginzburg)
User

Projects

User does not belong to any projects.

User Details

User Since
Nov 10 2016, 8:57 AM (389 w, 23 h)

Recent Activity

Jun 4 2021

olevole_olevole.ru added a comment to D30632: racct: Remove factor in pcpu estimate.

The patch works like a charm! This fixes the case I described here (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235556#c2), the stats are now correct: https://www.bsdstore.ru/trash/racct.png
Tested on: FreeBSD 14.0-CURRENT #0 main-n247127-1976e079544-dirty

Jun 4 2021, 9:27 AM

Mar 18 2021

olevole_olevole.ru added a comment to D26209: GVT-d support for bhyve.
In D26209#656625, @khng wrote:
Mar 18 2021, 12:21 PM · bhyve
olevole_olevole.ru added a comment to D26209: GVT-d support for bhyve.
In D26209#633596, @c.koehne_beckhoff.com wrote:
  • fix compiling
Mar 18 2021, 11:52 AM · bhyve

Jan 23 2021

olevole_olevole.ru added a comment to D26209: GVT-d support for bhyve.

Broken for FreeBSD 13.0-ALPHA2:

--- all_subdir_usr.sbin ---
        uint64_t cpu_maxphysaddr, pci_emul_memresv64;
                                  ^
/usr/jails/src/src_13/src/usr.sbin/bhyve/pci_emul.c:1256:8: error: unused variable 'regs' [-Werror,-Wunused-variable]
        u_int regs[4];
              ^
/usr/jails/src/src_13/src/usr.sbin/bhyve/pci_emul.c:1255:11: error: unused variable 'cpu_maxphysaddr' [-Werror,-Wunused-variable]
        uint64_t cpu_maxphysaddr, pci_emul_memresv64;
                 ^
3 errors generated.
Jan 23 2021, 4:12 PM · bhyve

Apr 20 2020

olevole_olevole.ru added a comment to D20468: if_vether, ported from OpenBSD.

Hi, Checked the vether module for a month under high load ( 13-CURRENT ). I can say that at present this is the only stable way to interact with traffic inside the VALE switch from the host system. if_epair is extremely unstable. It would be very helpful to see the movement of this work.

Apr 20 2020, 11:17 PM

Jan 15 2018

olevole_olevole.ru added a comment to D13896: devel/libspice-server: fix pc file generation.

@novel I checked this patch on my system and it looks good for me.

Jan 15 2018, 8:29 AM

Nov 10 2016

olevole_olevole.ru added a comment to D8486: increase UCODE_SIZE_MAX from 32kB to 4MB in sys/dev/cpuctl/cpuctl.c to allow microcode update on Intel 6th+ gen CPUs.

Probably a good idea to make it tunable and also, it would be nice if the system checks the amount of firmware and noticed message about limit exceed, instead of 'Invalid argument'

Nov 10 2016, 9:01 AM