Home
last modified time | relevance | path

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

123

/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.c39 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_req_mr_create()
81 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_req_mempool_reg()
128 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_req_queue_state_modify()
164 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_req_verbs_cmd_fd()
225 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_init_secondary()
235 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_uninit_secondary()
/dpdk/drivers/net/mlx4/
H A Dmlx4_mp.c119 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mp_secondary_handle()
275 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_mp_req_mr_create()
313 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_mp_req_verbs_cmd_fd()
373 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_mp_init_secondary()
383 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_mp_uninit_secondary()
H A Dmlx4_txq.c139 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_tx_uar_init_secondary()
186 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_tx_uar_init_secondary()
195 assert(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_tx_uar_uninit_secondary()
H A Dmlx4.c379 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in mlx4_dev_close()
730 case RTE_PROC_SECONDARY: in mlx4_init_once()
879 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in mlx4_pci_probe()
1165 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in mlx4_pci_remove()
/dpdk/drivers/crypto/ipsec_mb/
H A Dipsec_mb_ops.c216 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in ipsec_mb_qp_setup()
255 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in ipsec_mb_qp_setup()
291 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in ipsec_mb_qp_setup()
/dpdk/drivers/bus/fslmc/
H A Dfslmc_vfio.c777 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in fslmc_process_mcp()
851 if (rte_eal_process_type() == RTE_PROC_SECONDARY && in fslmc_vfio_process_group()
912 if (rte_eal_process_type() == RTE_PROC_SECONDARY && in fslmc_vfio_process_group()
941 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in fslmc_vfio_process_group()
957 if (rte_eal_process_type() == RTE_PROC_SECONDARY in fslmc_vfio_process_group()
/dpdk/lib/eal/common/
H A Deal_common_timer.c57 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in set_tsc_freq()
H A Deal_common_proc.c554 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in open_socket_fd()
740 if (!peer && (rte_eal_process_type() == RTE_PROC_SECONDARY)) in mp_send()
1018 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in rte_mp_request_sync()
1152 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in rte_mp_request_async()
/dpdk/lib/eal/include/
H A Drte_eal.h40 RTE_PROC_SECONDARY, enumerator
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c161 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_os_secondary_handle()
327 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_os_req_queue_control()
/dpdk/lib/ethdev/
H A Dethdev_pci.h165 if (rte_eal_process_type() == RTE_PROC_SECONDARY && in rte_eth_dev_pci_generic_remove()
/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c202 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in smp_port_init()
463 mp = (proc_type == RTE_PROC_SECONDARY) ? in main()
/dpdk/drivers/net/virtio/
H A Dvirtio_pci_ethdev.c127 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in eth_virtio_pci_uninit()
/dpdk/app/test/
H A Dtest_pdump.c212 } else if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in test_pdump()
H A Dtest_timer_secondary.c177 } else if (proc_type == RTE_PROC_SECONDARY) { in test_timer_secondary()
/dpdk/lib/cryptodev/
H A Dcryptodev_pmd.c175 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in rte_cryptodev_pmd_probing_finish()
/dpdk/drivers/net/mlx5/
H A Dmlx5_txq.c238 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in mlx5_tx_queue_stop()
306 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in mlx5_tx_queue_start()
598 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_tx_uar_uninit_secondary()
628 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_tx_uar_init_secondary()
H A Dmlx5_rxtx.c421 case RTE_PROC_SECONDARY: in mlx5_queue_state_modify()
/dpdk/drivers/net/hns3/
H A Dhns3_mp.c151 if (rte_eal_process_type() == RTE_PROC_SECONDARY || in mp_req_on_rxtx()
/dpdk/lib/eal/freebsd/
H A Deal.c279 ptype = RTE_PROC_SECONDARY; in eal_proc_type_detect()
304 case RTE_PROC_SECONDARY: in rte_config_init()
/dpdk/drivers/raw/ioat/
H A Dioat_common.c217 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in idxd_rawdev_create()
/dpdk/lib/eal/windows/
H A Deal.c65 ptype = RTE_PROC_SECONDARY; in eal_proc_type_detect()
/dpdk/lib/latencystats/
H A Drte_latencystats.c364 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in rte_latencystats_get()
/dpdk/lib/eal/linux/
H A Deal.c363 ptype = RTE_PROC_SECONDARY; in eal_proc_type_detect()
388 case RTE_PROC_SECONDARY: in rte_config_init()
/dpdk/drivers/net/failsafe/
H A Dfailsafe.c343 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in rte_pmd_failsafe_probe()

123