Home
last modified time | relevance | path

Searched refs:lconf (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec_worker.c499 struct lcore_conf_ev_tx_int_port_wrkr lconf; in ipsec_wrkr_non_burst_int_port_app_mode() local
521 lconf.rt.rt4_ctx = socket_ctx[socket_id].rt_ip4; in ipsec_wrkr_non_burst_int_port_app_mode()
522 lconf.rt.rt6_ctx = socket_ctx[socket_id].rt_ip6; in ipsec_wrkr_non_burst_int_port_app_mode()
525 lconf.inbound.sa_ctx = socket_ctx[socket_id].sa_in; in ipsec_wrkr_non_burst_int_port_app_mode()
527 lconf.inbound.session_priv_pool = in ipsec_wrkr_non_burst_int_port_app_mode()
531 lconf.outbound.sa_ctx = socket_ctx[socket_id].sa_out; in ipsec_wrkr_non_burst_int_port_app_mode()
533 lconf.outbound.session_priv_pool = in ipsec_wrkr_non_burst_int_port_app_mode()
568 ret = process_ipsec_ev_inbound(&lconf.inbound, in ipsec_wrkr_non_burst_int_port_app_mode()
569 &lconf.rt, &ev); in ipsec_wrkr_non_burst_int_port_app_mode()
571 ret = process_ipsec_ev_outbound(&lconf.outbound, in ipsec_wrkr_non_burst_int_port_app_mode()
[all …]
/f-stack/dpdk/examples/bbdev_app/
H A Dmain.c156 struct lcore_conf *lconf; member
526 struct lcore_conf *lconf; in lcore_conf_init() local
534 lconf = &lcore_conf[lcore_id]; in lcore_conf_init()
535 lconf->core_type = 0; in lcore_conf_init()
539 lconf->rx_queue_id = rx_queue_id++; in lcore_conf_init()
540 lconf->enc_queue_id = in lcore_conf_init()
546 lconf->tx_queue_id = tx_queue_id++; in lcore_conf_init()
547 lconf->dec_queue_id = in lcore_conf_init()
551 lconf->bbdev_enc_op_pool = in lcore_conf_init()
553 lconf->bbdev_dec_op_pool = in lcore_conf_init()
[all …]
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.c258 lpm_process_event_pkt(const struct lcore_conf *lconf, struct rte_mbuf *mbuf) in lpm_process_event_pkt() argument
260 mbuf->port = lpm_get_dst_port(lconf, mbuf, mbuf->port); in lpm_process_event_pkt()
305 struct lcore_conf *lconf; in lpm_event_loop_single() local
313 lconf = &lcore_conf[lcore_id]; in lpm_event_loop_single()
320 if (lpm_process_event_pkt(lconf, ev.mbuf) == BAD_PORT) { in lpm_event_loop_single()
353 struct lcore_conf *lconf; in lpm_event_loop_burst() local
362 lconf = &lcore_conf[lcore_id]; in lpm_event_loop_burst()
385 lpm_process_event_pkt(lconf, events[i].mbuf); in lpm_event_loop_burst()
H A Dl3fwd_em.c708 struct lcore_conf *lconf; in em_event_loop_single() local
716 lconf = &lcore_conf[lcore_id]; in em_event_loop_single()
726 mbuf->port = em_get_dst_port(lconf, mbuf, mbuf->port); in em_event_loop_single()
729 l3fwd_em_simple_process(mbuf, lconf); in em_event_loop_single()
764 struct lcore_conf *lconf; in em_event_loop_burst() local
773 lconf = &lcore_conf[lcore_id]; in em_event_loop_burst()
788 lconf); in em_event_loop_burst()
792 lconf); in em_event_loop_burst()