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. TCP 之 FIN_WAIT_2状态处理流程

    概述 在主动关闭方发送了FIN之后,进入FIN_WAIT_1状态,在此状态收到了ACK,则进入FIN_WAIT_2状态,而FIN_WAIT_2后续要做的工作是等待接收对端发过来的FIN包,并且发送AC ...

  2. oracle表结构表数据导入导出

    --------------------------------------imp/exp------------------------------------------------------- ...

  3. jvisualvm安装Visual GC插件

    jdk自带了查看和分析jvm的一系列工具,在%JAVA_HOME%/bin目录下,包括jvisualvm.jconsole.jmap.jstack.jstat等: 其中jvisualvm.exe提供一 ...

  4. 离线安装nuget包EPPlus

    1先去https://www.nuget.org/packages/EPPlus/4.1.0下载,epplus.4.1.0.nupkg 2找到本地文件位置:H:\DOWNLOAD\ 3在vs的程序包管 ...

  5. nuros安全报告

    We believe that great technology should benefit everyone. Self-driving vehicles promise to save live ...

  6. android下载网络图片,设置宽高,等比缩放

    使用Picasso组件去下载图片会发现图片宽高会变形不受等比缩放控制,即使设置了图片的 scaleType,可能是对Picasso的api没有用对, Picasso.with(this.activit ...

  7. android开发过程报错

    Unable to start activity ComponentInfo{com.example.zxy.myapp/com.example.zxy.myapp.MainActivity}: an ...

  8. tcpdump分析tcp连接的建立、传输和关闭

    http://note.youdao.com/noteshare?id=2aa0379d1e4b3bcddc26174861ffe09a

  9. Spring boot (一):入门篇

    Spring boot 简介 Build Anything with Spring Boot:Spring Boot is the starting point for building all Sp ...

  10. JAVA SQL注入漏洞挖掘

    java中sql注入主要发生在model层,黑盒测试sql注入的方法结合两点:1,异常注入后,界面有无明显的aql异常报出.2,查看数据库日志是否有脏数据注入. preparestatement方法是 ...