Searched refs:num_packets (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_run.h | 36 uint32_t num_packets; member 134 if (flows->num_packets < flows->total_packets) { in acl_start_next_trie() 135 parms[n].data = flows->data[flows->num_packets]; in acl_start_next_trie() 143 flows->num_packets * flows->categories); in acl_start_next_trie() 159 flows->num_packets++; in acl_start_next_trie() 179 flows->num_packets = 0; in acl_set_flow()
|
| H A D | acl_run_avx512.c | 11 uint32_t num_packets; /* number of packets processed */ member 26 flow->num_packets = 0; in acl_set_flow_avx512() 49 n = flow->total_packets - flow->num_packets; in update_flow_mask()
|
| H A D | acl_run_avx512_common.h | 201 flow->idata + flow->num_packets); in _F_() 203 flow->idata + flow->num_packets + n); in _F_() 206 ni = _M_I_(set1_epi32)(flow->num_packets); in _F_() 217 flow->num_packets += num; in _F_()
|
| /f-stack/dpdk/examples/server_node_efd/node/ |
| H A D | node.c | 267 handle_packets(struct rte_hash *h, struct rte_mbuf **bufs, uint16_t num_packets) in handle_packets() argument 275 for (i = 0; i < num_packets; i++) { in handle_packets() 283 rte_hash_lookup_bulk(h, key_ptrs, num_packets, positions); in handle_packets() 285 for (i = 0; i < num_packets; i++) { in handle_packets()
|
| /f-stack/dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 16 .num_packets = (1L << 25), /* do ~32M packets */ 166 cdata.num_packets = (int64_t)atol(optarg); in parse_app_args() 167 if (cdata.num_packets == 0) in parse_app_args() 168 cdata.num_packets = INT64_MAX; in parse_app_args() 355 printf("\tpackets: %"PRIi64"\n", cdata.num_packets); in main()
|
| H A D | pipeline_common.h | 64 int64_t num_packets; member
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | rhead_ev.c | 532 uint32_t num_packets; in rhead_ev_rx_packets() local 552 num_packets = EFX_QWORD_FIELD(*eqp, ESF_GZ_EV_RXPKTS_NUM_PKT); in rhead_ev_rx_packets() 560 should_abort = eecp->eec_rx_packets(arg, label, num_packets, in rhead_ev_rx_packets()
|
| H A D | efx.h | 2389 __in unsigned int num_packets,
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_ev.c | 166 sfc_ev_nop_rx_packets(void *arg, uint32_t label, unsigned int num_packets, in sfc_ev_nop_rx_packets() argument 173 evq->evq_index, label, num_packets, flags); in sfc_ev_nop_rx_packets() 179 unsigned int num_packets, __rte_unused uint32_t flags) in sfc_ev_dp_rx_packets() argument 188 return evq->sa->priv.dp_rx->qrx_ev(dp_rxq, num_packets); in sfc_ev_dp_rx_packets()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | server_node_efd.rst | 349 handle_packets(struct rte_hash *h, struct rte_mbuf **bufs, uint16_t num_packets) 357 for (i = 0; i < num_packets; i++) { 365 rte_hash_lookup_bulk(h, key_ptrs, num_packets, positions); 367 for (i = 0; i < num_packets; i++) {
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 596 uint16_t *num_packets, unsigned long *num_tx_bytes) in tap_write_mbufs() argument 708 (*num_packets)++; in tap_write_mbufs() 721 uint16_t num_packets = 0; in pmd_tx_burst() local 790 &num_packets, &num_tx_bytes); in pmd_tx_burst() 806 txq->stats.opackets += num_packets; in pmd_tx_burst()
|