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:	Sun, 16 Jun 2013 23:07:36 +0800
From:	Ming Lei <tom.leiming@...il.com>
To:	"Morales, Alejandra" <alejandra.morales@....de>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: Questions about Runtime Power Management

On Mon, Jun 10, 2013 at 12:28 AM, Morales, Alejandra
<alejandra.morales@....de> wrote:

> - Is runtime power management supported by net devices?

Currently, 'struct net_device' doesn't support runtime power management,
and I submitted one patch to add the support for solving accessing
suspended device by 'ethtool', but it was rejected.

              http://marc.info/?t=135054860600003&r=1&w=2

But the physical device of the net device can support runtime PM, for example,
some PCIe network devices support runtime PM on link change, and usbnet
devices support auto suspend.

Generally, the physical device is the parent of the net device, which is
a class device.

Thanks,
-- 
Ming Lei
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ