deprecate TASKQ_CANTSLEEP

2019-03-28 Thread David Gwynne
nothing uses it anymore, and i don't think it's useful either. for those who don't know what it did, it marked the threads used by a taskq so the scheduler knew they shouldnt sleep. this was used in the early stages of the mpsafe network stack changes to mark the softnet taskqs as nonsleeping so

Re: hibernate_io function

2019-03-28 Thread Theo de Raadt
Mike Larkin wrote: > On Thu, Mar 28, 2019 at 07:02:11AM +, Shivaprashanth H wrote: > > hi Larkin, > > > > yes. I am looking to port the hibernate feature from openbsd to freebsd. > > > > so in freebsd, i see dev/ada > > > > I don't know what physical device that corresponds to. According

[PATCH] [www] events.html - fix presentation title

2019-03-28 Thread Raf Czlonka
Hi all, A quick/small title fix. Regards, Raf Index: events.html === RCS file: /cvs/www/events.html,v retrieving revision 1.1150 diff -u -p -r1.1150 events.html --- events.html 24 Mar 2019 21:51:33 - 1.1150 +++

Re: nvme_pci.c patch for MSI-X

2019-03-28 Thread Mark Kettenis
> Date: Thu, 28 Mar 2019 09:00:35 -0700 > From: Chris Cappuccio > > I think the current MSI-X implementation is a minimal skeleton, > enough for some devices under virtualization. I don't know if it's > enough for NVMe on real hardware. The main problem is that the MSI-X implementation has

Re: nvme_pci.c patch for MSI-X

2019-03-28 Thread Chris Cappuccio
I think the current MSI-X implementation is a minimal skeleton, enough for some devices under virtualization. I don't know if it's enough for NVMe on real hardware. Jason Tubnor [ja...@tubnor.net] wrote: > Hi, > > Below is a patch that fixes an issue where NVMe storage is presented only > via

Re: FAQ#16 - add link

2019-03-28 Thread Janne Johansson
Den tors 28 mars 2019 kl 11:26 skrev Oleg Pahl : > Hi, > please check my diff for www part of cvs (faq16.html). > ok? > > That seems to change the meaning of it. bridge0 is the first bridge interface, not a pointer to a non-existing manpage section. See the em0 intel ethernet reference on the

FAQ#16 - add link

2019-03-28 Thread Oleg Pahl
Hi, please check my diff for www part of cvs (faq16.html). ok? BR Oleg Pahl Index: faq/faq16.html === RCS file: /cvs/www/faq/faq16.html,v retrieving revision 1.13 diff -u -p -u -p -r1.13 faq16.html --- faq/faq16.html 21 Jan 2019

Re: introduce 'pfctl -FR' to reset settings to defaults

2019-03-28 Thread Alexandr Nedvedicky
Hello, > > +Flush all of the above (+ reset settings). > This is fine as is, I think. > > > +void pfctl_restore_defaults(int, int); > Why not simply pfctl_reset()? I had used pfctl_reset() at some point of history, then I stopped to like it. Now I like it again. updated diff

Re: introduce 'pfctl -FR' to reset settings to defaults

2019-03-28 Thread Klemens Nanni
On Wed, Mar 27, 2019 at 02:17:03AM +0100, Alexandr Nedvedicky wrote: > tedu@ has planted idea for diff below here [1]. That particular email is part > of thread [2], where various cleanup/unconfigure options for PF are discussed. > To keep progressing in small steps I've decided to factor out the

Re: hibernate_io function

2019-03-28 Thread Mike Larkin
On Thu, Mar 28, 2019 at 07:02:11AM +, Shivaprashanth H wrote: > hi Larkin, > > yes. I am looking to port the hibernate feature from openbsd to freebsd. > > so in freebsd, i see dev/ada > I don't know what physical device that corresponds to. According to the FreeBSD man page, that could

Re: hibernate_io function

2019-03-28 Thread Shivaprashanth H
hi Larkin, yes. I am looking to port the hibernate feature from openbsd to freebsd. so in freebsd, i see dev/ada From: Mike Larkin Sent: Thursday, March 28, 2019 12:25:41 PM To: Shivaprashanth H Cc: tech@openbsd.org Subject: Re: hibernate_io function On Thu,

Re: hibernate_io function

2019-03-28 Thread Mike Larkin
On Thu, Mar 28, 2019 at 06:03:25AM +, Shivaprashanth H wrote: > the get_hibernate_io_function() in sys/arch/amd64/amd64/hibernate_machdep.c > > support for 'wd' and 'sd' (ahci, nvme, softraid, sdmmc) are present > > in my system i see /dev/ada0 > > so which of the above are compatible with

hibernate_io function

2019-03-28 Thread Shivaprashanth H
the get_hibernate_io_function() in sys/arch/amd64/amd64/hibernate_machdep.c support for 'wd' and 'sd' (ahci, nvme, softraid, sdmmc) are present in my system i see /dev/ada0 so which of the above are compatible with /dev/ada0 drive? Disclaimer: "This message is intended only for the designated