1GENWQE_MEMCOPY(1) User Commands GENWQE_MEMCOPY(1)
2
3
4
6 genwqe_memcopy - IBM Hardware Accelerator Tool.
7
9 genwqe_memcopy
10
11
13 -h, --help
14 print usage information
15
16 -v, --verbose
17 verbose mode
18
19 -C, --card <cardno>
20 use this card for operation
21
22 -A, --accelerator-type=GENWQE|CAPI CAPI is only available for System p
23
24 -V, --version
25
26 -q, --quiet
27 quiece output
28
29 -c, --count <number>
30 do multiple memcopies
31
32 -l, --preload <number>
33 preload multiple ddcb's. (default 1, only for CAPI Card)
34
35 -X, --cpu <cpu>
36 only run on this CPU
37
38 -D, --debug
39 create debug data on failure
40
41 -G, --use-sglist
42 use the scatter gather list
43
44 -n, --nonblocking
45 use nonblcoking behavior
46
47 -p, --patternfile <filename>]
48
49 -s, --bufsize <bufsize>
50 default is 4KiB
51
52 -i, --pgoffs_i <offs>
53 byte offset for input buffer
54
55 -o, --pgoffs_o <offs>
56 byte offset for output buffer
57
58 -F, --force-compare <output_data.bin>
59
60 -t, --threads <num>
61 run <num> threads, default is 1
62
63 -Y, --inject-error <err> IN:0x1, OUT:0x2, SIZE:0x4, DDCB:0x8
64
65 This utility sends memcopy DDCBs to the application chip unit. It can
66 be used to check the cards health and/or to produce stress on the card
67 to verify its correct function.
68
69 Example:
70 dd if=/dev/urandom bs=4096 count=1024 of=input_data.bin ./gen‐
71 wqe_memcopy -C0 -F -D --patternfile input_data.bin out‐
72 put_data.bin echo $? diff input_data.bin output_data.bin echo
73 $?
74
75
76
77genwqe_memcopy 4.0.20 July 2023 GENWQE_MEMCOPY(1)