Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication

From: Dan Williams
Date: Sat Mar 21 2009 - 18:46:28 EST


On Sat, Mar 21, 2009 at 3:26 PM, Ilya Yanok <yanok@xxxxxxxxxxx> wrote:
>> The caller needs to be modified to only require scalar multiplication
>> even in this corner case.
>>
>
> Argh... There is no vector-vector multiplication at all! You just need
> to swap the 'for' cycles back (as it was in the original patch by me and
> Yuri) to get rid of two-dimensional lookup at each step.

Yes, I swapped the loops as part of the removal of the
ASYNC_TX_ZERO_{P,Q} flags and wanted to avoid an explicit memset.
I'll rework this path...

Regards,
Dan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/