| /dpdk/doc/guides/mempool/ |
| H A D | ring.rst | 15 multi-thread consumer sync mode. For more information please refer to: 21 single-thread consumer sync mode. For more information please refer to: 27 multi-thread consumer sync mode. 32 single-thread consumer sync mode.
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | l2t.c | 53 static int write_l2e(struct rte_eth_dev *dev, struct l2t_entry *e, int sync, in write_l2e() argument 77 l2t_idx | V_SYNC_WR(sync) | in write_l2e() 82 V_L2T_W_NOREPLY(!sync)); in write_l2e() 92 if (sync && e->state != L2T_STATE_SWITCHING) in write_l2e()
|
| /dpdk/lib/ipsec/ |
| H A D | rte_ipsec.h | 41 uint16_t (*sync)(const struct rte_ipsec_session *ss, member 128 return ss->pkt_func.prepare.sync(ss, mb, num); in rte_ipsec_pkt_cpu_prepare()
|
| H A D | sa.c | 741 pf->prepare.sync = cpu_inb_pkt_prepare; in cpu_crypto_pkt_func_select() 745 pf->prepare.sync = cpu_inb_pkt_prepare; in cpu_crypto_pkt_func_select() 750 pf->prepare.sync = cpu_outb_tun_pkt_prepare; in cpu_crypto_pkt_func_select() 755 pf->prepare.sync = cpu_outb_trs_pkt_prepare; in cpu_crypto_pkt_func_select()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | siena_phy.c | 499 uint32_t sync; in siena_phy_decode_stats() local 501 sync = EFX_DWORD_FIELD(dword, EFX_DWORD_0); in siena_phy_decode_stats() 502 stat[EFX_PHY_STAT_PHY_XS_SYNC_A] = (sync >> 0) & 1; in siena_phy_decode_stats() 503 stat[EFX_PHY_STAT_PHY_XS_SYNC_B] = (sync >> 1) & 1; in siena_phy_decode_stats() 504 stat[EFX_PHY_STAT_PHY_XS_SYNC_C] = (sync >> 2) & 1; in siena_phy_decode_stats() 505 stat[EFX_PHY_STAT_PHY_XS_SYNC_D] = (sync >> 3) & 1; in siena_phy_decode_stats()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_dcb.c | 682 u8 i, tc, err, sync, oper; in i40e_cee_to_dcb_config() local 723 sync = (status & I40E_TLV_STATUS_SYNC) ? 1 : 0; in i40e_cee_to_dcb_config() 726 if (!err && sync && oper) { in i40e_cee_to_dcb_config() 739 sync = (status & I40E_TLV_STATUS_SYNC) ? 1 : 0; in i40e_cee_to_dcb_config() 742 if (!err && sync && oper) { in i40e_cee_to_dcb_config() 755 sync = (status & I40E_TLV_STATUS_SYNC) ? 1 : 0; in i40e_cee_to_dcb_config() 758 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | ring_lib.rst | 419 For ring with serialized producer/consumer (HTS sync mode) it is possible 429 Note that this API is available only for two sync modes: 435 It is a user responsibility to create/init ring with appropriate sync modes 470 Note that this API is available only for two sync modes: 476 It is a user responsibility to create/init ring with appropriate sync modes.
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_proc.c | 90 } sync; member 348 pthread_cond_signal(&pending_req->sync.cond); in process_msg() 925 pthread_cond_init(&pending_req.sync.cond, &attr); in mp_request_sync() 947 ret = pthread_cond_timedwait(&pending_req.sync.cond, in mp_request_sync()
|
| /dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 136 uint16_t sync; member 2787 rte_wait_until_equal_16(&tp->op_params->sync, SYNC_START, __ATOMIC_RELAXED); in throughput_intr_lcore_ldpc_dec() 2881 rte_wait_until_equal_16(&tp->op_params->sync, SYNC_START, __ATOMIC_RELAXED); in throughput_intr_lcore_dec() 2968 rte_wait_until_equal_16(&tp->op_params->sync, SYNC_START, __ATOMIC_RELAXED); in throughput_intr_lcore_enc() 3055 rte_wait_until_equal_16(&tp->op_params->sync, SYNC_START, __ATOMIC_RELAXED); in throughput_intr_lcore_ldpc_enc() 3139 rte_wait_until_equal_16(&tp->op_params->sync, SYNC_START, __ATOMIC_RELAXED); in throughput_pmd_lcore_dec() 3242 rte_wait_until_equal_16(&tp->op_params->sync, SYNC_START, __ATOMIC_RELAXED); in bler_pmd_lcore_ldpc_dec() 3760 __atomic_store_n(&op_params->sync, SYNC_WAIT, __ATOMIC_RELAXED); in bler_test() 3783 __atomic_store_n(&op_params->sync, SYNC_START, __ATOMIC_RELAXED); in bler_test() 3878 __atomic_store_n(&op_params->sync, SYNC_WAIT, __ATOMIC_RELAXED); in throughput_test() [all …]
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_dcb.c | 791 u8 i, j, err, sync, oper, app_index, ice_app_sel_type; in ice_cee_to_dcb_cfg() local 881 sync = (status & ICE_TLV_STATUS_SYNC) ? 1 : 0; in ice_cee_to_dcb_cfg() 886 if (!err && sync && oper) { in ice_cee_to_dcb_cfg()
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 269 dirty sync count: 2 290 dirty sync count: 2
|
| H A D | lm_virtio_vhost_user.rst | 215 dirty sync count: 2
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_08.rst | 28 ``relaxed tail sync (ring_mt_rts)`` and ``head/tail sync (ring_mt_hts)``
|
| H A D | release_16_04.rst | 139 * **Added software-firmware sync on X550EM_a.** 141 Added support for software-firmware sync for resource sharing.
|
| /dpdk/examples/ptpclient/ |
| H A D | ptpclient.c | 111 struct sync_msg sync; member
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | server_node_efd.rst | 120 application has to be in sync with the traffic flows configured on the traffic
|
| H A D | l3_forward.rst | 172 To use eventdev mode with sync method **ordered** on above mentioned environment,
|
| /dpdk/config/arm/ |
| H A D | meson.build | 395 # The string above is included in the documentation, keep it in sync with the
|