From: Petr Machata <petrm@mellanox.com>
To: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Cc: Ido Schimmel <idosch@mellanox.com>
Subject: [PATCH net-next 00/11] selftests: Various fixes
Date: Thu, 31 Jan 2019 22:35:08 +0000 [thread overview]
Message-ID: <cover.1548973731.git.petrm@mellanox.com> (raw)
This patch set contains various fixes whose common denominator is
improving quality of forwarding and mlxsw selftests.
Most of the fixes are improvements in determinism (such that timing and
latency don't impact the test performance). These were prompted by
regular runs of the test suite on a hardware emulator, the performance
of which is necessarily lower than that of the real device.
Patches #1 (from Ido), #2 and #3 make changes to ping limits.
Patches #4 and #5 add more sleep in places where things need more time
to finish.
Patches #6 and #7 fix two tests in the suite of mirror-to-gretap tests
where underlay involves a VLAN device over an 802.1q bridge.
Patches #8, #9 and #10 fix bugs in mirror-to-gretap test where underlay
involves a LAG device.
Patch #11 fixes a missed RET initialization in mirror-to-gretap flower
test.
Ido Schimmel (1):
selftests: forwarding: Make ping timeout configurable
Petr Machata (10):
selftests: forwarding: mirror_lib: Update ping limits
selftests: mlxsw: Update ping limits
selftests: forwarding: mirror_gre_changes: Fix TTL test
selftests: forwarding: mirror_lib: Wait for tardy mirrored packets
selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix untagged test
selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix roaming test
selftests: forwarding: mirror_gre_bridge_1q_lag: Flush neighbors
selftests: forwarding: mirror_gre_bridge_1q_lag: Enable forwarding
selftests: forwarding: mirror_gre_bridge_1q_lag: Ignore ARP
selftests: forwarding: mirror_gre_flower: Fix test result handling
.../selftests/drivers/net/mlxsw/qos_dscp_bridge.sh | 3 +-
.../selftests/drivers/net/mlxsw/qos_dscp_router.sh | 3 +-
.../net/forwarding/forwarding.config.sample | 3 +
tools/testing/selftests/net/forwarding/lib.sh | 7 +-
.../net/forwarding/mirror_gre_bridge_1q_lag.sh | 11 ++-
.../selftests/net/forwarding/mirror_gre_changes.sh | 1 +
.../selftests/net/forwarding/mirror_gre_flower.sh | 4 +-
.../net/forwarding/mirror_gre_vlan_bridge_1q.sh | 88 +++++++++++++++++++---
.../testing/selftests/net/forwarding/mirror_lib.sh | 5 +-
.../selftests/net/forwarding/router_broadcast.sh | 3 +-
10 files changed, 107 insertions(+), 21 deletions(-)
--
2.4.11
next reply other threads:[~2019-01-31 22:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-31 22:35 Petr Machata [this message]
2019-01-31 22:35 ` [PATCH net-next 01/11] selftests: forwarding: Make ping timeout configurable Petr Machata
2019-01-31 22:35 ` [PATCH net-next 02/11] selftests: forwarding: mirror_lib: Update ping limits Petr Machata
2019-01-31 22:35 ` [PATCH net-next 03/11] selftests: mlxsw: " Petr Machata
2019-01-31 22:35 ` [PATCH net-next 04/11] selftests: forwarding: mirror_gre_changes: Fix TTL test Petr Machata
2019-01-31 22:35 ` [PATCH net-next 05/11] selftests: forwarding: mirror_lib: Wait for tardy mirrored packets Petr Machata
2019-01-31 22:35 ` [PATCH net-next 06/11] selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix untagged test Petr Machata
2019-01-31 22:35 ` [PATCH net-next 07/11] selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix roaming test Petr Machata
2019-01-31 22:35 ` [PATCH net-next 08/11] selftests: forwarding: mirror_gre_bridge_1q_lag: Flush neighbors Petr Machata
2019-01-31 22:35 ` [PATCH net-next 09/11] selftests: forwarding: mirror_gre_bridge_1q_lag: Enable forwarding Petr Machata
2019-01-31 22:35 ` [PATCH net-next 10/11] selftests: forwarding: mirror_gre_bridge_1q_lag: Ignore ARP Petr Machata
2019-01-31 22:35 ` [PATCH net-next 11/11] selftests: forwarding: mirror_gre_flower: Fix test result handling Petr Machata
2019-02-01 23:26 ` [PATCH net-next 00/11] selftests: Various fixes David Miller
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=cover.1548973731.git.petrm@mellanox.com \
--to=petrm@mellanox.com \
--cc=idosch@mellanox.com \
--cc=netdev@vger.kernel.org \
/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).