From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Cc: dev@dpdk.org, Jerin Jacob <jerin.jacob@caviumnetworks.com>
Subject: Re: [dpdk-dev] [PATCH v2] net/virtio: fix build error with clang
Date: Fri, 23 Sep 2016 10:31:12 +0200 [thread overview]
Message-ID: <2180039.Zml4U8GjVQ@xps13> (raw)
In-Reply-To: <1474611309-20325-1-git-send-email-yuanhan.liu@linux.intel.com>
2016-09-23 14:15, Yuanhan Liu:
> - _mm_prefetch((const void *)rused, _MM_HINT_T0);
> + rte_prefetch0(rused);
There are other occurences of _mm_prefetch in other drivers.
It could deserve a patch.
next prev parent reply other threads:[~2016-09-23 8:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-23 7:40 [dpdk-dev] [PATCH] " Yuanhan Liu
2016-09-23 6:11 ` Yuanhan Liu
2016-09-23 6:15 ` [dpdk-dev] [PATCH v2] " Yuanhan Liu
2016-09-23 6:35 ` Jerin Jacob
2016-09-23 6:43 ` Yuanhan Liu
2016-09-23 8:31 ` Thomas Monjalon [this message]
2016-09-23 9:17 ` Yuanhan Liu
2016-09-26 4:29 ` [dpdk-dev] [PATCH v3] net: " Yuanhan Liu
2016-09-27 12:19 ` Yuanhan Liu
2016-09-27 17:24 ` Chen, Jing D
2016-09-28 0:09 ` Yuanhan Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2180039.Zml4U8GjVQ@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=dev@dpdk.org \
--cc=jerin.jacob@caviumnetworks.com \
--cc=yuanhan.liu@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).