Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165789
b: refs/heads/master
c: 0a82a62
h: refs/heads/master
i:
  165787: 3cc2434
v: v3
  • Loading branch information
Dan Williams committed Aug 30, 2009
1 parent 3744989 commit 5f6f3e2
Show file tree
Hide file tree
Showing 6 changed files with 467 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b2f46fd8ef3dff2ab30f31126833f78b7480283a
refs/heads/master: 0a82a6239beecc95db6e05fe43ee62d16b381d38
4 changes: 4 additions & 0 deletions trunk/Documentation/crypto/async-tx-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ xor_val - xor a series of source buffers and set a flag if the
pq - generate the p+q (raid6 syndrome) from a series of source buffers
pq_val - validate that a p and or q buffer are in sync with a given series of
sources
datap - (raid6_datap_recov) recover a raid6 data block and the p block
from the given sources
2data - (raid6_2data_recov) recover 2 raid6 data blocks from the given
sources

3.3 Descriptor management:
The return value is non-NULL and points to a 'descriptor' when the operation
Expand Down
5 changes: 5 additions & 0 deletions trunk/crypto/async_tx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ config ASYNC_PQ
tristate
select ASYNC_CORE

config ASYNC_RAID6_RECOV
tristate
select ASYNC_CORE
select ASYNC_PQ

1 change: 1 addition & 0 deletions trunk/crypto/async_tx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
obj-$(CONFIG_ASYNC_MEMSET) += async_memset.o
obj-$(CONFIG_ASYNC_XOR) += async_xor.o
obj-$(CONFIG_ASYNC_PQ) += async_pq.o
obj-$(CONFIG_ASYNC_RAID6_RECOV) += async_raid6_recov.o
Loading

0 comments on commit 5f6f3e2

Please sign in to comment.