Searched refs:clone (Results 1 – 16 of 16) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_mbuf.c | 325 struct rte_mbuf *clone = NULL; in testclone_testupdate_testdetach() local 342 clone = rte_pktmbuf_clone(m, clone_pool); in testclone_testupdate_testdetach() 343 if (clone == NULL) in testclone_testupdate_testdetach() 346 data = rte_pktmbuf_mtod(clone, unaligned_uint32_t *); in testclone_testupdate_testdetach() 354 rte_pktmbuf_free(clone); in testclone_testupdate_testdetach() 355 clone = NULL; in testclone_testupdate_testdetach() 369 clone = rte_pktmbuf_clone(m, clone_pool); in testclone_testupdate_testdetach() 370 if (clone == NULL) in testclone_testupdate_testdetach() 373 data = rte_pktmbuf_mtod(clone, unaligned_uint32_t *); in testclone_testupdate_testdetach() 377 data = rte_pktmbuf_mtod(clone->next, unaligned_uint32_t *); in testclone_testupdate_testdetach() [all …]
|
| /dpdk/examples/pipeline/examples/ |
| H A D | mirroring.cli | 37 pipeline PIPELINE0 mirror session 0 port 1 clone fast truncate 0 38 pipeline PIPELINE0 mirror session 1 port 2 clone slow truncate 0 39 pipeline PIPELINE0 mirror session 2 port 3 clone slow truncate 64 40 pipeline PIPELINE0 mirror session 3 port 0 clone slow truncate 128
|
| H A D | mirroring.spec | 7 ; the clone packet sent out on the output port specified by the mirror session. 12 ; current packet and its clone packet), while for every other input packet there will be a single
|
| /dpdk/doc/guides/howto/ |
| H A D | openwrt.rst | 21 the source code. You can clone the OpenWrt source code as follows: 25 git clone https://git.openwrt.org/openwrt/openwrt.git 77 git clone https://github.com/numactl/numactl.git
|
| H A D | pvp_reference_benchmark.rst | 91 git clone git://git.qemu.org/qemu.git
|
| H A D | af_xdp_dp.rst | 186 # git clone https://github.com/redhat-et/afxdp-plugins-for-kubernetes.git
|
| /dpdk/doc/guides/nics/ |
| H A D | mvneta.rst | 52 …git clone https://github.com/MarvellEmbeddedProcessors/linux-marvell.git -b linux-4.4.120-armada-1… 59 …git clone https://github.com/MarvellEmbeddedProcessors/musdk-marvell.git -b musdk-release-SDK-10.3…
|
| /dpdk/doc/guides/mldevs/ |
| H A D | cnxk.rst | 64 git clone https://github.com/dmlc/dlpack.git 88 git clone https://github.com/dmlc/dmlc-core.git 118 git clone https://github.com/apache/tvm.git 152 git clone https://github.com/MarvellEmbeddedProcessors/tvmdp.git
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | uadk.rst | 42 git clone https://github.com/Linaro/uadk.git
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | uadk.rst | 56 git clone https://github.com/Linaro/uadk.git
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | profile_app.rst | 92 git clone https://github.com/jerinjacobk/armv8_pmu_cycle_counter_el0
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | turbo_sw.rst | 114 … git clone -b Branch_FEC_SDK_23.07 https://github.com/intel/FlexRAN-FEC-SDK-Modules.git flexran_sdk
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mae.c | 1348 efx_mae_match_spec_t *clone; in efx_mae_match_spec_clone() local 1351 EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (*clone), clone); in efx_mae_match_spec_clone() 1352 if (clone == NULL) { in efx_mae_match_spec_clone() 1357 memcpy(clone, orig, sizeof (efx_mae_match_spec_t)); in efx_mae_match_spec_clone() 1359 *clonep = clone; in efx_mae_match_spec_clone()
|
| /dpdk/doc/guides/gpus/ |
| H A D | cuda.rst | 42 $ git clone https://github.com/NVIDIA/gdrcopy.git
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | cross_build_dpdk_for_arm64.rst | 33 git clone https://github.com/numactl/numactl.git
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_05.rst | 263 destroy on graph and node operations such as clone, edge update, and edge
|