freebsd-dev/sys/powerpc/conf
John Baldwin 5033c43b7a Add a driver for the Chelsio T6 crypto accelerator engine.
The ccr(4) driver supports use of the crypto accelerator engine on
Chelsio T6 NICs in "lookaside" mode via the opencrypto framework.

Currently, the driver supports AES-CBC, AES-CTR, AES-GCM, and AES-XTS
cipher algorithms as well as the SHA1-HMAC, SHA2-256-HMAC, SHA2-384-HMAC,
and SHA2-512-HMAC authentication algorithms.  The driver also supports
chaining one of AES-CBC, AES-CTR, or AES-XTS with an authentication
algorithm for encrypt-then-authenticate operations.

Note that this driver is still under active development and testing and
may not yet be ready for production use.  It does pass the tests in
tests/sys/opencrypto with the exception that the AES-GCM implementation
in the driver does not yet support requests with a zero byte payload.

To use this driver currently, the "uwire" configuration must be used
along with explicitly enabling support for lookaside crypto capabilities
in the cxgbe(4) driver.  These can be done by setting the following
tunables before loading the cxgbe(4) driver:

    hw.cxgbe.config_file=uwire
    hw.cxgbe.cryptocaps_allowed=-1

MFC after:	1 month
Relnotes:	yes
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D10763
2017-05-17 22:13:07 +00:00
..
dpaa Make dpaa work with only slightly modified Linux device trees. 2016-11-12 20:45:03 +00:00
DEFAULTS
GENERIC Add a COMPAT_FREEBSD11 kernel option. 2016-12-09 18:54:12 +00:00
GENERIC64 Migrate e1000 to the IFLIB framework: 2017-01-10 03:23:22 +00:00
GENERIC-NODEBUG This configuration file removes several debugging options, including 2014-12-02 19:55:43 +00:00
GENERIC.hints
Makefile
MPC85XX Add Freescale eSPI driver found on QorIQ SoCs 2017-04-02 01:21:35 +00:00
MPC85XXSPE Add Freescale eSPI driver found on QorIQ SoCs 2017-04-02 01:21:35 +00:00
NOTES Add a driver for the Chelsio T6 crypto accelerator engine. 2017-05-17 22:13:07 +00:00
QORIQ64 Introduce 64-bit PowerPC Book-E support 2017-03-17 21:40:14 +00:00