Intel Coleto Creek SSL chipset

name type interface speed model SR-IOV driver
Intel SSL chipset Coleto Creek PCI-E 3.0 20Gbps-100Gbps COL-8925 COL-8926 COL-8950 COL-8955 support (assignment crypto capacity) support

https://www.intel.com/content/dam/www/public/us/en/documents/guides/communications-chipset-8925-8955-software-programmers-guide.pdf

https://www.intel.com/content/www/us/en/ethernet-products/gigabit-server-adapters/quickassist-adapter-for-servers.html

  Intel® QuickAssist Adapter 8970 Intel® QuickAssist Adapter 8960 Intel® QuickAssist Adapter 8950 Intel® QuickAssist Adapter 8920
Performance: Hardware Acceleration Up to 100G Up to 50G Up to 20G Up to 20G
Power 23W 21W 25W 40W
Connection Low-profile PCIe (Gen 3), x16 Low-profile PCIe (Gen 3), x8  Low-profile PCIe (Gen 3), x8  Low-profile PCIe (Gen 3), x8 

http://www.advantech.com.cn/products/d8cec3f1-fa5c-4305-87d5-fefa869f2363/pcie-3020/mod_b66ffd88-5cc5-49f0-8b19-6f0adef6e49e

http://downloadt.advantech.com/ProductFile/PIS/PCIE-3020NA/Product%20-%20Datasheet/PCIE-3020NA_DS(05.10.16)20160510144856.pdf

Features:

  • One or two Intel® QuickAssist Accelerators based on the Intel® Communications Chipset 8950 & 8925 previously codenamed "Coleto Creek"
  • Compression, Crypto, Security Offload and Acceleration
  • IPsec and SSL Acceleration including AES, 3DES, Kasumi and SNOW
  • Two devices provide over 300k RSA decrypt ops per card
  • Compression/Decompression with 40Gbps Compression offload (LZS, Deflate) per card
  • PCIe x8 Gen.3 host interface
  • On board Gen.3 PCIe switch
  • Half-height, half-length PCIe form factor

==================== End

Intel Coleto Creek SSL chipset的更多相关文章

  1.  CPUs Intel 925X/915 Chipset (925X主板芯片组)

    这个是2004年的intel产品的设计(主板,主板芯片组,北桥,南桥),结构也比较清晰,主要想看南桥和北桥的设计. 一些英文解释 ECC是一种能够实现"错误检查和纠正"的技术D92 ...

  2. Intel QuickAssist Technology and OpenSSL – Benchmarks and Setup Tips

    Intel QuickAssist Technology and OpenSSL – Benchmarks and Setup Tips 来源:https://www.servethehome.com ...

  3. Intel Chipsets

    http://en.wikipedia.org/wiki/Chipset Chipset From Wikipedia, the free encyclopedia     A chipset is ...

  4. HowTo: Xen 4.1.3 Windows 8 HVM domU with Intel HD4000 VGA Passthrough on Debian Wheezy

    http://linux-bsd-sharing.blogspot.com/2012/10/howto-xen-413-windows-8-hvm-domu-with.html Update 05/0 ...

  5. Intel processor brand names-Xeon,Core,Pentium,Celeron----Celeron

    http://en.wikipedia.org/wiki/Celeron Celeron From Wikipedia, the free encyclopedia     Celeron Produ ...

  6. Intel Naming Strategy--2

    http://en.wikipedia.org/wiki/Intel_Corporation#Naming_strategy Naming strategy[edit] In 2006, Intel ...

  7. Intel Active Management Technology

    http://en.wikipedia.org/wiki/Intel_Active_Management_Technology Intel Active Management Technology F ...

  8. kvm

    硬件,os,内核模块,用户空间工具,命令行具体参数,日志 [root@localhost ~]# yum install pciutils [root@localhost ~]# lscpu;lspc ...

  9. hdinfo

    --------[ 鲁大师 ]-------------------------------------------------------------------------------- 版本: ...

随机推荐

  1. leetcode题目17.电话号码的字母组合(中等)

    题目描述: 给定一个仅包含数字 2-9 的字符串,返回所有它能表示的字母组合. 给出数字到字母的映射如下(与电话按键相同).注意 1 不对应任何字母. 示例: 输入:"23"输出: ...

  2. ActiveXObject常用方法

    function getusername() { var WshNetwork = new ActiveXObject("WScript.Network"); alert(&quo ...

  3. AsyncTaskMethodBuilder

    AsyncTaskMethodBuilder Represents a builder for asynchronous methods that return a task. public stru ...

  4. MySQL获取距离

    BEGIN ) ), ) ) ) ) ),))),); END

  5. python调用系统命令的方法

    1.os模块 (1)system()方法 这个方法是直接调用标准C的system() 函数,在一个子终端运行系统命令 (2)poen()方法 这个方法执行命令后通过一个管道文件将结果返回 3.subp ...

  6. LC 967. Numbers With Same Consecutive Differences

    Return all non-negative integers of length N such that the absolute difference between every two con ...

  7. YJango的卷积神经网络——介绍

    原文地址:https://zhuanlan.zhihu.com/p/27642620 如果要提出一个新的神经网络结构,首先就需要引入像循环神经网络中“时间共享”这样的先验知识,降低学习所需要的训练数据 ...

  8. OpenStack 的单元测试

    目录 文章目录 目录 前言 单元测试能提高生产率 Python 单元测试工具清单 unittest Test Discover Test Fixture Test Suite Assert(断言) m ...

  9. ojdbc15-10.2.0.4.0.jar maven 引用报错 Dependency 'com.oracle:ojdbc15:10.2.0.4.0' not found

    ojdbc15-10.2.0.4.0.jar maven 引用报错 问题现象 在 Maven 工程中引用 ojdbc15-10.2.0.4.0.jar 报错,报错信息:Dependency 'com. ...

  10. 12@365 java上传文件(word、图片等)至服务器

    这种方法是servlet,编写好在web.xml里配置servlet-class和servlet-mapping即可使用 后台(服务端)java服务代码:(上传至ROOT/lqxcPics文件夹下) ...