Flexible I/O Tester development
 help / color / mirror / Atom feed
* [PATCH] LFSR:Fix verification and spin bugs
@ 2013-03-12  8:28 Alex Pyrgiotis
  2013-03-12  8:28 ` [PATCH] Fix " Alex Pyrgiotis
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Pyrgiotis @ 2013-03-12  8:28 UTC (permalink / raw)
  To: fio

Hi all,

As Jiri had previously noticed, verification did not work, which led to
some ugly bugs slipping through the code (sorry about that).
This patch not only fixes that but has some performance tweaks that
should make the code perform almost twice as fast for most cases.

These have come at the expense of code readability, so I added some more
comments where necessary.

Regards,
Alex

Alex Pyrgiotis (1):
  Fix verification and spin bugs

 lib/lfsr.c    | 35 +++++++++++++++++++++++------------
 lib/lfsr.h    |  1 +
 t/lfsr-test.c |  6 ++++--
 3 files changed, 28 insertions(+), 14 deletions(-)

-- 
1.8.1.4


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

end of thread, other threads:[~2013-03-12 12:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12  8:28 [PATCH] LFSR:Fix verification and spin bugs Alex Pyrgiotis
2013-03-12  8:28 ` [PATCH] Fix " Alex Pyrgiotis
2013-03-12 12:09   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox