Searched refs:extend (Results 1 – 21 of 21) sorted by relevance
| /dpdk/app/test-bbdev/ |
| H A D | test-bbdev.py | 67 params.extend(shlex.split(args.eal_params)) 69 params.extend(["--"]) 72 params.extend(["-n", str(args.num_ops)]) 75 params.extend(["-l", str(args.num_lcores)]) 78 params.extend(["-c"]) 79 params.extend([",".join(args.test_cases)]) 82 params.extend(["-i"]) 89 call_params.extend(["-v", vector]) 90 call_params.extend(["-b", str(burst_size)])
|
| /dpdk/doc/guides/nics/ |
| H A D | igc.rst | 39 If extend VLAN is enabled: 50 To start ``testpmd``, add vlan 10 to port, set vlan stripping off on, set extend on, set TPID of 61 testpmd> vlan set extend on 0
|
| H A D | ark.rst | 65 own code to extend the net/ark functionality without
|
| H A D | ixgbe.rst | 88 * HW extend dual VLAN
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_flow.c | 3031 extend = -1; in dpaa2_flow_entry_update() 3038 if (extend >= 0) in dpaa2_flow_entry_update() 3041 extend = extend1; in dpaa2_flow_entry_update() 3070 if (extend >= 0) in dpaa2_flow_entry_update() 3073 extend = extend1; in dpaa2_flow_entry_update() 3122 if (extend >= 0) in dpaa2_flow_entry_update() 3146 extend = -1; in dpaa2_flow_entry_update() 3161 if (extend >= 0) in dpaa2_flow_entry_update() 3164 extend = extend1; in dpaa2_flow_entry_update() 3191 if (extend >= 0) in dpaa2_flow_entry_update() [all …]
|
| /dpdk/buildtools/ |
| H A D | call-sphinx-build.py | 28 srcfiles.extend([join(root, f) for f in files])
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vhost_blk.rst | 8 which used as the backend of Qemu vhost-user-blk device. Users can extend
|
| H A D | intro.rst | 10 applications, try out the features, and then extend them to fit their needs.
|
| H A D | l2_forward_real_virtual.rst | 182 but it is possible to extend this code to allocate one mbuf pool per socket.
|
| H A D | l2_forward_job_stats.rst | 150 but it is possible to extend this code to allocate one mbuf pool per socket.
|
| H A D | l2_forward_event.rst | 170 but it is possible to extend this code to allocate one mbuf pool per socket.
|
| /dpdk/doc/guides/tools/ |
| H A D | comp_perf.rst | 73 ``--extended-input-sz N``: extend file data up to this size (default: no extension)
|
| /dpdk/usertools/ |
| H A D | dpdk-devbind.py | 730 new_args.extend(pci_glob(arg))
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 217 * ``--enable-hw-vlan-extend`` 219 Enable hardware VLAN extend.
|
| H A D | testpmd_funcs.rst | 197 strip on, filter on, extend off, qinq strip off 1039 vlan set (strip|filter|qinq_strip|extend) 1041 Set the VLAN strip/filter/QinQ strip/extend on for a port:: 1043 testpmd> vlan set (strip|filter|qinq_strip|extend) (on|off) (port_id) 4945 testpmd> vlan set extend on 0
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_04.rst | 492 changed. New fields were added to extend flow director's input set.
|
| H A D | release_19_11.rst | 310 hw-vlan|hw-vlan-filter|hw-vlan-strip|hw-vlan-extend on|off
|
| H A D | release_2_1.rst | 549 * **ethdev: Rename and extend the mirror type.**
|
| /dpdk/license/ |
| H A D | gpl-2.0.txt | 121 this License, whose permissions for other licensees extend to the
|
| H A D | lgpl-2.1.txt | 197 this License, whose permissions for other licensees extend to the
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 705 extend to at least the length returned by ``rte_cryptodev_get_raw_dp_ctx_size``
|