Lines Matching refs:command
14 demonstrates the use of the command line interface in the DPDK.
51 To run the application in linux environment, issue the following command:
76 Then, a new command line object is created and started to interact with the user through the consol…
80 :start-after: Creating a new command line object. 8<
81 :end-before: >8 End of creating a new command line object.
97 Each command (of type cmdline_parse_inst_t) is defined statically.
98 It contains a pointer to a callback function that is executed when the command is parsed,
114 For example, the cmd_obj_del_show command is defined as shown below:
121 This command is composed of two tokens:
125 * The second token is an object that was previously added using the add command in the global_obj…
127 Once the command is parsed, the rte_cmdline application fills a cmd_obj_del_show_result structure.