[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20101210.153707.214218196.davem@davemloft.net>
Date: Fri, 10 Dec 2010 15:37:07 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: junchangwang@...il.com
Cc: eric.dumazet@...il.com, robert.olsson@....uu.se,
john.r.fastabend@...el.com, andy.shevchenko@...il.com,
netdev@...r.kernel.org, wangjc@...l.ustc.edu.cn
Subject: Re: [PATCH net-next-2.6] pktgen: adding prefetchw() call
From: Junchang Wang <junchangwang@...il.com>
Date: Thu, 9 Dec 2010 10:55:16 +0800
> We know for sure pktgen is going to write skb->data right after
> *_alloc_skb, causing unnecessary cache misses.
>
> Idea is to add a prefetchw() call to prefetch the first cache line
> indicated by skb->data. On systems with Adjacent Cache Line Prefetch,
> it's probably two cache lines are prefetched.
>
> With this patch, pktgen on Intel SR1625 server with two E5530
> quad-core processors and a single ixgbe-based NIC went from 8.63Mpps
> to 9.03Mpps, with 4.6% improvement.
>
> Signed-off-by: Junchang Wang <junchangwang@...il.com>
> Acked-by: Eric Dumazet <eric.dumazet@...il.com>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists