| /dpdk/lib/eal/windows/ |
| H A D | eal_thread.c | 76 HANDLE th; in eal_thread_create() local 78 th = CreateThread(NULL, 0, in eal_thread_create() 83 if (!th) in eal_thread_create() 87 SetThreadPriority(th, THREAD_PRIORITY_NORMAL); in eal_thread_create() 89 if (ResumeThread(th) == (DWORD)-1) { in eal_thread_create() 90 (void)CloseHandle(th); in eal_thread_create()
|
| /dpdk/examples/qos_sched/ |
| H A D | profile.cfg | 149 tc 0 tailq th = 64 154 tc 1 tailq th = 64 159 tc 2 tailq th = 64 164 tc 3 tailq th = 64 169 tc 4 tailq th = 64 174 tc 5 tailq th = 64 179 tc 6 tailq th = 64 184 tc 7 tailq th = 64 189 tc 8 tailq th = 64 194 tc 9 tailq th = 64 [all …]
|
| /dpdk/lib/net/ |
| H A D | rte_net.c | 357 const struct rte_tcp_hdr *th; in rte_net_get_ptype() local 360 th = rte_pktmbuf_read(m, off, sizeof(*th), &th_copy); in rte_net_get_ptype() 361 if (unlikely(th == NULL)) in rte_net_get_ptype() 364 hdr_lens->l4_len = (th->data_off & 0xf0) >> 2; in rte_net_get_ptype() 493 const struct rte_tcp_hdr *th; in rte_net_get_ptype() local 496 th = rte_pktmbuf_read(m, off, sizeof(*th), &th_copy); in rte_net_get_ptype() 497 if (unlikely(th == NULL)) in rte_net_get_ptype() 500 hdr_lens->inner_l4_len = (th->data_off & 0xf0) >> 2; in rte_net_get_ptype()
|
| /dpdk/lib/ipsec/ |
| H A D | ipsec_sqn.h | 66 uint32_t th, tl, bl; in reconstruct_esn() local 69 th = t >> 32; in reconstruct_esn() 74 th += (sqn < bl); in reconstruct_esn() 76 else if (th != 0) in reconstruct_esn() 77 th -= (sqn >= bl); in reconstruct_esn() 80 return (uint64_t)th << 32 | sqn; in reconstruct_esn()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_tso.c | 98 const struct rte_tcp_hdr *th; in sfc_efx_tso_do() local 160 th = (const struct rte_tcp_hdr *)(tsoh + tcph_off); in sfc_efx_tso_do() 162 rte_memcpy(&sent_seq, &th->sent_seq, sizeof(uint32_t)); in sfc_efx_tso_do()
|
| H A D | sfc_ef10_tx.c | 381 const struct rte_tcp_hdr *th; in sfc_ef10_xmit_tso_pkt() local 516 th = (const struct rte_tcp_hdr *)(hdr_addr + tcph_off); in sfc_ef10_xmit_tso_pkt() 517 rte_memcpy(&sent_seq, &th->sent_seq, sizeof(uint32_t)); in sfc_ef10_xmit_tso_pkt()
|
| /dpdk/lib/telemetry/ |
| H A D | telemetry_legacy.c | 83 pthread_t th; in register_client() local 116 rc = pthread_create(&th, NULL, &legacy_client_handler, in register_client() 124 pthread_detach(th); in register_client()
|
| H A D | telemetry.c | 396 pthread_t th; in socket_listener() local 414 rc = pthread_create(&th, NULL, s->fn, in socket_listener() 425 pthread_detach(th); in socket_listener()
|
| /dpdk/examples/ipsec-secgw/test/ |
| H A D | tun_null_header_reconstruct.py | 120 th = IP(src=DST_ADDR_IPV4_1, dst=SRC_ADDR_IPV4_1) 121 self.sa_ipv4v4 = SecurityAssociation(ESP, spi=6, tunnel_header = th) 123 th = IPv6(src=DST_ADDR_IPV6_1, dst=SRC_ADDR_IPV6_1) 124 self.sa_ipv6v6 = SecurityAssociation(ESP, spi=8, tunnel_header = th) 126 th = IP(src=DST_ADDR_IPV4_2, dst=SRC_ADDR_IPV4_2) 127 self.sa_ipv4v6 = SecurityAssociation(ESP, spi=10, tunnel_header = th) 129 th = IPv6(src=DST_ADDR_IPV6_3, dst=SRC_ADDR_IPV6_3) 130 self.sa_ipv6v4 = SecurityAssociation(ESP, spi=12, tunnel_header = th)
|
| /dpdk/drivers/bus/dpaa/include/ |
| H A D | fsl_qman.h | 704 static inline u64 qm_cgr_cs_thres_get64(const struct qm_cgr_cs_thres *th) in qm_cgr_cs_thres_get64() argument 706 return (u64)th->TA << th->Tn; in qm_cgr_cs_thres_get64() 709 static inline int qm_cgr_cs_thres_set64(struct qm_cgr_cs_thres *th, u64 val, in qm_cgr_cs_thres_set64() argument 722 th->Tn = e; in qm_cgr_cs_thres_set64() 723 th->TA = val; in qm_cgr_cs_thres_set64()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | eventdev_pipeline.rst | 41 * ``-w FF00``: core mask for worker cores, 8 cores from 8th to 16th
|
| H A D | multi_process.rst | 305 Similarly, packets are routed between the 3rd and 4th network ports and so on.
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_rxtx.c | 408 struct rte_tcp_hdr *th; in virtio_tso_fix_cksum() local 414 th = RTE_PTR_ADD(iph, m->l3_len); in virtio_tso_fix_cksum() 427 prev_cksum = th->cksum; in virtio_tso_fix_cksum() 434 th->cksum = new_cksum; in virtio_tso_fix_cksum()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_11.rst | 311 Added NTB device support (4th generation) for the Intel Ice Lake platform.
|