| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 211 #define SHR_HDR(program, share, start_idx, flags) \ argument 212 rta_shr_header(program, share, start_idx, flags) 229 #define JOB_HDR(program, share, start_idx, share_desc, flags) \ argument 230 rta_job_header(program, share, start_idx, share_desc, flags, 0) 249 #define JOB_HDR_EXT(program, share, start_idx, share_desc, flags, ext_flags) \ argument 250 rta_job_header(program, share, start_idx, share_desc, flags | EXT, \
|
| /dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | algo.h | 291 enum rta_share_type share, in cnstr_shdsc_blkcipher() argument 311 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_blkcipher() 385 enum rta_share_type share, in cnstr_shdsc_hmac() argument 431 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_hmac() 489 enum rta_share_type share, in cnstr_shdsc_hash() argument 531 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_hash() 693 enum rta_share_type share, in cnstr_shdsc_gcm_encap() argument 716 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_gcm_encap() 823 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_gcm_decap() 896 enum rta_share_type share, in cnstr_shdsc_aes_mac() argument [all …]
|
| H A D | ipsec.h | 754 enum rta_share_type share, in cnstr_shdsc_ipsec_encap() argument 772 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_encap() 817 enum rta_share_type share, in cnstr_shdsc_ipsec_decap() argument 835 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_decap() 909 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_encap_des_aes_xcbc() 1054 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_decap_des_aes_xcbc() 1225 enum rta_share_type share, in cnstr_shdsc_ipsec_new_encap() argument 1246 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_new_encap() 1337 enum rta_share_type share, in cnstr_shdsc_ipsec_new_decap() argument 1484 enum rta_share_type share, in cnstr_shdsc_authenc() argument [all …]
|
| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | header_cmd.h | 42 enum rta_share_type share, in rta_shr_header() argument 55 switch (share) { in rta_shr_header() 112 enum rta_share_type share, in rta_job_header() argument 127 switch (share) { in rta_job_header()
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_desc.h | 141 /* 22 */ unsigned int share:2; member 151 /* 8 */ unsigned int share:3; member
|
| /dpdk/doc/guides/howto/ |
| H A D | virtio_user_for_container_networking.rst | 48 to vhost backend. But it's not feasible for a container, as a process, to share 102 file to share with vhost backend. 104 under this option which cannot be reopened to share with vhost backend.
|
| H A D | lm_virtio_vhost_user.rst | 305 -object memory-backend-file,id=mem,size=1024M,mem-path=/mnt/huge,share=on \ 381 -object memory-backend-file,id=mem,size=1024M,mem-path=/mnt/huge,share=on \
|
| H A D | telemetry.rst | 118 those processes will all share the same runtime directory.
|
| H A D | openwrt.rst | 128 -object memory-backend-file,id=mem,size=2048M,mem-path=/tmp/hugepages,share=on \
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | ifpga.rst | 28 with OPAE share code IFPGA Rawdev Driver provides common FPGA management ops 40 All of the AFUs of one FPGA may share same PCI BDF and AFUs scan depend on
|
| H A D | ntb.rst | 14 Also, the PMD allows to use doorbell registers to notify the peer and share
|
| /dpdk/devtools/ |
| H A D | test-meson-builds.sh | 191 rm -rf $abirefdir/$targetdir/usr/local/share 295 $MAKE -C $DESTDIR/usr/local/share/dpdk/examples/$example \
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | intro.rst | 17 their respective guides, however all of them also share the same EAL parameters. 71 queues and memory pools to share information.
|
| H A D | vhost_blk.rst | 50 mem-path=/dev/hugepages,share=on -numa node,memdev=mem \
|
| H A D | l2_forward_cat.rst | 110 * cpus 1 and 3 share its 4 ways with cpus 4, 5 and 6; 112 * cpus 4, 5 and 6 share half (4 out of 8 ways) of its L3 with cpus 1 and 3;
|
| H A D | vhost_crypto.rst | 71 mem-path=/dev/hugepages,share=on -numa node,memdev=mem \
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | install_from_ports.rst | 63 its example applications in ``/usr/local/share/dpdk/examples``. 82 cp -r /usr/local/share/dpdk/examples/helloworld .
|
| /dpdk/doc/guides/mempool/ |
| H A D | ring.rst | 49 scenarios (multiple threads share same set of cores) the ``ring_mt_rts`` or
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | packet_distrib_lib.rst | 31 #. The worker lcores all share a single cache line with the distributor core in order to pass mess… 69 No packet ordering guarantees are made about packets which do not share a common packet tag.
|
| H A D | lpm6_lib.rst | 108 Both types of tables share the same structure. 195 …for IPv4 algorithm, it is possible and very likely that several rules will share one or more tbl8s, 197 If they share the same first 24 bits, for instance, the tbl8 at the second level will be shared.
|
| H A D | vhost_lib.rst | 14 For QEMU, this is done by using the ``-object memory-backend-file,share=on,...`` 16 The ``share=on`` option allows another process to map that file, which 357 Make sure ``share=on`` QEMU option is given. vhost-user will not work with
|
| H A D | switch_representation.rst | 106 domain will share the same ``domain_id``. The switch ``port_id`` is used to 129 latency. Shared Rx queue can be used to share Rx queue between PF and 131 device info is used to indicate the capability. Setting non-zero share 132 group in Rx queue configuration to enable share, share_qid is used to
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | mlx5.rst | 22 They do share the same PCI and memory bandwidth.
|
| /dpdk/.ci/ |
| H A D | linux-build.sh | 155 rm -rf reference/usr/local/share
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 399 * ``--rxq-share=[X]`` 403 implies all ports join share group 1. Forwarding engine "shared-rxq" 644 share the same buffer to store the stats. Flow rules are maintained in process
|