All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/pci: Add a missing option help line
@ 2017-08-16 10:17 Stan Drozd
  2017-08-16 14:22 ` Kishon Vijay Abraham I
  0 siblings, 1 reply; 2+ messages in thread
From: Stan Drozd @ 2017-08-16 10:17 UTC (permalink / raw)
  To: linux-pci; +Cc: Kishon Vijay Abraham I

Signed-off-by: Stan Drozd <drozdziak1@gmail.com>
---
 tools/pci/pcitest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/pci/pcitest.c b/tools/pci/pcitest.c
index ad54a58d7dda..eece9d1124b6 100644
--- a/tools/pci/pcitest.c
+++ b/tools/pci/pcitest.c
@@ -173,6 +173,7 @@ int main(int argc, char **argv)
 			"\t-D <dev>		PCI endpoint test device {default: /dev/pci-endpoint-test.0}\n"
 			"\t-b <bar num>		BAR test (bar number between 0..5)\n"
 			"\t-m <msi num>		MSI test (msi number between 1..32)\n"
+			"\t-l 			Legacy irq test\n"
 			"\t-r			Read buffer test\n"
 			"\t-w			Write buffer test\n"
 			"\t-c			Copy buffer test\n"
-- 
2.13.4

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

end of thread, other threads:[~2017-08-16 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-16 10:17 [PATCH] tools/pci: Add a missing option help line Stan Drozd
2017-08-16 14:22 ` Kishon Vijay Abraham I

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.