zoukankan      html  css  js  c++  java
  • [knowledge] netmap

    900MHz的单核处理10GB的包收/发。

    netmap has been implemented in FreeBSD and Linux
    for several 1 and 10 Gbit/s network adapters. In our prototype,
    a single core running at 900 MHz can send or
    receive 14.88 Mpps (the peak packet rate on 10 Gbit/s
    links).

     介绍:https://www.usenix.org/system/files/conference/atc12/atc12-final186.pdf

    主页:http://info.iet.unipi.it/~luigi/netmap/

    文档:https://github.com/vmaffione/netmap-tutorial 

    编译与安装:

    https://github.com/luigirizzo/netmap/blob/master/README

    https://github.com/luigirizzo/netmap/blob/master/LINUX/README

    https://queue.acm.org/detail.cfm?id=2103536

    http://info.iet.unipi.it/~luigi/papers/20110815-sigcomm-poster.pdf

  • 相关阅读:
    匿名方法
    C# 正则表达式
    c# 预处理命令
    反射
    特性(attribute)
    c# 交换两个变量
    构造函数
    泛型
    Event事件
    委托
  • 原文地址:https://www.cnblogs.com/hugetong/p/8328591.html
Copyright © 2011-2022 走看看