[PATCH v5 09/32] net/sssnic/base: add control queue

Stephen Hemminger stephen at networkplumber.org
Mon Sep 18 04:36:06 CEST 2023


On Mon, 4 Sep 2023 12:56:35 +0800
<wanry at 3snic.com> 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


More information about the dev mailing list