Home
last modified time | relevance | path

Searched defs:qconf (Results 1 – 25 of 38) sorted by relevance

12

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em.h10 struct rte_ether_hdr *eth_hdr, struct lcore_conf *qconf) in l3fwd_em_handle_ipv4()
50 struct rte_ether_hdr *eth_hdr, struct lcore_conf *qconf) in l3fwd_em_handle_ipv6()
78 struct lcore_conf *qconf) in l3fwd_em_simple_forward()
102 l3fwd_em_simple_process(struct rte_mbuf *m, struct lcore_conf *qconf) in l3fwd_em_simple_process()
126 uint16_t portid, struct lcore_conf *qconf) in l3fwd_em_no_opt_send_packets()
155 struct lcore_conf *qconf) in l3fwd_em_no_opt_process_events()
H A Dl3fwd_em_hlm.h25 em_get_dst_port_ipv4xN(struct lcore_conf *qconf, struct rte_mbuf *m[], in em_get_dst_port_ipv4xN()
52 em_get_dst_port_ipv6xN(struct lcore_conf *qconf, struct rte_mbuf *m[], in em_get_dst_port_ipv6xN()
79 em_get_dst_port_ipv4xN_events(struct lcore_conf *qconf, struct rte_mbuf *m[], in em_get_dst_port_ipv4xN_events()
106 em_get_dst_port_ipv6xN_events(struct lcore_conf *qconf, struct rte_mbuf *m[], in em_get_dst_port_ipv6xN_events()
133 em_get_dst_port(const struct lcore_conf *qconf, struct rte_mbuf *pkt, in em_get_dst_port()
186 uint16_t portid, struct lcore_conf *qconf) in l3fwd_em_send_packets()
251 struct lcore_conf *qconf) in l3fwd_em_process_events()
H A Dl3fwd_em_sequential.h24 em_get_dst_port(const struct lcore_conf *qconf, struct rte_mbuf *pkt, in em_get_dst_port()
77 uint16_t portid, struct lcore_conf *qconf) in l3fwd_em_send_packets()
105 struct lcore_conf *qconf) in l3fwd_em_process_events()
H A Dl3fwd_lpm.h10 struct lcore_conf *qconf) in l3fwd_lpm_simple_forward()
80 uint16_t portid, struct lcore_conf *qconf) in l3fwd_lpm_no_opt_send_packets()
H A Dl3fwd_lpm_neon.h53 processx4_step2(const struct lcore_conf *qconf, in processx4_step2()
89 uint16_t portid, struct lcore_conf *qconf) in l3fwd_lpm_send_packets()
H A Dl3fwd_lpm_altivec.h56 processx4_step2(const struct lcore_conf *qconf, in processx4_step2()
100 uint8_t portid, struct lcore_conf *qconf) in l3fwd_lpm_send_packets()
H A Dl3fwd_lpm_sse.h50 processx4_step2(const struct lcore_conf *qconf, in processx4_step2()
86 uint16_t portid, struct lcore_conf *qconf) in l3fwd_lpm_send_packets()
H A Dl3fwd.h99 send_burst(struct lcore_conf *qconf, uint16_t n, uint16_t port) in send_burst()
120 send_single_packet(struct lcore_conf *qconf, in send_single_packet()
H A Dl3fwd_lpm.c106 lpm_get_dst_port(const struct lcore_conf *qconf, struct rte_mbuf *pkt, in lpm_get_dst_port()
138 lpm_get_dst_port_with_ipv4(const struct lcore_conf *qconf, struct rte_mbuf *pkt, in lpm_get_dst_port_with_ipv4()
184 struct lcore_conf *qconf; in lpm_main_loop() local
H A Dl3fwd_altivec.h153 send_packets_multi(struct lcore_conf *qconf, struct rte_mbuf **pkts_burst, in send_packets_multi()
H A Dl3fwd_sse.h127 send_packets_multi(struct lcore_conf *qconf, struct rte_mbuf **pkts_burst, in send_packets_multi()
H A Dl3fwd_common.h181 send_packetsx4(struct lcore_conf *qconf, uint16_t port, struct rte_mbuf *m[], in send_packetsx4()
H A Dl3fwd_neon.h131 send_packets_multi(struct lcore_conf *qconf, struct rte_mbuf **pkts_burst, in send_packets_multi()
/f-stack/dpdk/examples/ipv4_multicast/
H A Dmain.c160 send_burst(struct lcore_queue_conf *qconf, uint16_t port) in send_burst()
267 struct lcore_queue_conf *qconf, uint16_t port) in mcast_send_pkt()
293 mcast_forward(struct rte_mbuf *m, struct lcore_queue_conf *qconf) in mcast_forward()
361 send_timeout_burst(struct lcore_queue_conf *qconf) in send_timeout_burst()
386 struct lcore_queue_conf *qconf; in main_loop() local
629 struct lcore_queue_conf *qconf; in main() local
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_poll.c35 struct lcore_queue_conf *qconf; in l2fwd_poll_main_loop() local
107 struct lcore_queue_conf *qconf = NULL; in l2fwd_poll_lcore_config() local
/f-stack/dpdk/app/test/
H A Dtest_eventdev.c247 struct rte_event_queue_conf qconf; in test_eventdev_queue_default_conf_get() local
271 struct rte_event_queue_conf qconf; in test_eventdev_queue_setup() local
337 struct rte_event_queue_conf qconf; in test_eventdev_queue_attr_priority() local
382 struct rte_event_queue_conf qconf; in test_eventdev_queue_attr_nb_atomic_flows() local
425 struct rte_event_queue_conf qconf; in test_eventdev_queue_attr_nb_atomic_order_sequences() local
470 struct rte_event_queue_conf qconf; in test_eventdev_queue_attr_event_queue_cfg() local
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c248 send_burst(struct lcore_queue_conf *qconf, uint32_t thresh, uint16_t port) in send_burst()
281 struct lcore_queue_conf *qconf; in send_single_packet() local
309 struct lcore_queue_conf *qconf, uint64_t tms) in reassemble()
430 struct lcore_queue_conf *qconf; in main_loop() local
823 setup_port_tbl(struct lcore_queue_conf *qconf, uint32_t lcore, int socket, in setup_port_tbl()
955 const struct lcore_queue_conf *qconf; in queue_dump_stat() local
992 struct lcore_queue_conf *qconf; in main() local
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c479 const struct lcore_conf *qconf) in prepare_tx_pkt()
517 const struct lcore_conf *qconf) in prepare_tx_burst()
606 struct lcore_conf *qconf; in send_single_packet() local
1028 process_pkts(struct lcore_conf *qconf, struct rte_mbuf **pkts, in process_pkts()
1052 drain_tx_buffers(struct lcore_conf *qconf) in drain_tx_buffers()
1067 drain_crypto_buffers(struct lcore_conf *qconf) in drain_crypto_buffers()
1088 drain_inbound_crypto_queues(const struct lcore_conf *qconf, in drain_inbound_crypto_queues()
1122 drain_outbound_crypto_queues(const struct lcore_conf *qconf, in drain_outbound_crypto_queues()
1161 struct lcore_conf *qconf; in ipsec_poll_mode_worker() local
1956 struct lcore_conf *qconf; in add_cdev_mapping() local
[all …]
/f-stack/dpdk/examples/qos_sched/
H A Dapp_thread.c115 app_send_burst(struct thread_conf *qconf) in app_send_burst()
135 app_send_packets(struct thread_conf *qconf, struct rte_mbuf **mbufs, uint32_t nb_pkt) in app_send_packets()
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c131 struct lcore_queue_conf *qconf = &lcore_queue_conf[lcore_id]; in show_lcore_stats() local
386 struct lcore_queue_conf *qconf = &lcore_queue_conf[lcore_id]; in l2fwd_fwd_job() local
433 struct lcore_queue_conf *qconf; in l2fwd_flush_job() local
473 struct lcore_queue_conf *qconf; in l2fwd_main_loop() local
742 struct lcore_queue_conf *qconf; in main() local
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c479 struct lcore_conf *qconf; in send_single_packet() local
685 struct lcore_conf *qconf) in l3fwd_simple_forward()
862 static void turn_on_off_intr(struct lcore_conf *qconf, bool on) in turn_on_off_intr()
883 static int event_register(struct lcore_conf *qconf) in event_register()
918 struct lcore_conf *qconf; in main_intr_loop() local
1083 struct lcore_conf *qconf; in main_telemetry_loop() local
1203 struct lcore_conf *qconf; in main_empty_poll_loop() local
1308 struct lcore_conf *qconf; in main_legacy_loop() local
2083 struct lcore_conf *qconf; in init_mem() local
2287 struct lcore_conf *qconf; in get_current_stat_values() local
[all …]
/f-stack/lib/
H A Dff_dpdk_if.c1268 struct lcore_conf *qconf = &lcore_conf; local
1630 send_burst(struct lcore_conf *qconf, uint16_t n, uint8_t port)
1674 struct lcore_conf *qconf; local
1696 struct lcore_conf *qconf = &lcore_conf; local
1828 struct lcore_conf *qconf; local
1955 struct lcore_conf *qconf = &lcore_conf; local
2040 struct lcore_conf *qconf = &lcore_conf; local
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c220 send_burst(struct lcore_queue_conf *qconf, uint16_t n, uint16_t port) in send_burst()
240 l3fwd_simple_forward(struct rte_mbuf *m, struct lcore_queue_conf *qconf, in l3fwd_simple_forward()
392 struct lcore_queue_conf *qconf; in main_loop() local
860 struct lcore_queue_conf *qconf; in main() local
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c202 struct lcore_queue_conf *qconf; in l2fwd_main_loop() local
528 struct lcore_queue_conf *qconf; in main() local
791 struct lcore_queue_conf *qconf = &lcore_queue_conf[lcore_id]; in main() local
/f-stack/dpdk/examples/link_status_interrupt/
H A Dmain.c203 struct lcore_queue_conf *qconf; in lsi_main_loop() local
527 struct lcore_queue_conf *qconf; in main() local

12