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. 汉诺(hanio)塔问题

    规则:大盘子不能压在小盘子上.要求:将A柱子上所有盘(每个盘大小不同)放到C柱子上,使用B柱子作辅助. 比如柱子A上有n个盘,执行以下步骤: 1. 把n-1个盘从源柱移动到临时柱上: 2. 把源柱上剩 ...

  2. Visual Studio的语法着色终于调得赏心悦目

    代码可读性瞬间大大提升.Reshaper真的强大.

  3. 如何在JIRA中有效使用关注和@提及 我正在关注的问题 提及我的问题 在仪表板上显示

    如何在JIRA中有效使用关注和@提及http://bbs.51testing.com/forum.php?mod=viewthread&tid=1157043&fromuid=1530 ...

  4. Python基础之datetime、sys模块

    1.datetime模块 1)datetime.datetime.now(),返回各当前时间.日期类型. datetime.datetime.now(),返回当前日期. import datetime ...

  5. 【转】Webpack 快速上手(下)

    由于文章篇幅较长,为了更好的阅读体验,本文分为上.中.下三篇: 上篇介绍了什么是 webpack,为什么需要 webpack,webpack 的文件输入和输出 中篇介绍了 webpack 在输入和输出 ...

  6. Js字符串用法

    js字符串整理导向图 ---欢迎收藏^ - ^

  7. 阿里云ECS使用vnc远程连接(Ubuntu + CentOS)

    阿里云ECS使用vnc远程连接https://blog.csdn.net/m0_37264397/article/details/78271896 在Linux实例上自动安装并运行VNC Server ...

  8. Android-----实现给图片添加字体

    实现给图片添加字体,图片旋转功能:xml布局文件内容如下,一个简单的ImageView布局 <com.example.hsjgapp.RotateImageView //这里存放要展示的图片 a ...

  9. Docker 0x01:Docker Container容器技术

    目录 Docker Container容器技术 一句话回答什么是容器? 为什么要有容器? 容器技术的影响 容器技术浅谈原理,怎么实现的?为什么能够这样轻量级标准化 难点 容器的标准 花边 Docker ...

  10. nginx与php分离搭建

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