| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 839 const char *help; member 2571 .help = "table id", 2578 .help = "queue id", 3477 .help = "VF ID", 4037 .help = 4584 .help = "S field", 5290 .help = "VF ID", 5424 .help = "IP TTL", 5487 .help = "VLAN id", 10370 if (token->help) in cmd_flow_get_help() [all …]
|
| /dpdk/app/test-bbdev/ |
| H A D | test-bbdev.py | 25 help="specifies path to the bbdev test app", 28 help="EAL arguments which are passed to the test app", 32 help="Timeout in seconds", 36 help="Defines test cases to run. Run all if not specified") 39 help="Specifies paths to the test vector files.", 44 help="Number of operations to process on device.", 49 help="Operations enqueue/dequeue burst size.", 53 help="Number of lcores to run.", 57 help="Initialise PF device with default values.")
|
| /dpdk/usertools/ |
| H A D | dpdk-hugepages.py | 218 help="print the current huge page configuration") 220 '--clear', '-c', action='store_true', help="clear existing huge pages") 225 help='mount the huge page filesystem') 230 help='unmount the system huge page directory') 232 '--node', '-n', help='select numa node to reserve pages on') 237 help='choose huge page size to use') 242 help='reserve huge pages. Size is in bytes with K, M, or G suffix') 246 help='setup huge pages by doing clear, unmount, reserve and mount')
|
| H A D | dpdk-telemetry.py | 170 help='Provide file-prefix for DPDK runtime directory') 172 help='Provide instance number for DPDK application') 174 help='List all possible file-prefixes and exit')
|
| H A D | dpdk-devbind.py | 666 help="Print the current status of all known devices.") 669 help="Print the status of given device group.", 677 help="Select the driver to use or \"none\" to unbind the device") 682 help="Unbind a device (equivalent to \"-b none\")") 686 help=""" 694 help="""
|
| H A D | dpdk-pmdinfo.py | 570 help='dump raw json strings') 572 help="output information on hw support as a hex table", 575 help="specify a pci database to get vendor names from", 578 help="scan dpdk for autoload plugins", 580 parser.add_argument("elf_file", help="driver shared object file")
|
| /dpdk/drivers/raw/ioat/ |
| H A D | dpdk_idxd_cfg.py | 109 help="Specify DSA instance either via DSA instance number or PCI address") 111 help="Number of queues to set up") 114 help="Prefix for workqueue name to mark for DPDK use [default: 'dpdk']") 116 help="Reset DSA device and its queues")
|
| /dpdk/drivers/dma/idxd/ |
| H A D | dpdk_idxd_cfg.py | 109 help="Specify DSA instance either via DSA instance number or PCI address") 111 help="Number of queues to set up") 114 help="Prefix for workqueue name to mark for DPDK use [default: 'dpdk']") 116 help="Reset DSA device and its queues")
|
| /dpdk/devtools/ |
| H A D | process-iwyu.py | 18 help="The path to the build directory in which the IWYU tool was used in.") 20 help="The sub-directory to remove headers from.") 22 help="The path to the IWYU log file or output from stdin.")
|
| H A D | check-meson.py | 117 parser.add_argument('-d', metavar='directory', default='.', help='Directory to process') 118 parser.add_argument('--fix', action='store_true', help='Attempt to fix errors') 119 parser.add_argument('-v', action='store_true', help='Verbose output')
|
| H A D | update_version_map_abi.py | 170 help='path to linker version script file ' 173 help='target ABI version (pattern: MAJOR.MINOR)')
|
| /dpdk/examples/pipeline/examples/ |
| H A D | vxlan_table.py | 61 help='number of table entries (default: 65536)', 67 help='number of network ports (default: 4)',
|
| /dpdk/app/test-crypto-perf/ |
| H A D | dpdk-graph-crypto-perf.py | 244 help="Path to JSON configuration file") 246 help="List of test suites to run") 248 help="""Display perf test app output. 252 help="Path for perf test app") 254 help="Path to store output directories")
|
| /dpdk/doc/guides/tools/ |
| H A D | pmdinfo.rst | 21 -h, --help Show a short help message and exit
|
| /dpdk/examples/multi_process/simple_mp/ |
| H A D | mp_commands.c | 103 cmdline_fixed_string_t help; member 117 TOKEN_STRING_INITIALIZER(struct cmd_help_result, help, "help");
|
| /dpdk/doc/guides/howto/ |
| H A D | telemetry.rst | 64 "/ethdev/link_status", "/ethdev/xstats", "/help", "/info"]} 84 * Get the help text for a command. This will indicate what parameters are 87 --> /help,/ethdev/xstats 88 {"/help": {"/ethdev/xstats": "Returns the extended stats for a port.
|
| /dpdk/lib/telemetry/ |
| H A D | telemetry.c | 37 char help[RTE_TEL_MAX_STRING_LEN]; member 70 rte_telemetry_register_cmd(const char *cmd, telemetry_cb fn, const char *help) in rte_telemetry_register_cmd() argument 76 || strlen(help) >= RTE_TEL_MAX_STRING_LEN) in rte_telemetry_register_cmd() 96 strlcpy(callbacks[i].help, help, RTE_TEL_MAX_STRING_LEN); in rte_telemetry_register_cmd() 143 callbacks[i].help); in command_help()
|
| H A D | rte_telemetry.h | 277 rte_telemetry_register_cmd(const char *cmd, telemetry_cb fn, const char *help);
|
| /dpdk/examples/multi_process/hotplug_mp/ |
| H A D | commands.c | 16 cmdline_fixed_string_t help; member 31 TOKEN_STRING_INITIALIZER(struct cmd_help_result, help, "help");
|
| /dpdk/buildtools/ |
| H A D | pmdinfogen.py | 215 parser.add_argument("format", help="object file format, 'elf' or 'coff'") 217 "input", nargs='+', help="input object file path or '-' for stdin" 219 parser.add_argument("output", help="output C file path or '-' for stdout")
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vdpa.rst | 10 datapath acceleration. As vDPA driver can help to set up vhost datapath, 44 1. help: show help message
|
| /dpdk/examples/cmdline/ |
| H A D | commands.c | 177 cmdline_fixed_string_t help; member 199 TOKEN_STRING_INITIALIZER(struct cmd_help_result, help, "help");
|
| /dpdk/doc/guides/platform/ |
| H A D | dpaa2.rst | 71 DPAA2 based resources can be configured easily with the help of ready scripts 101 DPAA2 based resources can be configured easily with the help of ready scripts
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | ifc.rst | 32 thread when LM happens, this thread will help device to log dirty pages. Thus 93 VIRTIO_NET_F_GUEST_ANNOUNCE feature can help to do that.
|
| /dpdk/doc/guides/nics/ |
| H A D | ionic.rst | 32 This support was added prior to version 1.0. For help upgrading older versions,
|