lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 19 Jun 2007 12:04:20 -0400 From: jamal <hadi@...erus.ca> To: Zhu Yi <yi.zhu@...el.com> Cc: Patrick McHardy <kaber@...sh.net>, David Miller <davem@...emloft.net>, peter.p.waskiewicz.jr@...el.com, netdev@...r.kernel.org, jeff@...zik.org, auke-jan.h.kok@...el.com Subject: Re: [PATCH] NET: Multiqueue network device support. On Tue, 2007-19-06 at 10:12 +0800, Zhu Yi wrote: > Mine was much simpler. We don't need to > consider the wireless dynamic priority change case at this time. Just > tell me what you suppose the driver to do (stop|start queue) when the > hardware PHL is full but PHH is empty? I already responded to this a few emails back. My suggestion then was: Pick between a timer and a number of packets X transmitted, whichever comes first. [In e1000 for example, the opening strategy is every time 32 packets get transmitted, you open up]. In the case of wireless, pick two numbers XHH and XHL with XHL < XHH. The timers would be similar in nature (THH > THL). All these variables are only valid if you shutdown the ring. So in the case HL shuts down the ring, you fire THL. If either XHL packets are transmitted or THL expires, you netif_wake. Did that make sense? BTW, this thread is going back and forth on the same recycled arguements. As an example, i have responded to this specific question. Can we drop the discussion? cheers, jamal - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists