search for: watchdog_thres

Displaying 3 results from an estimated 3 matches for "watchdog_thres".

Did you mean: watchdog_thresh
2022 Dec 30
1
[PATCH 3/4] virtio_ring: introduce a per virtqueue waitqueue
...ckup anymore. A simple wait + timeout + > > warning seems sufficient? > > > > Thanks > > I'd like to avoid need to teach users new APIs. So watchdog setup to apply > to this driver. The warning can be different. Right, so it looks to me the only possible setup is the watchdog_thres. I plan to trigger the warning every watchdog_thres * 2 second (as softlockup did). And I think it would still make sense to fail, we can start with a very long timeout like 1 minutes and break the device. Does this make sense? Thanks > > > > > > > > > And before the p...
2023 Jan 27
1
[PATCH 3/4] virtio_ring: introduce a per virtqueue waitqueue
...> > warning seems sufficient? > > > > > > Thanks > > > > I'd like to avoid need to teach users new APIs. So watchdog setup to apply > > to this driver. The warning can be different. > > Right, so it looks to me the only possible setup is the > watchdog_thres. I plan to trigger the warning every watchdog_thres * 2 > second (as softlockup did). > > And I think it would still make sense to fail, we can start with a > very long timeout like 1 minutes and break the device. Does this make > sense? > > Thanks I'd say we need to mak...
2023 Jan 30
1
[PATCH 3/4] virtio_ring: introduce a per virtqueue waitqueue
...to teach users new APIs. So watchdog setup to apply > > > > > > > > to this driver. The warning can be different. > > > > > > > > > > > > > > Right, so it looks to me the only possible setup is the > > > > > > > watchdog_thres. I plan to trigger the warning every watchdog_thres * 2 > > > > > > > second (as softlockup did). > > > > > > > > > > > > > > And I think it would still make sense to fail, we can start with a > > > > > > > very lon...