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: Thu, 28 Jun 2007 19:00:27 +0200 From: Patrick McHardy <kaber@...sh.net> To: PJ Waskiewicz <peter.p.waskiewicz.jr@...el.com> CC: davem@...emloft.net, netdev@...r.kernel.org, jeff@...zik.org, auke-jan.h.kok@...el.com, hadi@...erus.ca Subject: Re: [PATCH 2/3] NET: [CORE] Stack changes to add multiqueue hardware support API PJ Waskiewicz wrote: > include/linux/etherdevice.h | 3 +- > include/linux/netdevice.h | 62 ++++++++++++++++++++++++++++++++++++++++++- > include/linux/skbuff.h | 4 ++- > net/core/dev.c | 27 +++++++++++++------ > net/core/netpoll.c | 8 +++--- > net/core/pktgen.c | 10 +++++-- > net/core/skbuff.c | 3 ++ > net/ethernet/eth.c | 9 +++--- > 8 files changed, 104 insertions(+), 22 deletions(-) > include/linux/pkt_sched.h | 9 +++ > net/sched/Kconfig | 23 +++++++ > net/sched/sch_prio.c | 147 +++++++++++++++++++++++++++++++++++++++++---- > 3 files changed, 166 insertions(+), 13 deletions(-) Quick question: where are the sch_generic changes? :) If you hold for ten minutes I'll post a set of slightly changed patches with the NETDEVICES_MULTIQUEUE option and a fix for this. - 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