[dpdk-dev] [PATCH 1/5] vhost: refactor rte_vhost_dequeue_burst
Stephen Hemminger
stephen at networkplumber.org
Thu Dec 3 08:03:16 CET 2015
On Thu, 3 Dec 2015 14:06:09 +0800
Yuanhan Liu <yuanhan.liu at linux.intel.com> wrote:
> + rte_prefetch0((void *)(uintptr_t)desc_addr);
Another unnecessary set of casts.
More information about the dev
mailing list