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

Function sfc_repr_tx_queue_stop

dpdk/drivers/net/sfc/sfc_repr.c:132–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static void
133sfc_repr_tx_queue_stop(void *queue)
134{
135 struct sfc_repr_txq *txq = queue;
136
137 if (txq == NULL)
138 return;
139
140 rte_ring_reset(txq->ring);
141}
142
143static uint16_t
144sfc_repr_rx_burst(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t nb_pkts)

Callers 1

sfc_repr_stopFunction · 0.85

Calls 1

rte_ring_resetFunction · 0.85

Tested by

no test coverage detected