dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Clean up rte_memcpy.h
@ 2015-04-20 20:32 Ravi Kerur
       [not found] ` <1429561948-11777-1-git-send-email-rkerur-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Ravi Kerur @ 2015-04-20 20:32 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

This version contains changes for removing unnecessary typecasting only.
Backing out remaining changes i.e. loop-unrolling. Though loop-unrolling
makes sense from more space/less time perspective, code generated by 
GCC 4.8.2 with "gcc -O3 -mavx -s" and "gcc -O3 -m64 -s" for loop of 2,
4 and 8 iterations are same and "memcpy perf" from "make test" reveals
similar results for "with and without loop". Will investigate this later.

Ravi Kerur (1):
  Clean up rte_memcpy.h file

 .../common/include/arch/x86/rte_memcpy.h           | 340 +++++++++++----------
 1 file changed, 175 insertions(+), 165 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-02-29 15:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-20 20:32 [PATCH v2] Clean up rte_memcpy.h Ravi Kerur
     [not found] ` <1429561948-11777-1-git-send-email-rkerur-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-04-20 20:33   ` [PATCH v2] Clean up rte_memcpy.h file Ravi Kerur
     [not found]     ` <1429562009-11817-1-git-send-email-rkerur-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-05-08 23:10       ` Ravi Kerur
2015-10-14  0:09     ` Stephen Hemminger
2016-01-28  4:18     ` [dpdk-dev,v2] " Zhihong Wang
2016-02-19 17:44       ` Ravi Kerur
2016-02-27 14:06       ` Ravi Kerur
2016-02-29 15:07         ` Wang, Zhihong

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).