intel / idxd-config

Accel-config / libaccel-config
Other
56 stars 35 forks source link

Test program for chaining decompression with filter operations with IAA #58

Closed Johnnyjax closed 3 months ago

Johnnyjax commented 4 months ago

Hello,

I saw in the IAA specification document that decryption/decompression can be chained with filter operations. Is there an example on how one can achieve this? What would I need to do to modify/configure the iaa_test.c program to support chaining operations. Thanks.