MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sw_refill_pp_buf

Function sw_refill_pp_buf

dpdk/drivers/event/sw/sw_evdev_scheduler.c:344–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344static __rte_always_inline void
345sw_refill_pp_buf(struct sw_evdev *sw, struct sw_port *port)
346{
347 RTE_SET_USED(sw);
348 struct rte_event_ring *worker = port->rx_worker_ring;
349 port->pp_buf_start = 0;
350 port->pp_buf_count = rte_event_ring_dequeue_burst(worker, port->pp_buf,
351 sw->sched_deq_burst_size, NULL);
352}
353
354static __rte_always_inline uint32_t
355__pull_port_lb(struct sw_evdev *sw, uint32_t port_id, int allow_reorder)

Callers 3

__pull_port_lbFunction · 0.85
sw_event_scheduleFunction · 0.85

Calls 1

Tested by

no test coverage detected