diff options
author | John Baldwin <jhb@FreeBSD.org> | 2017-09-18 23:50:34 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2017-09-18 23:50:34 +0000 |
commit | 4fedff3ca18d80a28a666a2dc5ed25c5f06b7e07 (patch) | |
tree | 213338a360e3294017ed3226b10d3a3614ae9557 /sys/dev/cxgbe/firmware/t6fw_cfg.txt | |
parent | 4f45713ae294f5aab1c02c3752b38eb2ce7477c1 (diff) | |
download | src-4fedff3ca18d80a28a666a2dc5ed25c5f06b7e07.tar.gz src-4fedff3ca18d80a28a666a2dc5ed25c5f06b7e07.zip |
Enable support for lookaside crypto operations by default.
This permits ccr(4) to be used with the default firmware configuration
file.
Discussed with: np
Sponsored by: Chelsio Communications
Notes
Notes:
svn path=/head/; revision=323724
Diffstat (limited to 'sys/dev/cxgbe/firmware/t6fw_cfg.txt')
-rw-r--r-- | sys/dev/cxgbe/firmware/t6fw_cfg.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/cxgbe/firmware/t6fw_cfg.txt b/sys/dev/cxgbe/firmware/t6fw_cfg.txt index 84647d18994b..d02788e539ed 100644 --- a/sys/dev/cxgbe/firmware/t6fw_cfg.txt +++ b/sys/dev/cxgbe/firmware/t6fw_cfg.txt @@ -153,6 +153,7 @@ nexactf = 456 cmask = all pmask = all + ncrypto_lookaside = 16 nclip = 320 # TCAM has 6K cells; each region must start at a multiple of 128 cell. @@ -162,7 +163,7 @@ nserver = 512 nhpfilter = 0 nhash = 16384 - protocol = ofld, rddp, rdmac, iscsi_initiator_pdu, iscsi_target_pdu, iscsi_t10dif + protocol = ofld, rddp, rdmac, iscsi_initiator_pdu, iscsi_target_pdu, iscsi_t10dif, crypto_lookaside tp_l2t = 4096 tp_ddp = 2 tp_ddp_iscsi = 2 @@ -272,7 +273,7 @@ [fini] version = 0x1 - checksum = 0xf438bb8f + checksum = 0x7191019f # # $FreeBSD$ # |