Re: Maximum number of interruprs a CPU can receive without dropping/losing any

2005-12-03 Thread Rafi Gordon
Hello Gilad, You are right; I know about the methods which NAPI-drivers use,like the netif_rx_complete() method which reenable interrupts. However, there is still a question: There are many network drivers who have NAPI feature, as you described it, but by default the act as only

Re: Maximum number of interruprs a CPU can receive without dropping/losing any

2005-12-03 Thread Oleg Goldshmidt
hi rafi, Rafi Gordon <[EMAIL PROTECTED]> writes: > You don't mention the CPU here directly. I explained what the CPU does to handle interrupts. Obviously, a faster CPU will be able to handle more interupts, all circumstances being equal. How many - in absolute numbers - will depend on what the

Re: Maximum number of interruprs a CPU can receive without dropping/losing any

2005-12-03 Thread Gilad Ben-Yossef
Rafi Gordon wrote: A practical example which had driven me to post this question originally: I want to know when I should use NAPI (polling) instead of interrupts in a network card so that I won't loss interrupts. (and data , as a result). NAPI is not polling. In fact, you missed the whole po

Re: Maximum number of interruprs a CPU can receive without dropping/losing any

2005-12-03 Thread Maxim Kovgan
On ש', 2005-12-03 at 03:17 -0500, Rafi Gordon wrote: > Hello, > Thanks for the answer. > > > I suppose it is OS-, device-, and driver-dependent. > > You don't mention the CPU here directly. I assume the CPU and it's clock speed > has also to do with the upper limit of interrupts from which on >

Konqueror display open dialog instead of opening a link

2005-12-03 Thread ik
Hi, This message is about how to solve the problem :) Well, Konqueror was giving me all of the time a dialog with the following text: Open 'http://www.googletab=wi&ie=UTF-8&q='? Type: HTML Document Checkbox with Do not ask again With the buttons of “Save As...” “Open with 'Kate'” and “Canc

Re: Maximum number of interruprs a CPU can receive without dropping/losing any

2005-12-03 Thread Shachar Shemesh
Rafi Gordon wrote: >Hello, > Thanks for the answer. > > > >>I suppose it is OS-, device-, and driver-dependent. >> >> > >You don't mention the CPU here directly. > Are you asking about the hardware or about the entire system? If you are asking about the hardware, it is reasonable (I don't h

Re: Maximum number of interruprs a CPU can receive without dropping/losing any

2005-12-03 Thread Rafi Gordon
Hello, Thanks for the answer. > I suppose it is OS-, device-, and driver-dependent. You don't mention the CPU here directly. I assume the CPU and it's clock speed has also to do with the upper limit of interrupts from which on interrupts will be dropped. Am I right ? From your answer it seems t