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. mysql 中的日期格式。date_format( ) 转换格式

    date_format( ) 转换格式 : 格式 描述 %a 缩写星期名 %b 缩写月名 %c 月,数值 %D 带有英文前缀的月中的天 %d 月的天,数值(00-31) %e 月的天,数值(0-31) ...

  2. Django中一些常用的文档段落

    1. Settings¶ STATIC_URL¶ MEDIA_ROOT¶ MEDIA_URL¶ AUTH_USER_MODEL¶ USE_I18N¶ USE_L10N¶ USE_TZ¶    (三者默 ...

  3. c#读取数据库bool值

    数据库里bit这个布尔类型的字段,非常实用,但是在c#里读取时,许多人喜欢犯一些错误,导致运行报错. 实际中,有效的正确读取方法只有以下两种: int xxx= Convet.ToInt16(read ...

  4. c++关于IOCP(完成端口)的服务器开发

    本文转载,以便更好的学习C++的服务器开发 1.对IOCP的理解,转载地址 2.在C++中对IOCP的实现,转载地址 注:其实在.net中 ,Socket的服务器开发中,SocketAsyncEven ...

  5. docker-compose进阶

    笔者在前文<Docker Compose 简介>和<Dcoker Compose 原理>两篇文章中分别介绍了 docker compose 的基本概念以及实现原理.本文我们将继 ...

  6. Django model distinct 的使用方法

    原文: 今天突然有人问起在 django 的 model 里面怎么用 distinct, 对于这种东西,我一向的观点是查看django 的在线文档.于是不加思索的根据在线文档给出了答案,但结果很让人沮 ...

  7. drf之视图类与路由

    视图 Django REST framwork 提供的视图的主要作用: 控制序列化器的执行(检验.保存.转换数据) 控制数据库查询的执行 2个视图基类 APIView rest_framework.v ...

  8. spark内存管理器--MemoryManager源码解析

    MemoryManager内存管理器 内存管理器可以说是spark内核中最重要的基础模块之一,shuffle时的排序,rdd缓存,展开内存,广播变量,Task运行结果的存储等等,凡是需要使用内存的地方 ...

  9. 19道常见的JS面试算法题

    最近秋招也做了多多少少的面试题,发现除了基础知识外,算法还是挺重要的.特意整理了一些常见的算法题,添加了自己的理解并实现. 除此之外,建议大家还可以刷刷<剑指offer>.此外,左神在牛客 ...

  10. Sping注解开发

    基本注解 @Configuration 作用: 标记在类上表示是一个配置类(相当于一个配置类) @Bean 作用: 在容器中放一个bean相当于xml文件里的bean标签 @Configuration ...