Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 10 of 10) sorted by relevance

/dpdk/app/test/
H A Dtest_ring.h75 test_ring_mem_copy(zcd->ptr1, src, esize, zcd->n1); in test_ring_copy_to()
76 if (zcd->n1 != num) { in test_ring_copy_to()
78 src = src + zcd->n1; in test_ring_copy_to()
81 (zcd->n1 * esize / sizeof(uint32_t))); in test_ring_copy_to()
83 esize, num - zcd->n1); in test_ring_copy_to()
92 test_ring_mem_copy(dst, zcd->ptr1, esize, zcd->n1); in test_ring_copy_from()
94 if (zcd->n1 != num) { in test_ring_copy_from()
95 dst = test_ring_inc_ptr(dst, esize, zcd->n1); in test_ring_copy_from()
96 test_ring_mem_copy(dst, zcd->ptr2, esize, num - zcd->n1); in test_ring_copy_from()
/dpdk/lib/ring/
H A Drte_ring_peek_zc.h94 unsigned int n1; member
99 uint32_t esize, uint32_t num, void **dst1, uint32_t *n1, void **dst2) in __rte_ring_get_elem_addr() argument
110 *n1 = num; in __rte_ring_get_elem_addr()
113 *n1 = r->size - idx; in __rte_ring_get_elem_addr()
149 &zcd->n1, &zcd->ptr2); in __rte_ring_do_enqueue_zc_elem_start()
357 &zcd->n1, &zcd->ptr2); in __rte_ring_do_dequeue_zc_elem_start()
/dpdk/devtools/
H A Dgit-log-fixes.sh50 head -n1)
84 done | sort -uV | head -n1
H A Dcheck-git-log.sh18 e.g. To check only the last commit, ‘-n1’ or ‘-r@~..’ is used.
145 firstbodyline=$(git log --format='%b' -1 $commit | head -n1)
/dpdk/.ci/
H A Dlinux-build.sh49 binary=$(sudo readelf -n $core |grep $(pwd)/build/ 2>/dev/null |head -n1)
/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst485 nb_rx = rte_eth_rx_burst(portid, queueid, zcd->ptr1, zcd->n1);
486 if (nb_rx == zcd->n1 && n != zcd->n1)
488 n - zcd->n1);
/dpdk/config/arm/
H A Dmeson.build69 'compiler_options': ['-mcpu=neoverse-n1'],
71 ['RTE_MACHINE', '"neoverse-n1"'],
/dpdk/lib/eventdev/
H A Drte_event_eth_rx_adapter.c825 uint16_t n1; in rxa_flush_event_buffer() local
827 n1 = rte_event_enqueue_new_burst(rx_adapter->eventdev_id, in rxa_flush_event_buffer()
832 if (n1 != buf->tail) in rxa_flush_event_buffer()
836 buf->head = n1; in rxa_flush_event_buffer()
838 n += n1; in rxa_flush_event_buffer()
/dpdk/doc/guides/cryptodevs/
H A Dqat.rst650 ./dpdk-test -l1 -n1 -a <your qat bdf>
656 ./dpdk-test -l1 -n1 -a <your qat bdf>
662 ./dpdk-test -l1 -n1 -a <your qat bdf>
/dpdk/lib/pipeline/
H A Drte_table_action.c2166 uint16_t n1 = data1->n; in pkt4_work_decap() local
2174 mbuf1->data_off = data_off1 + n1; in pkt4_work_decap()
2175 mbuf1->data_len = data_len1 - n1; in pkt4_work_decap()
2176 mbuf1->pkt_len = pkt_len1 - n1; in pkt4_work_decap()