| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_flow.c | 60 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 D | linux-setup.sh | 10 cat /proc/meminfo 12 cat /proc/meminfo
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | multi_process.rst | 44 ./<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 D | server_node_efd.rst | 115 These instances have to be run as secondary processes, with ``--proc-type=secondary``
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | ntb.rst | 70 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 D | build_sample_apps.rst | 38 [--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 D | nic_perf_intel_platform.rst | 136 awk '/Hugepagesize/ {print $2}' /proc/meminfo 139 awk '/HugePages_Total/ {print $2} ' /proc/meminfo 142 umount `awk '/hugetlbfs/ {print $2}' /proc/mounts`
|
| H A D | eal_args.include.rst | 85 * ``--proc-type <primary|secondary|auto>``
|
| H A D | linux_drivers.rst | 275 cat /proc/cmdline
|
| /dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 65 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 D | build_and_test.rst | 71 Check ``/proc/meminfo`` to find system hugepage size: 75 grep "Hugepagesize:" /proc/meminfo
|
| H A D | memif.rst | 217 …#./<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 D | tap.rst | 104 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 D | bnxt.rst | 797 * 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 D | meson.build | 7 'proc-info',
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 579 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 D | proc_info.rst | 84 * Since default DPDK EAL arguments for ``dpdk-procinfo`` are ``-c1, -n4 & --proc-type=secondary``,
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | multi_proc_support.rst | 38 * ``--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 D | acc100.rst | 77 grep Huge* /proc/meminfo
|
| H A D | fpga_5gnr_fec.rst | 62 grep Huge* /proc/meminfo
|
| H A D | fpga_lte_fec.rst | 61 grep Huge* /proc/meminfo
|
| /dpdk/doc/guides/faq/ |
| H A D | faq.rst | 17 grep Huge /proc/meminfo
|
| /dpdk/doc/guides/platform/ |
| H A D | mlx5.rst | 416 for access to ``/proc/self/pagemap``.
|
| /dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.c | 377 #define ENA_PROXY_DESC(f, t, prep, proc, ...) \ argument 390 proc; \
|
| /dpdk/ |
| H A D | MAINTAINERS | 1725 F: app/proc-info/
|