Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c60 const struct mlx4_flow_proc_item *proc,
548 (const uint8_t *)proc->mask_default; in mlx4_flow_item_check()
555 for (i = 0; i != proc->mask_sz; ++i) { in mlx4_flow_item_check()
673 const struct mlx4_flow_proc_item *proc; in mlx4_flow_prepare() local
702 proc = mlx4_flow_proc_item_list; in mlx4_flow_prepare()
723 for (i = 0; proc->next_item && proc->next_item[i]; ++i) { in mlx4_flow_prepare()
724 if (proc->next_item[i] == item->type) { in mlx4_flow_prepare()
731 proc = next; in mlx4_flow_prepare()
741 if (proc->merge) { in mlx4_flow_prepare()
742 err = proc->merge(flow, item, proc, error); in mlx4_flow_prepare()
[all …]
/dpdk/.ci/
H A Dlinux-setup.sh10 cat /proc/meminfo
12 cat /proc/meminfo
/dpdk/doc/guides/sample_app_ug/
H A Dmulti_process.rst44 ./<build_dir>/examples/dpdk-simple_mp -l 0-1 -n 4 --proc-type=primary
46 For the first DPDK process run, the proc-type flag can be omitted or set to auto,
53 $ ./<build_dir>/examples/dpdk-simple_mp -l 0-1 -n 4 --proc-type=primary
80 ./<build_dir>/examples/dpdk-simple_mp -l 2-3 -n 4 --proc-type=secondary
180 …# ./<build_dir>/examples/dpdk-symmetric_mp -l 1 -n 4 --proc-type=auto -- -p 3 --num-procs=4 --proc
181 …# ./<build_dir>/examples/dpdk-symmetric_mp -l 2 -n 4 --proc-type=auto -- -p 3 --num-procs=4 --proc
182 …# ./<build_dir>/examples/dpdk-symmetric_mp -l 3 -n 4 --proc-type=auto -- -p 3 --num-procs=4 --proc
183 …# ./<build_dir>/examples/dpdk-symmetric_mp -l 4 -n 4 --proc-type=auto -- -p 3 --num-procs=4 --proc
189 irrespective of whether it has a proc-id of 0, 1, 2 or 3.
197 by explicitly setting the proc-type to secondary on the command line.
[all …]
H A Dserver_node_efd.rst115 These instances have to be run as secondary processes, with ``--proc-type=secondary``
/dpdk/doc/guides/rawdevs/
H A Dntb.rst70 echo "base=0x39bfa0000000 size=0x20000000 type=write-combining" >> /proc/mtrr
71 echo "base=0x39bfc0000000 size=0x20000000 type=write-combining" >> /proc/mtrr
77 # cat /proc/mtrr
87 echo "disable=2" >> /proc/mtrr
88 echo "disable=3" >> /proc/mtrr
/dpdk/doc/guides/linux_gsg/
H A Dbuild_sample_apps.rst38 [--proc-type <primary|secondary|auto>]
91 * ``--proc-type``:
121 The ``--proc-type`` and ``--file-prefix`` EAL options are used for running
135 …for all cores on the system by examining the ``/proc/cpuinfo`` file, for example, by running cat `…
H A Dnic_perf_intel_platform.rst136 awk '/Hugepagesize/ {print $2}' /proc/meminfo
139 awk '/HugePages_Total/ {print $2} ' /proc/meminfo
142 umount `awk '/hugetlbfs/ {print $2}' /proc/mounts`
H A Deal_args.include.rst85 * ``--proc-type <primary|secondary|auto>``
H A Dlinux_drivers.rst275 cat /proc/cmdline
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst65 echo 0 > /proc/sys/kernel/nmi_watchdog
78 for i in /proc/irq/*/smp_affinity
287 echo 0 > /proc/sys/kernel/nmi_watchdog
300 for i in /proc/irq/*/smp_affinity
336 --proc-type auto --file-prefix pg -- \
/dpdk/doc/guides/nics/
H A Dbuild_and_test.rst71 Check ``/proc/meminfo`` to find system hugepage size:
75 grep "Hugepagesize:" /proc/meminfo
H A Dmemif.rst217 …#./<build_dir>/app/dpdk-testpmd -l 0-1 --proc-type=primary --file-prefix=pmd1 --vdev=net_memif,rol…
221 …#./<build_dir>/app/dpdk-testpmd -l 2-3 --proc-type=primary --file-prefix=pmd2 --vdev=net_memif -- …
225 …#./<build_dir>/app/dpdk-testpmd -l 2-3 --proc-type=primary --file-prefix=pmd2 --vdev=net_memif,zer…
H A Dtap.rst104 zcat /proc/config.gz | ( grep 'CLS_FLOWER=' || echo 'not supported' ) |
185 --proc-type auto --log-level debug --socket-mem 512,512 --file-prefix pg \
H A Dbnxt.rst797 * Application notifies whether it is primary or secondary using *proc-type* flag
798 * 1st process should be spawned with ``--proc-type=primary``
799 * All subsequent processes should be spawned with ``--proc-type=secondary``
803 * Application is using ``proc-type=auto`` flag
/dpdk/app/
H A Dmeson.build7 'proc-info',
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst579 sudo ./dpdk-testpmd -a xxx --proc-type=auto -l 0-1 -- -i --rxq=4 --txq=4 \
580 --num-procs=2 --proc-id=0
586 sudo ./dpdk-testpmd -a xxx --proc-type=auto -l 2-3 -- -i --rxq=4 --txq=4 \
587 --num-procs=2 --proc-id=1
595 * ``--proc-id=ID``
/dpdk/doc/guides/tools/
H A Dproc_info.rst84 * Since default DPDK EAL arguments for ``dpdk-procinfo`` are ``-c1, -n4 & --proc-type=secondary``,
/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst38 * ``--proc-type:`` for specifying a given process instance as the primary or secondary DPDK insta…
77 The EAL also supports an auto-detection mode (set by EAL ``--proc-type=auto`` flag ),
89 In this model, the first of the processes spawned should be spawned using the ``--proc-type=primary…
90 while all subsequent instances should be spawned using the ``--proc-type=secondary`` flag.
/dpdk/doc/guides/bbdevs/
H A Dacc100.rst77 grep Huge* /proc/meminfo
H A Dfpga_5gnr_fec.rst62 grep Huge* /proc/meminfo
H A Dfpga_lte_fec.rst61 grep Huge* /proc/meminfo
/dpdk/doc/guides/faq/
H A Dfaq.rst17 grep Huge /proc/meminfo
/dpdk/doc/guides/platform/
H A Dmlx5.rst416 for access to ``/proc/self/pagemap``.
/dpdk/drivers/net/ena/
H A Dena_ethdev.c377 #define ENA_PROXY_DESC(f, t, prep, proc, ...) \ argument
390 proc; \
/dpdk/
H A DMAINTAINERS1725 F: app/proc-info/