Home
last modified time | relevance | path

Searched refs:role (Results 1 – 11 of 11) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_common_lcore.c72 rte_lcore_has_role(unsigned int lcore_id, enum rte_lcore_role_t role) in rte_lcore_has_role() argument
79 return cfg->lcore_role[lcore_id] == role; in rte_lcore_has_role()
426 const char *role; in lcore_dump_cb() local
432 role = "RTE"; in lcore_dump_cb()
435 role = "SERVICE"; in lcore_dump_cb()
438 role = "NON_EAL"; in lcore_dump_cb()
441 role = "UNKNOWN"; in lcore_dump_cb()
448 rte_lcore_to_socket_id(lcore_id), role, cpuset, in lcore_dump_cb()
/dpdk/drivers/net/memif/
H A Drte_eth_memif.c1198 mq = (pmd->role == MEMIF_ROLE_CLIENT) ? in memif_connect()
1210 if (pmd->role == MEMIF_ROLE_SERVER) in memif_connect()
1226 if (pmd->role == MEMIF_ROLE_CLIENT) in memif_connect()
1244 switch (pmd->role) { in memif_dev_start()
1553 pmd->role = role; in memif_create()
1555 if (pmd->role == MEMIF_ROLE_SERVER) in memif_create()
1604 *role = MEMIF_ROLE_SERVER; in memif_set_role()
1606 *role = MEMIF_ROLE_CLIENT; in memif_set_role()
1609 *role = MEMIF_ROLE_SERVER; in memif_set_role()
1612 *role = MEMIF_ROLE_CLIENT; in memif_set_role()
[all …]
H A Dmemif_socket.c210 (pmd->id == i->id) && (pmd->role == MEMIF_ROLE_SERVER)) { in memif_msg_receive_init()
587 if (pmd->role == MEMIF_ROLE_CLIENT) { in memif_disconnect()
605 if (pmd->role == MEMIF_ROLE_SERVER) { in memif_disconnect()
629 (pmd->role == MEMIF_ROLE_SERVER) ? "server" : "client"); in memif_disconnect()
1019 (pmd->role == MEMIF_ROLE_CLIENT) ? 0 : 1, in memif_socket_init()
1033 if (tmp_pmd->id == pmd->id && tmp_pmd->role == pmd->role) { in memif_socket_init()
1091 if (pmd->role != MEMIF_ROLE_CLIENT) in memif_socket_remove_device()
H A Drte_eth_memif.h78 enum memif_role_t role; /**< device role */ member
/dpdk/doc/guides/nics/
H A Dmemif.rst42 "role=server", "Set memif role", "client", "server|client"
54 process, are needed. One interface in ``server`` role and other in
55 ``client`` role. It is not possible to connect two interfaces in a single
65 at the same time, provided each role is assigned unique socket.
217 …>/app/dpdk-testpmd -l 0-1 --proc-type=primary --file-prefix=pmd1 --vdev=net_memif,role=server -- -i
284 #./dpdk-testpmd --vdev=net_memif0,role=server,id=0 --vdev=net_memif1,role=client,id=0 -- -i
/dpdk/lib/eal/include/
H A Drte_lcore.h60 rte_lcore_has_role(unsigned int lcore_id, enum rte_lcore_role_t role);
/dpdk/doc/guides/contributing/
H A Dpatches.rst96 The role of the component maintainers is to:
108 The role of the tree maintainers is to:
117 tree maintainer can't perform their role.
/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst61 This role is left to so-called "port representors" (also known as "VF
181 may not even exist as a separate entity. The role of this block is to show
H A Denv_abstraction_layer.rst619 On top of this, the memzone allocator's role is to reserve contiguous portions of physical memory.
/dpdk/doc/guides/faq/
H A Dfaq.rst154 The second role of IOMMU is to allow protection from unwanted memory access by an unsafe device tha…
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst308 * Identify core role using ``rte_eal_lcore_role`` to identify RTE, OFF,