linaro-swg / linux

Linux kernel source tree
Other
41 stars 79 forks source link

tee: support of allocating DMA shared buffers #58

Closed igoropaniuk closed 6 years ago

igoropaniuk commented 6 years ago

Add support of allocating DMA shared buffers via RPC calls.

Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>

jenswi-linaro commented 6 years ago

Please add some more description on what DMA shared buffers can be used for (and what it can/should not be used for).

igoropaniuk commented 6 years ago

Hi @jenswi-linaro, added details (mostly in commit message).

igoropaniuk commented 6 years ago

@jenswi-linaro Decided to make to clean-up in my pending PRs, so returned back to this PR

As this patch relate to benchmark (and will be used only by Benchmark PTA), does it make sense to mark it as not for mainline ? Are there any comments that should be addressed?

jenswi-linaro commented 6 years ago

Looks good to me now. Please mark it as not for mainline.

igoropaniuk commented 6 years ago

@jenswi-linaro done Thanks

igoropaniuk commented 6 years ago

@jenswi-linaro any additional comments? Thanks!

jenswi-linaro commented 6 years ago

Please run checkpatch on the patch and fixup the line wrapping in the commit message. We can merge it when that's done.

igoropaniuk commented 6 years ago

Please run checkpatch on the patch and fixup the line wrapping in the commit message. We can merge it when that's done.

Thanks, fixed

jenswi-linaro commented 6 years ago

Looks good, @jforissier, ready for merge