DPDK patches and discussions
 help / color / mirror / Atom feed
From: Zoltan Kiss <zoltan.kiss@linaro.org>
To: "Mcnamara, John" <john.mcnamara@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] ixgbe: prefetch cacheline after pointer becomes valid
Date: Fri, 25 Sep 2015 10:42:07 -0700	[thread overview]
Message-ID: <5605876F.1050807@linaro.org> (raw)
In-Reply-To: <B27915DBBA3421428155699D51E4CFE202365EF1@IRSMSX103.ger.corp.intel.com>

On 25/09/15 04:47, Mcnamara, John wrote:
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zoltan Kiss
>> Sent: Friday, September 25, 2015 1:23 AM
>> To: dev@dpdk.org
>> Subject: [dpdk-dev] [PATCH] ixgbe: prefetch cacheline after pointer
>> becomes valid
>>
>> +               if (split_packet) {
>> +                       rte_prefetch0(&rx_pkts[pos]->cacheline1);
>> +                       rte_prefetch0(&rx_pkts[pos + 1]->cacheline1);
>> +                       rte_prefetch0(&rx_pkts[pos + 2]->cacheline1);
>> +                       rte_prefetch0(&rx_pkts[pos + 3]->cacheline1);
>> +               }
>> +
>>                  /* A* mask out 0~3 bits RSS type */
>>                  descs[3] = _mm_and_si128(descs0[3], desc_mask);
>>                  descs[2] = _mm_and_si128(descs0[2], desc_mask);
> Hi,
>
> This patch doesn't apply cleanly. It looks like all the tabs have been replaced with spaces.

Sorry, my bad, I'll resend
>
> John.
>
>

  reply	other threads:[~2015-09-25 17:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-25  0:23 Zoltan Kiss
2015-09-25 11:47 ` Mcnamara, John
2015-09-25 17:42   ` Zoltan Kiss [this message]
2015-09-25 15:22 ` Bruce Richardson
2015-09-25 17:44 ` [dpdk-dev] [PATCH v2] " Zoltan Kiss
2015-09-28  9:53   ` Bruce Richardson
2015-10-28 16:19     ` Thomas Monjalon

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=5605876F.1050807@linaro.org \
    --to=zoltan.kiss@linaro.org \
    --cc=dev@dpdk.org \
    --cc=john.mcnamara@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).