From: Daniel Mack <zonque@gmail.com>
To: Gururaja Hebbar <gururaja.hebbar@ti.com>, Joel Fernandes <joelf@ti.com>
Cc: linux-omap@vger.kernel.org, balajitk@ti.com, nsekhar@ti.com,
s.neumann@raumfeld.com, Russ.Dill@ti.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4] ARM: omap: edma: add suspend suspend/resume hooks
Date: Fri, 08 Nov 2013 08:51:14 +0100 [thread overview]
Message-ID: <527C97F2.2080702@gmail.com> (raw)
In-Reply-To: <527C636D.4040007@ti.com>
On 11/08/2013 05:07 AM, Gururaja Hebbar wrote:
> On Thursday 07 November 2013 11:07 PM, Daniel Mack wrote:
>> I'm running long-time tests here on a device
>> which has a mwifiex connected to omap_hsmmc. The test procedure includes:
>>
>> a) a script on the device that puts the device to sleep some seconds
>> after it has been woken up
>>
>> b) a script on a host that wakes up the device with wake-on-lan every 10
>> seconds
>>
>> c) a flood ping that checks whether the device is responding
>
> can you share above 2 (b & C) test scripts? (pastebin or inline if small)
Of course. It's very hand-baked and simple:
a)
# wpa_supplicant is started and and the ip address ist set
while [ true ]; do
ethtool -s eth0 wol g
echo mem >/sys/power/state
ethtool -s eth0 wol d
sleep 7
done
b)
while [ true ]; do
sudo etherwake -i em1 BC:6A:29:84:0A:62
sleep 5
done
c)
ping -s 32768 -i 0.1 192.168.178.222
Daniel
prev parent reply other threads:[~2013-11-08 7:51 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-30 20:21 [PATCH v4] ARM: omap: edma: add suspend suspend/resume hooks Daniel Mack
2013-10-31 22:25 ` Vaibhav Bedia
2013-11-06 17:36 ` Joel Fernandes
2013-11-07 13:30 ` Gururaja Hebbar
2013-11-07 13:32 ` Daniel Mack
2013-11-07 15:18 ` Nishanth Menon
2013-11-07 15:36 ` Daniel Mack
2013-11-07 15:48 ` Nishanth Menon
2013-11-07 20:42 ` Vaibhav Bedia
2013-11-15 14:39 ` Nishanth Menon
2013-11-17 22:09 ` Daniel Mack
2013-11-07 20:34 ` Vaibhav Bedia
2013-11-07 15:34 ` Nishanth Menon
2013-11-07 16:27 ` Grygorii Strashko
2013-11-07 20:46 ` Vaibhav Bedia
2013-11-07 16:34 ` Joel Fernandes
2013-11-07 16:49 ` Joel Fernandes
2013-11-07 17:37 ` Daniel Mack
2013-11-07 21:39 ` Joel Fernandes
2013-11-08 4:07 ` Gururaja Hebbar
2013-11-08 7:51 ` Daniel Mack [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=527C97F2.2080702@gmail.com \
--to=zonque@gmail.com \
--cc=Russ.Dill@ti.com \
--cc=balajitk@ti.com \
--cc=gururaja.hebbar@ti.com \
--cc=joelf@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=nsekhar@ti.com \
--cc=s.neumann@raumfeld.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).