From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 1/2] network/busy_poll: Fix tests in namespaced env
Date: Tue, 1 Jun 2021 11:00:51 +0200 [thread overview]
Message-ID: <YLX3Qyah6SLQTKzW@pevik> (raw)
In-Reply-To: <f8300887-b372-950e-5c26-92ba36869246@bell-sw.com>
> On 31.05.2021 16:53, Martin Doucha wrote:
> > Signed-off-by: Martin Doucha <mdoucha@suse.cz>
> > ---
> > testcases/network/busy_poll/busy_poll01.sh | 15 ++++++---------
> > testcases/network/busy_poll/busy_poll02.sh | 7 +++----
> > testcases/network/busy_poll/busy_poll03.sh | 7 +++----
> > 3 files changed, 12 insertions(+), 17 deletions(-)
> > diff --git a/testcases/network/busy_poll/busy_poll01.sh b/testcases/network/busy_poll/busy_poll01.sh
> Hi Martin,
> ...
> > setup()
> > {
> > busy_poll_check_config
> > - busy_poll_old="$(cat /proc/sys/net/core/busy_poll)"
> > - rbusy_poll_old=$(tst_rhost_run -c 'cat /proc/sys/net/core/busy_poll')
> > + busy_poll_old="$(sysctl -n /proc/sys/net/core/busy_poll)"
> > + rbusy_poll_old=$(tst_rhost_run -c 'sysctl -ne /proc/sys/net/core/busy_poll')
> > }
> Here should be net.core.busy_poll, not the path.
Hi Alexey, Martin,
Yep, I was just going to report it as well.
Merging both patches with this fix, thanks both for your time!
Kind regards,
Petr
> Otherwise looks good.
next prev parent reply other threads:[~2021-06-01 9:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-31 13:53 [LTP] [PATCH 1/2] network/busy_poll: Fix tests in namespaced env Martin Doucha
2021-05-31 13:53 ` [LTP] [PATCH 2/2] network/busy_poll: Remove unnecessary driver check Martin Doucha
2021-06-01 8:22 ` Petr Vorel
2021-06-01 8:48 ` [LTP] [PATCH 1/2] network/busy_poll: Fix tests in namespaced env Alexey Kodanev
2021-06-01 9:00 ` Petr Vorel [this message]
2021-06-01 9:03 ` Martin Doucha
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=YLX3Qyah6SLQTKzW@pevik \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.