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. Java之HSF搭建demo

    1.去阿里云官网下载Demo edas-app-demo.zip 2.下载Ali-Tomcat和Pandora,注意红色下面字体 a)下载 Ali-Tomcat,保存后解压至相应的目录(如:d:\wo ...

  2. SQL学习(一)相关基础知识

    RDBMS基础知识 1.数据库是按照数据结构来组织.存储和管理数据的仓库:数据库是一些关联表的集合. 2.数据表是数据的矩阵,在一个数据库中的表看起来像一个简单的电子表格. 3.列:一列包含了相同的数 ...

  3. 前端之路(二)之JavaScript:菜鸟教程学习:http://www.runoob.com/js/js-intro.html

    JavaScript 语句和 JavaScript 变量都对大小写敏感. 键值对通常写法为 name : value (键与值以冒号分割). 键值对在 JavaScript 对象通常称为 对象属性. ...

  4. c++传递函数当作对象传递

    c++中函数当作对象来传递,类似c#中的指针操作如: #include <iostream> using namespace std; int tst(int a){ cout<&l ...

  5. RxJava2实战--第八章 RxJava的背压

    RxJava2实战--第八章 RxJava的背压 1 背压 在RxJava中,会遇到被观察者发送消息太快以至于它的操作符或者订阅者不能及时处理相关的消息,这就是典型的背压(Back Pressure) ...

  6. C# 反转单向链表

    static void Main(string[] args) { Mynode mynode0 = new Mynode(); Mynode mynode1 = new Mynode(); Myno ...

  7. Redis 分库

    Redis 可以分库,相当于 MySQL 中的 database.控制数据库总数在 redis配置文件中设置,默认是 16 个.数据库名称是整数索引标识,而不是由一个数据库名称字符串. 选择数据库用 ...

  8. 正说PropertyValuesProvider的应用

    Github地址:https://github.com/andyslin/spring-ext 编译.运行环境:JDK 8 + Maven 3 + IDEA + Lombok spring-boot: ...

  9. Nmap扫描二级目录

    nmap --script http-enum -p80 192.168.2.100   //namp扫描2级目录

  10. nginx +域名

    文件nginx.config: server { listen 80 ; server_name dns19.hichina.com;location / { proxy_pass http://12 ...