Searched refs:parsed (Results 1 – 24 of 24) sorted by relevance
| /dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 314 .. parsed-literal:: 323 .. parsed-literal:: 347 .. parsed-literal:: 356 .. parsed-literal:: 364 .. parsed-literal:: 372 .. parsed-literal:: 380 .. parsed-literal:: 387 .. parsed-literal:: 394 .. parsed-literal:: 401 .. parsed-literal:: [all …]
|
| /dpdk/devtools/ |
| H A D | update_version_map_abi.py | 175 parsed = arg_parser.parse_args() 177 if not parsed.map_file.endswith('version.map'): 178 print("Invalid input file: {}".format(parsed.map_file), 183 if not re.match(r"\d{1,2}\.\d{1,2}", parsed.abi_version): 184 print("Invalid ABI version: {}".format(parsed.abi_version), 188 abi_major = parsed.abi_version.split('.')[0] 190 with open(parsed.map_file) as f_in: 193 with open(parsed.map_file, 'w') as f_out:
|
| H A D | check-maintainers.sh | 105 parsed=$(parse_fx MAINTAINERS) 106 echo "$parsed" | grep -c '^#' 108 echo "$parsed" | grep -c '^#.*@' 116 echo "$parsed" | sed -rn 's,^#([^@]*)$,\1,p' | uniq 123 listed=$(echo "$parsed" | sed '/^#/d' | sort -u)
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ptpclient.rst | 96 function. The value returned is the number of parsed arguments: 163 the packet is parsed to determine which type: 167 :start-after: Packet is parsed to determine which type. 8< 168 :end-before: >8 End of packet is parsed to determine which type.
|
| H A D | cmd_line.rst | 98 It contains a pointer to a callback function that is executed when the command is parsed, 127 Once the command is parsed, the rte_cmdline application fills a cmd_obj_del_show_result structure.
|
| H A D | hello_world.rst | 47 The value returned is the number of parsed arguments.
|
| H A D | l2_forward_cat.rst | 174 function. The value returned is the number of parsed arguments: 184 function. The value returned is the number of parsed arguments:
|
| H A D | pipeline.rst | 102 During this stage, EAL layer is initialised and application specific arguments are parsed. Furtherm…
|
| H A D | l2_forward_event.rst | 141 EAL arguments are parsed first, then application-specific arguments. 143 are parsed in eventdev_resource_setup() function during eventdev setup: 154 Once the arguments are parsed, the mbuf pool is created.
|
| H A D | skeleton.rst | 52 function. The value returned is the number of parsed arguments:
|
| H A D | l2_forward_real_virtual.rst | 152 EAL arguments are parsed first, then application-specific arguments. 166 Once the arguments are parsed, the mbuf pool is created.
|
| H A D | fips_validation.rst | 26 * Only NIST CAVP request files are parsed by this application.
|
| H A D | l2_forward_job_stats.rst | 122 EAL arguments are parsed first, then application-specific arguments. 134 Once the arguments are parsed, the mbuf pool is created.
|
| H A D | l3_forward_access_ctrl.rst | 326 from the ACL library for each CPU socket on the board and adds parsed rules into that context. 338 adds rules parsed from the file into the database and build an ACL trie.
|
| H A D | flow_classify.rst | 82 function. The value returned is the number of parsed arguments:
|
| H A D | flow_filtering.rst | 54 function. The value returned is the number of parsed arguments:
|
| H A D | ipsec_secgw.rst | 376 the application. The file is then parsed by the application. The successful 401 line is treated as comment and will not be parsed. 524 The successfully parsed SA rules will be stored in an array table.
|
| H A D | l2_forward_crypto.rst | 209 The crypto operation to be performed on the packet is parsed from the command line
|
| H A D | dma.rst | 121 function. The value returned is the number of parsed arguments:
|
| H A D | ip_pipeline.rst | 116 During this stage, EAL layer is initialised and application specific arguments are parsed. Furtherm…
|
| /dpdk/doc/guides/nics/ |
| H A D | cnxk.rst | 399 * ``vlan_exdsa`` and ``exdsa`` can be parsed at L2 level. 400 * ``NGIO`` can be parsed at L3 level.
|
| H A D | dpaa.rst | 65 distribution and policing. Each frame can be parsed, classified and results
|
| H A D | tap.rst | 235 in advance to eBPF object file. The eBPF object file is then parsed and
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 481 * ``--geneve-parsed-port=N``
|