On Wed, Nov 26, 2008 at 6:26 PM, Yuri Tikhonov <[EMAIL PROTECTED]> wrote:
>> 3/ In my implementation (unfinished) of async_pq I decided to make the
>> prototype:
>
> May I ask do you have in plans to finish and release your
> implementation?
>
Seems that time would be better spent reviewing / fin
Hello Dan,
On Saturday, November 15, 2008 you wrote:
> A few comments
Thanks.
> 1/ I don't see code for handling cases where the src_cnt exceeds the
> hardware maximum.
Right, actually the ADMA devices we used (ppc440spe DMA engines) has
no limitations on the src_cnt (well, actually there
On Thu, Nov 13, 2008 at 8:15 AM, Ilya Yanok <[EMAIL PROTECTED]> wrote:
> This adds support for doing asynchronous GF multiplication by adding
> four additional functions to async_tx API:
> async_pqxor() does simultaneous XOR of sources and XOR of sources
> GF-multiplied by given coefficients.
> a
This adds support for doing asynchronous GF multiplication by adding
four additional functions to async_tx API:
async_pqxor() does simultaneous XOR of sources and XOR of sources
GF-multiplied by given coefficients.
async_pqxor_zero_sum() checks if results of calculations match given
ones.
async_