All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/2] network/netstress: fix -D option description
@ 2019-11-12 15:11 Alexey Kodanev
  2019-11-12 15:11 ` [LTP] [PATCH 2/2] network/netstress: set default options value after arg parsing Alexey Kodanev
  2019-11-13  1:01 ` [LTP] [PATCH 1/2] network/netstress: fix -D option description Petr Vorel
  0 siblings, 2 replies; 5+ messages in thread
From: Alexey Kodanev @ 2019-11-12 15:11 UTC (permalink / raw)
  To: ltp

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
---
 testcases/network/netstress/netstress.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/network/netstress/netstress.c b/testcases/network/netstress/netstress.c
index 413f20a9d..a5cc9a532 100644
--- a/testcases/network/netstress/netstress.c
+++ b/testcases/network/netstress/netstress.c
@@ -999,7 +999,7 @@ static struct tst_option options[] = {
 	{"T:", &type, "-T x     tcp (default), udp, udp_lite, dccp, sctp"},
 	{"z", &zcopy, "-z       enable SO_ZEROCOPY"},
 	{"P:", &reuse_port, "-P       enable SO_REUSEPORT"},
-	{"D:", &dev, "-d x     bind to device x\n"},
+	{"D:", &dev, "-D x     bind to device x\n"},
 
 	{"H:", &server_addr, "Client:\n-H x     Server name or IP address"},
 	{"l", &client_mode, "-l       Become client, default is server"},
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-13 10:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-12 15:11 [LTP] [PATCH 1/2] network/netstress: fix -D option description Alexey Kodanev
2019-11-12 15:11 ` [LTP] [PATCH 2/2] network/netstress: set default options value after arg parsing Alexey Kodanev
2019-11-13  1:02   ` Petr Vorel
2019-11-13 10:55     ` Alexey Kodanev
2019-11-13  1:01 ` [LTP] [PATCH 1/2] network/netstress: fix -D option description Petr Vorel

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.