Home
last modified time | relevance | path

Searched refs:share (Results 1 – 25 of 59) sorted by relevance

123

/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h211 #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 Dalgo.h291 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 Dipsec.h754 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 Dheader_cmd.h42 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 Dcaam_jr_desc.h141 /* 22 */ unsigned int share:2; member
151 /* 8 */ unsigned int share:3; member
/dpdk/doc/guides/howto/
H A Dvirtio_user_for_container_networking.rst48 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 Dlm_virtio_vhost_user.rst305 -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 Dtelemetry.rst118 those processes will all share the same runtime directory.
H A Dopenwrt.rst128 -object memory-backend-file,id=mem,size=2048M,mem-path=/tmp/hugepages,share=on \
/dpdk/doc/guides/rawdevs/
H A Difpga.rst28 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 Dntb.rst14 Also, the PMD allows to use doorbell registers to notify the peer and share
/dpdk/devtools/
H A Dtest-meson-builds.sh191 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 Dintro.rst17 their respective guides, however all of them also share the same EAL parameters.
71 queues and memory pools to share information.
H A Dvhost_blk.rst50 mem-path=/dev/hugepages,share=on -numa node,memdev=mem \
H A Dl2_forward_cat.rst110 * 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 Dvhost_crypto.rst71 mem-path=/dev/hugepages,share=on -numa node,memdev=mem \
/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst63 its example applications in ``/usr/local/share/dpdk/examples``.
82 cp -r /usr/local/share/dpdk/examples/helloworld .
/dpdk/doc/guides/mempool/
H A Dring.rst49 scenarios (multiple threads share same set of cores) the ``ring_mt_rts`` or
/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst31 #. 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 Dlpm6_lib.rst108 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 Dvhost_lib.rst14 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 Dswitch_representation.rst106 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 Dmlx5.rst22 They do share the same PCI and memory bandwidth.
/dpdk/.ci/
H A Dlinux-build.sh155 rm -rf reference/usr/local/share
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst399 * ``--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

123