19年趋势: Intel® 2019网络技术研讨会圆满落幕

SANTOS: Flow and HQoS Acceleration Over DPDK Using Intel Programmable Acceleration Card N3000

External Memory Interface Handbook Volume 3: Reference Material

Intel Arria 10 Hard Processor System ( pdf )

all kinds of resource(Intel® FPGA Programmable Acceleration Card (Intel® FPGA PAC) N3000)

Avalon (pdf

Avalon® interfaces simplify system design by allowing you to easily connect components in Intel FPGAs. The Avalon® interface family defines interfaces appropriate for streaming high-speed data, reading and writing registers and memory, and controlling off-chip devices.

Intel Stratix 10 Avalon -MM硬IP PCIe 设计实例用户指南

Intel Stratix 10 Avalon -MM接口 PCI Express 解决方案用户指南

Serdes/PHY, Repeater, Retimer, Mux(Serdes / PHY,转发器/中继器,重定时器,复用器)

Serializer/Deserializer (SerDes pronounced sir-deez or sir-dez)

is a pair of functional blocks commonly used in high speed communications to compensate for limited input/output. These blocks convert data between serial data and parallel interfaces in each direction. The term "SerDes" generically refers to interfaces used in various technologies and applications. The primary use of a SerDes is to provide data transmission over a single line or a differential pair in order to minimize the number of I/O pins and interconnects.

中继器的作用及工作原理 (知乎

Mux(路复用器multiplexer)

以太网复用器 可实现通过一路光纤混合传输最多四路E1数据和一路快速以太网数据。

复用器:将来自若干单独分信道的独立信号复合起来,在一公共信道的同一方向上进行传输的设备。 复用器是一种综合系统,通常包含一定数目的数据输入,n个地址输入(以二进制形式选择一种数据输入)。复用器有一个单独的输出,与选择的数据输入值相同。复用技术可能遵循以下原则之一,如:TDM、FDM、CDM 或 WDM。复用技术也应用于软件操作上,如:同时将多线程信息流传送到设备或程序中。

放大器与中继器的区别,光放大中继器的作用

Ethernet retimers, redrivers & mux-buffers

V3000 提供 各种IP core 用于vRAN,Virtual BNGvRouter,vEPC,IPSec 和VPP等网络功能的加速卸载。详情请见官网

Understanding BNG by Cisco

Understanding the vEPC Solution by juniper.

CAPEX (capital expenditure)

A capital expenditure (Capex) is money invested by a company to acquire or upgrade fixed, physical, non-consumable assets, such as a building, a computer or a new business. Generally, there are two types of capital expenses: purchases made to maintain existing levels of operation within a company and purchases intended to foster future growth.

资本支出(Capex)是公司为购买或升级固定的,有形的,非消耗性资产(例如建筑物,计算机或新业务)而投资的资金。 通常,有两种类型的资本支出:为维持公司现有运营水平而进行的购买,以及旨在促进未来增长的购买。

A capital expenditure can be tangible, such as a copy machine, or it can be intangible, such as patent. In many tax codes, both tangible and intangible capital expenditures are counted as assets because they have the potential to be sold if necessary.

资本支出可以是有形的,例如复印机,也可以是无形的,例如专利。 在许多税法中,有形和无形的资本支出都被视为资产,因为有必要时有可能出售它们。

OPEX (operational expenditure)

An operational expenditure (Opex) is the money a company spends on an ongoing, day-to-day basis in order to run a business or system. Depending upon the industry, these expenses can range from the ink used to print documents to the wages paid to employees. The counterpart, Capex, is the money spent on the improvement or purchase of fixed assets.

运营支出(Opex)是公司为了运营业务或系统而在日常基础上花费的资金。 根据行业的不同,这些费用的范围从打印文档所用的墨水到支付给员工的工资。 对应的资本支出是花在改善或购买固定资产上的钱。

There is a direct correlation between Opex and the value of the enterprise, in that when the Opex decreases, while maintaining the same level of production and quality, the overall value of the enterprise increases.

运营成本与企业价值之间存在直接的关联,即当运营成本下降时,在保持相同水平的生产和质量的同时,企业的整体价值就会增加。

Opex and Capex are commonly used financial reporting terms. A similar but not closely related term, forex, stands for foreign exchange.

运营支出和资本支出是常用的财务报告术语。 外汇是一个类似但不密切相关的术语,代表外汇。

smartnic的更多相关文章

  1. usb.ids

    # # List of USB ID's # # Maintained by Vojtech Pavlik <vojtech@suse.cz> # If you have any new ...

  2. Fast Packet Processing - A Survey

    笔记是边读边写的旁注,比较乱,没有整理就丢上来了. 可以说不仅要说fast packet process servey,也同时是一篇packet process的综述了.packet processi ...

  3. Azure VM的加速网络

    Azure的VM在经过几代发展后已经有多种硬件类型.目前Azure China的多种机型都配置了FPGA卡,可以实现网络加速.本文将介绍Azure的加速网络相关的内容. 一. 加速网络的硬件准备 下图 ...

  4. 论文阅读:Offloading Distributed Applications onto SmartNICs using iPipe

    摘要: 包含丰富计算资源的新兴多核SoC SmartNIC具有卸载通用数据中心服务器任务的潜力,但是目前尚不清楚如何有效地使用SmartNIC并最大程度地减少卸载收益,尤其是对于分布式应用程序. 为此 ...

  5. 论文阅读:FlowBlaze: Stateful Packet Processing in Hardware

    摘要: 尽管可编程NIC可以提供更好的可扩展性以处理不断增长的网络工作量,但为硬件中的有状态网络功能编程提供表达能力却又简单的抽象仍然是一项研究挑战. 我们使用FlowBlaze解决了这个问题,Flo ...

  6. 全面介绍eBPF-概念

    全面介绍eBPF-概念 前面介绍了BCC可观测性和BCC网络,但对底层使用的eBPF的介绍相对较少,且官方欠缺对网络方面的介绍.下面对eBPF进行全面介绍. 目录 全面介绍eBPF-概念 BPF概述 ...

  7. 聊一聊sockmap 以及ebpf 实例演示

    eBPF实质上是一个内核注入技术 用户态可以用C来写运行的代码,再通过一个Clang&LLVM的编译器将C代码编译成BPF目标码: 用户态通过系统调用bpf()将BPF目标码注入到内核当中,并 ...

  8. NVIDIA安倍架构

    NVIDIA安倍架构 NVIDIA Ampere ArchitectureNVIDIA The Heart of the World's Highest-Performing, Elastic Dat ...

  9. NVIDIA空中导航SDK改造5G通信

    NVIDIA空中导航SDK改造5G通信 Transforming Next-Generation Wireless with 5T for 5G and the NVIDIA Aerial SDK N ...

随机推荐

  1. VS2019 Nuget找不到包的问题处理

    VS不记得改了什么设置之后,发现找不到EF 解决办法 1.点击右侧的设置按钮 2.弹出窗中左侧树形结构选择“程序包源”,再点击右上方的添加按钮 输入一下信息:https://www.nuget.org ...

  2. java基础 接口静态方法

    /** * 从java8开始,接口当中允许定义静态方法 * 格式: * public static 返回值类型 方法名称(参数列表){ * 方法体 * } * 提示:就是将abstract或者defa ...

  3. IdentityServer4学习及简单使用

    本文,主要用来记录IdentityServer4的简单使用. 一. IdentityServer的预备知识 要学习IdentityServer,需要了解下基于Token的验证体系,其中涉及到Token ...

  4. 如何快速找到Chrome配置文件路径,MAC 与window 都适用

    Chrome 的配置文件主要用于存储浏览器的相关配置.书签.扩展插件和密码等,Chrome 配置文件会存储在用户计算机的一个单独文件夹当中,当你升级或重装浏览器时,这些已有配置将可以被完整保存下来. ...

  5. 【开发笔记】-MySQL数据库5.7+版本,编码格式设置

    原因 昨天不小心把数据库搞崩了,重装了5.7.27版本得mysql数据库,在安装过程中并没有设置数据库默认编码格式等操作.在把项目启动后,jpa自动创建表结构,会把数据库,表,字段的编码自动设置为IS ...

  6. 【转载】C#中ArrayList集合类和List集合类的比较

    List集合类和ArrayList集合类都是C#语言中用于存储集合数据的集合类,两者都可灵活的插入.删除以及访问元素等等.但List集合和ArrayList集合的差别还是挺大的,首先List集合类是泛 ...

  7. 【转载】C#如何往DataTable中新增一个数据列

    在C#中的Datatable数据变量的操作过程中,有时候我们需要往现有的DataTable中新增一个自定义数据列,该列在原有的DataTable变量中并不存在,属于用户手工自定义新增的数据列,在往Da ...

  8. 【转载】 Windows系统电脑通过设备管理器查看电脑配置信息

    在采购电脑或者使用电脑的过程中,有时候我们需要查看到电脑的所有设备硬件信息,此时就可以通过Windows系统自带的设备管理器界面来查看该电脑所有的设备配置信息,包括CPU型号频率.内存.硬盘型号以及容 ...

  9. box-shadow 模糊半径与扩展半径

    关于box-shadow的基本用法参阅CSS3 box-shadow一章节. 此属性用来设置元素的阴影效果,语法结构如下: box-shadow:h-shadow v-shadow blur spre ...

  10. nginx与php分离搭建

    nginx与php分离搭建 nginx配置 server { listen       80;      定义端口 server_name  www.a.org;    定义域名 location / ...