Searched refs:nb_seg (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test-pmd/ |
| H A D | csumonly.c | 640 uint16_t seglen[], uint8_t nb_seg) in mbuf_copy_split() argument 657 while (ms != NULL && i != nb_seg) { in mbuf_copy_split() 690 md[0]->nb_segs = nb_seg; in mbuf_copy_split() 697 return nb_seg; in mbuf_copy_split() 708 uint32_t i, len, nb_seg; in pkt_copy_split() local 716 nb_seg = rte_rand() % tx_pkt_nb_segs + 1; in pkt_copy_split() 718 nb_seg = tx_pkt_nb_segs; in pkt_copy_split() 737 nb_seg = i; in pkt_copy_split() 744 nb_seg - i, nb_seg, mp->name); in pkt_copy_split() 761 rc = mbuf_copy_split(pkt, md, seglen, nb_seg); in pkt_copy_split() [all …]
|
| /dpdk/drivers/net/fm10k/ |
| H A D | fm10k_rxtx.c | 215 uint16_t nb_rcv, nb_seg; in fm10k_recv_scattered_pkts() local 225 nb_seg = RTE_MIN(nb_pkts, q->alloc_thresh); in fm10k_recv_scattered_pkts() 226 for (count = 0; count < nb_seg; count++) { in fm10k_recv_scattered_pkts()
|
| /dpdk/examples/fips_validation/ |
| H A D | main.c | 520 uint16_t nb_seg; in prepare_data_mbufs() local 530 nb_seg = total_len / env.mbuf_data_room; in prepare_data_mbufs() 532 nb_seg++; in prepare_data_mbufs() 542 while (nb_seg) { in prepare_data_mbufs() 583 nb_seg--; in prepare_data_mbufs()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_08.rst | 162 It is expected that free mbufs have their field ``nb_seg`` set to 1, 167 When a multi-segment mbuf is freed, the field ``nb_seg`` is not reset
|