]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: cavium - Add the Virtual Function driver for CPT
authorGeorge Cherian <george.cherian@cavium.com>
Tue, 7 Feb 2017 14:51:14 +0000 (14:51 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 11 Feb 2017 09:52:32 +0000 (17:52 +0800)
commita72baa2adc24ca46b64c51b754d47a05426a3f0d
tree17515307adaac9ef52032e4b0b52abf066732e1a
parentb4451ad6d9e1c41481456921451f1e717ac0cb42
crypto: cavium - Add the Virtual Function driver for CPT

Enable the CPT VF driver. CPT is the cryptographic Acceleration Unit
in Octeon-tx series of processors.

Signed-off-by: George Cherian <george.cherian@cavium.com>
Reviewed-by: David Daney <david.daney@cavium.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/cavium/cpt/Makefile
drivers/crypto/cavium/cpt/cptvf.h [new file with mode: 0644]
drivers/crypto/cavium/cpt/cptvf_algs.c [new file with mode: 0644]
drivers/crypto/cavium/cpt/cptvf_algs.h [new file with mode: 0644]
drivers/crypto/cavium/cpt/cptvf_main.c [new file with mode: 0644]
drivers/crypto/cavium/cpt/cptvf_mbox.c [new file with mode: 0644]
drivers/crypto/cavium/cpt/cptvf_reqmanager.c [new file with mode: 0644]
drivers/crypto/cavium/cpt/request_manager.h [new file with mode: 0644]