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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 14 Jul 2008 18:48:49 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	kaber@...sh.net
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH 0/14]: Make packet scheduler multiqueue aware.

From: Patrick McHardy <kaber@...sh.net>
Date: Tue, 15 Jul 2008 02:25:32 +0200

> Unfortunately that seems to imply that anything but the really
> simple qdiscs can't be used transparently in combination with
> multiqueue without breaking configurations.

I think we can fix this after the merge window :)

One idea is to allow all of the queues to point at a
single qdisc.  We'd just need to work out how to do the
locking.

For example, the Qdisc has a lock member, and a pointer.
For simple qdiscs the pointer points at the netdev_queue
lock.  But when sharing, we use the in-Qdisc static lock.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ