On Mon, 4 Sep 2023 12:56:35 +0800
<[email protected]> wrote:

>               rte_memcpy(cmd->response_data, rte_pktmbuf_mtod(mbuf, void *),
> +                     cmd->response_len);

For small sizes, regular memcpy is going to be the same or faster than 
rte_memcpy

Reply via email to