search for: interrrupt

Displaying 9 results from an estimated 9 matches for "interrrupt".

Did you mean: interrupt
2006 Jul 26
0
Interrrupts and IPIs?
Hi all, I have dom0 and a guest on the same cpu: cpu0. However, when I look at interrupts and ipis (with Xenperf) I get the following. There is nothing going on Cpu3 so why the high number of IPIs? I have done a reset of the counters, but after I run my workload on the guest cpu3 IPIS go from 0 to 210276 (Dom- has only 1 cpu and xm vcpu-list shows the other 3 cpus in blocked state. The
2003 Sep 08
9
Maximum number of X100P cards in the same * box
Hi all, Which is the practical (from your experience) limit of the number of X100P cards installed in a single Asterisk box? Asterisk can work reliable with 6 X100P cards in the same box? Anyone know when the 4 ports FXO Digium card will be available on the market? Many thanks, Dan P.S. Please do not aswer with RTFG ...tried before without success...:-))
2008 Feb 21
3
Reclaiming transmit descriptors by NIC drivers with Crossbow new scheduling
...with no one to reclaim them soon enough under polling mode. Multiple choices have been suggested, and some actually implemented in some drivers: . A timeout thread that just reclaims periodically . Reclaim some descriptors at the beginning of or before returning from the tx routine . Turn on tx interrrupts per transmit ring. . Have a single NIC-wide interrupt shared for all tx ring''s transmit completion events, and turn that interrupt ON. . Have a high water mark/low water mark for triggering the reclaiming from the transmit routine. . Some internal tunables to choose one or a combination...
2010 Oct 27
5
xhci passthrough
...ile doing 20 iterations of make -j6 of kernel works. C) Xen + 2.6.32.24 pvops dom0 + 2.6.37-merge-window kernel DomU: Videograbbing while doing 20 iterations of make -j6 still freezes the machine without a trace after a short while. An other interesting thing is the interrupt rate i see in /proc/interrrupts for the xhci controller, i measured for 5 minutes each time. In situation: A) About 3200 Interrupts/second B) About 3200 Interrupts/second C) About 7800 Interrupts/second, what would be 7.8 interrupt per ms which seems to work as long as you don''t stress the rest to the limit. Which pr...
2004 Jun 17
2
[PATCH] (3/4) delay scheduler race with device stopped
The delay scheduler dequeue routine has some code cut&pasted from the TBF scheduler that caused a race with E1000 when ring got full. It looks like net schedulers should never be calling netif_queue_stopped because the queue may get unstopped by interrrupt or receive soft irq (NAPI) which races with the dequeue in the transmit scheduler. Also, if requeuing the packet fails, it is probably because the queue became full by a racing enqueue. So the right thing to do is to go back and try again. Same patch should apply to both 2.6 and 2.4 Signed-off...
2009 Jan 06
0
Re: RE: Re: BSOD "A clock interrupt was not recevied onasecondary processor within the allocated time interval"
...cpu in a certain timeout in Windows kernel . this is taken place especially in vista kernel. Generally speaking, we have some ways to fix this, one is that we an write a programme whitch can intercept the trigger of BSOD 0x101, on the other word, we make kernel don''t care the watchdog time interrrupt. the second way, we try make vcpu of windows get more physical cpu slice which can make window take watchdog time interrupt back from io-apic when vmexit happened. In my view, optimize the scheduler and io process and irq injects process can make BSOD 0x101 reduced mostly. thanks. -- Song Wei...
2006 Jun 08
1
[HELP] - Sound cutting and dropping out - 1.2.7.1/Sangoma/PowerEdge 2850
...'s, and they also are experiencing the issues. Server is a Dell Poweredge 2850, 2 x 2.8GHz Zeons, 4GB RAM, 73GB x 2 u320 hard drives in RAID-1, with a hotspare. Running a stock Fedora Core 4 install, with only mysql and apache running. Disabled ACPI and framebuffer, and have the Sangoma card interrrupting on CPU0 only, all other devices interrupting on CPU1. Using onboard gig-E NIC with current drivers. We are connected to the PSTN through a Sangoma A104D (current firmware), using E&M Wink signalling. Sangoma drivers are the current 2.3.4-betadrivers recommended by Sangoma. I have spent t...
2007 Feb 19
2
"try"ing to understand condition handling
I'm confused by the page documenting tryCatch and friends. I think it describes 3 separate mechanisms: tryCatch (in which control returns to the invoking tryCatch), withCallHandlers (in which control goes up to the calling handler/s but then continues from the point at which signalCondition() was invoked), and withRestarts (I can't tell where control ends up). For tryCatch the docs say
2006 Aug 24
26
mongrel logging on win32 platform and win32 service
Hi All I am using version 0.3.13.3 and since there is no logging support for win32 application. I was wondering if it was possible to get any kind of logging at all. I have tried to these two options 1. Stream redirection using "mongrel_rails start -c C:/myspace/snapshot -p 4111 -t 70 -e production -P log/mongrel-1.pid > C:\temp\mongrel-1.log" The console print the output stream