Searched refs:event_d_conf (Results 1 – 5 of 5) sorted by relevance
14 struct rte_event_dev_config event_d_conf = { in l3fwd_event_device_setup_internal_port() local44 event_d_conf.nb_event_queues = ethdev_count; in l3fwd_event_device_setup_internal_port()46 event_d_conf.nb_event_queues = dev_info.max_event_queues; in l3fwd_event_device_setup_internal_port()49 event_d_conf.nb_events_limit = dev_info.max_num_events; in l3fwd_event_device_setup_internal_port()52 event_d_conf.nb_event_queue_flows = in l3fwd_event_device_setup_internal_port()56 event_d_conf.nb_event_port_dequeue_depth) in l3fwd_event_device_setup_internal_port()57 event_d_conf.nb_event_port_dequeue_depth = in l3fwd_event_device_setup_internal_port()61 event_d_conf.nb_event_port_enqueue_depth) in l3fwd_event_device_setup_internal_port()62 event_d_conf.nb_event_port_enqueue_depth = in l3fwd_event_device_setup_internal_port()69 event_d_conf.nb_event_ports = num_workers; in l3fwd_event_device_setup_internal_port()[all …]
14 struct rte_event_dev_config event_d_conf = { in l3fwd_event_device_setup_generic() local44 event_d_conf.nb_event_queues = ethdev_count + 1; in l3fwd_event_device_setup_generic()46 event_d_conf.nb_event_queues = dev_info.max_event_queues; in l3fwd_event_device_setup_generic()49 event_d_conf.nb_events_limit = dev_info.max_num_events; in l3fwd_event_device_setup_generic()52 event_d_conf.nb_event_queue_flows = in l3fwd_event_device_setup_generic()56 event_d_conf.nb_event_port_dequeue_depth) in l3fwd_event_device_setup_generic()57 event_d_conf.nb_event_port_dequeue_depth = in l3fwd_event_device_setup_generic()61 event_d_conf.nb_event_port_enqueue_depth) in l3fwd_event_device_setup_generic()62 event_d_conf.nb_event_port_enqueue_depth = in l3fwd_event_device_setup_generic()69 event_d_conf.nb_event_ports = num_workers; in l3fwd_event_device_setup_generic()[all …]
23 struct rte_event_dev_config event_d_conf = { in l2fwd_event_device_setup_internal_port() local53 event_d_conf.nb_event_queues = ethdev_count; in l2fwd_event_device_setup_internal_port()55 event_d_conf.nb_event_queues = dev_info.max_event_queues; in l2fwd_event_device_setup_internal_port()58 event_d_conf.nb_events_limit = dev_info.max_num_events; in l2fwd_event_device_setup_internal_port()61 event_d_conf.nb_event_queue_flows = in l2fwd_event_device_setup_internal_port()65 event_d_conf.nb_event_port_dequeue_depth) in l2fwd_event_device_setup_internal_port()66 event_d_conf.nb_event_port_dequeue_depth = in l2fwd_event_device_setup_internal_port()70 event_d_conf.nb_event_port_enqueue_depth) in l2fwd_event_device_setup_internal_port()71 event_d_conf.nb_event_port_enqueue_depth = in l2fwd_event_device_setup_internal_port()79 event_d_conf.nb_event_ports = num_workers; in l2fwd_event_device_setup_internal_port()[all …]
23 struct rte_event_dev_config event_d_conf = { in l2fwd_event_device_setup_generic() local54 event_d_conf.nb_event_queues = ethdev_count + 1; in l2fwd_event_device_setup_generic()56 event_d_conf.nb_event_queues = dev_info.max_event_queues; in l2fwd_event_device_setup_generic()59 event_d_conf.nb_events_limit = dev_info.max_num_events; in l2fwd_event_device_setup_generic()62 event_d_conf.nb_event_queue_flows = in l2fwd_event_device_setup_generic()66 event_d_conf.nb_event_port_dequeue_depth) in l2fwd_event_device_setup_generic()67 event_d_conf.nb_event_port_dequeue_depth = in l2fwd_event_device_setup_generic()71 event_d_conf.nb_event_port_enqueue_depth) in l2fwd_event_device_setup_generic()72 event_d_conf.nb_event_port_enqueue_depth = in l2fwd_event_device_setup_generic()80 event_d_conf.nb_event_ports = num_workers; in l2fwd_event_device_setup_generic()[all …]
324 struct rte_event_dev_config event_d_conf = {333 ret = rte_event_dev_configure(event_d_id, &event_d_conf);