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. VUE中让由全局变量添加生成的新数组不随全局变量的变化而变化

    问题场景: const addOptions = { singleOrComplex, totalNum: this.smallTotalPrice, selectList: this.purchas ...

  2. 用 dnSpy 反编译调试 .NET 程序

    dnSpy 官网下载:https://github.com/0xd4d/dnSpy/releases 运行需要 .NET Framework 4 环境:https://dotnet.microsoft ...

  3. 大数相乘 java

    <pre name="code" class="java">package bigMultiply; import java.math.BigInt ...

  4. Linux之bzip2命令

    命令格式: bzip2 [-cdz] 档名 参数: -d :解压缩的参数 -z :压缩的参数 -num 用指定的数字num调整压缩的速度,-1或--fast表示最快压缩方法(低压缩比),-9或--be ...

  5. 动态执行文本vba代码

    动态执行文本vba代码 Public Sub StringExecute(s As String) Dim vbComp As Object Set vbComp = ThisWorkbook.VBP ...

  6. 五十五:WTForms表单验证之渲染模板

    此功能看似强大,实则鸡肋 from wtforms import Form, StringField, BooleanField, SelectFieldfrom wtforms.validators ...

  7. JAVA处理链表经典问题

    定义链表节点Node class Node { private int Data;// 数据域 private Node Next;// 指针域 public Node(int Data) { // ...

  8. Spring学习之==>IoC

    一.概述 Spring的三大核心思想:IoC(控制反转),DI(依赖注入),AOP(面向切面编程).本问讲着重介绍一下控制反转. 何谓控制反转:Spring 通过一种称作控制反转(IoC)的技术促进了 ...

  9. react native 传值方式之 :子组件通过调用 其父组件传来的方法 传值回其父组件

  10. <转>经典测试用例:电梯、杯子、桌子、洗衣机

    1.测试项目:电梯 需求测试:查看电梯使用说明书.安全说明书等 界面测试:查看电梯外观 功能测试:测试电梯能否实现正常的上升和下降功能.电梯的按钮是否都可以用: 电梯门的打开,关闭是否正常:报警装置是 ...