Searched refs:lconf (Results 1 – 5 of 5) sorted by relevance
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_worker.c | 698 &lconf->rt, vec); in ipsec_ev_vector_process() 701 &lconf->rt, vec); in ipsec_ev_vector_process() 884 struct lcore_conf_ev_tx_int_port_wrkr lconf; in ipsec_wrkr_non_burst_int_port_app_mode() local 906 lconf.rt.rt4_ctx = socket_ctx[socket_id].rt_ip4; in ipsec_wrkr_non_burst_int_port_app_mode() 907 lconf.rt.rt6_ctx = socket_ctx[socket_id].rt_ip6; in ipsec_wrkr_non_burst_int_port_app_mode() 912 lconf.inbound.session_priv_pool = in ipsec_wrkr_non_burst_int_port_app_mode() 918 lconf.outbound.session_priv_pool = in ipsec_wrkr_non_burst_int_port_app_mode() 948 ipsec_ev_vector_process(&lconf, links, &ev); in ipsec_wrkr_non_burst_int_port_app_mode() 959 ret = process_ipsec_ev_inbound(&lconf.inbound, in ipsec_wrkr_non_burst_int_port_app_mode() 960 &lconf.rt, &ev); in ipsec_wrkr_non_burst_int_port_app_mode() [all …]
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_lpm.c | 232 mbuf->port = lpm_get_dst_port(lconf, mbuf, mbuf->port); in lpm_process_event_pkt() 265 struct lcore_conf *lconf; in lpm_event_loop_single() local 273 lconf = &lcore_conf[lcore_id]; in lpm_event_loop_single() 319 struct lcore_conf *lconf; in lpm_event_loop_burst() local 327 lconf = &lcore_conf[lcore_id]; in lpm_event_loop_burst() 350 lpm_process_event_pkt(lconf, events[i].mbuf); in lpm_event_loop_burst() 434 lpm_process_event_pkt(lconf, mbufs[0]); in lpm_process_event_vector() 443 lpm_process_event_pkt(lconf, mbufs[i]); in lpm_process_event_vector() 460 struct lcore_conf *lconf; in lpm_event_loop_vector() local 467 lconf = &lcore_conf[lcore_id]; in lpm_event_loop_vector() [all …]
|
| H A D | l3fwd_em.c | 657 struct lcore_conf *lconf; in em_event_loop_single() local 665 lconf = &lcore_conf[lcore_id]; in em_event_loop_single() 680 l3fwd_em_simple_process(mbuf, lconf); in em_event_loop_single() 719 struct lcore_conf *lconf; in em_event_loop_burst() local 727 lconf = &lcore_conf[lcore_id]; in em_event_loop_burst() 742 lconf); in em_event_loop_burst() 746 lconf); in em_event_loop_burst() 845 struct lcore_conf *lconf; in em_event_loop_vector() local 852 lconf = &lcore_conf[lcore_id]; in em_event_loop_vector() 872 l3fwd_em_process_event_vector(events[i].vec, lconf); in em_event_loop_vector() [all …]
|
| H A D | l3fwd_fib.c | 256 struct lcore_conf *lconf; in fib_event_loop() local 272 lconf = &lcore_conf[lcore_id]; in fib_event_loop() 336 rte_fib_lookup_bulk(lconf->ipv4_lookup_struct, in fib_event_loop() 341 rte_fib6_lookup_bulk(lconf->ipv6_lookup_struct, in fib_event_loop() 428 struct lcore_conf *lconf; in fib_process_event_vector() local 432 lconf = &lcore_conf[rte_lcore_id()]; in fib_process_event_vector() 459 rte_fib_lookup_bulk(lconf->ipv4_lookup_struct, ipv4_arr, hopsv4, in fib_process_event_vector() 464 rte_fib6_lookup_bulk(lconf->ipv6_lookup_struct, ipv6_arr, in fib_process_event_vector()
|
| /dpdk/examples/bbdev_app/ |
| H A D | main.c | 154 struct lcore_conf *lconf; member 519 struct lcore_conf *lconf; in lcore_conf_init() local 527 lconf = &lcore_conf[lcore_id]; in lcore_conf_init() 528 lconf->core_type = 0; in lcore_conf_init() 532 lconf->rx_queue_id = rx_queue_id++; in lcore_conf_init() 533 lconf->enc_queue_id = in lcore_conf_init() 539 lconf->tx_queue_id = tx_queue_id++; in lcore_conf_init() 540 lconf->dec_queue_id = in lcore_conf_init() 544 lconf->bbdev_enc_op_pool = in lcore_conf_init() 546 lconf->bbdev_dec_op_pool = in lcore_conf_init() [all …]
|