Page MenuHomeFreeBSD

daveb_spectralogic.com (dave baukus)
User

Projects

User does not belong to any projects.

User Details

User Since
Aug 16 2018, 8:15 PM (299 w, 3 d)

Recent Activity

Jun 19 2023

daveb_spectralogic.com added a comment to D34268: Re-implement PCI VPD fetch.

I have applied the patch to Stable 13.1 and tested on several systems that previously demonstrated https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272018
The VPD is correctly and consistently displayed via pciconf -lV <pci addr> with this patch.

Jun 19 2023, 7:29 PM

Aug 30 2022

daveb_spectralogic.com added inline comments to D36391: Enable umodem clear stall on open.
Aug 30 2022, 2:05 PM
daveb_spectralogic.com updated the diff for D36391: Enable umodem clear stall on open.

Move setting of UCOM_FLAG_LL_READY back to original location.

Aug 30 2022, 1:16 PM
daveb_spectralogic.com added inline comments to D36391: Enable umodem clear stall on open.
Aug 30 2022, 12:44 PM

Aug 29 2022

daveb_spectralogic.com requested review of D36391: Enable umodem clear stall on open.
Aug 29 2022, 8:56 PM

Jul 15 2021

daveb_spectralogic.com added a comment to D30826: create a sysctl so that the maximum I/O size on the NFS server can be increased to 1Mbyte.

@rmacklem: yes my FreeBSD13 is a little stale. I did some crude IO bench marking; the graphs are very spiky, but it appears that I got around 200-250 MB/sec with the 128k and 250-300++ MB/sec with 1m. Multiple writers all from the same client over a 1G link.

Jul 15 2021, 5:44 PM
daveb_spectralogic.com added a comment to D30826: create a sysctl so that the maximum I/O size on the NFS server can be increased to 1Mbyte.

I've pulled this into my FreeBSD Stable13; I've verified that a client (ubuntu 18x) negotiates wsize/rsize = 131072 by default and that by adding vfs.nfsd.srvmaxio=1048576 to /etc/sysctl.conf, the same client negotiates wsize/rsize = 1048576. I have also done some cursory IO testing.

Jul 15 2021, 12:14 AM