中文
相关论文

相关论文: MashUp: Scaling TCAM-based IP Lookup to Larger Dat…

200 篇论文

Wide-area scaling trends require new approaches to Internet Protocol (IP) lookup, enabled by modern networking chips such as Intel Tofino, AMD Pensando, and Nvidia BlueField, which provide substantial ternary content-addressable memory…

网络与互联网体系结构 · 计算机科学 2025-03-06 Robert Chang , Pradeep Dogga , Andy Fingerhut , Victor Rios , George Varghese

Routers are one of the important entities in computer networks specially the Internet. Forwarding IP packets is a valuable and vital function in Internet routers. Routers extract destination IP address from packets and lookup those…

网络与互联网体系结构 · 计算机科学 2016-11-27 Hamidreza Mahini , Reza Berangi , Alireza Mahini

Due to the emergence of new network applications, current IP lookup engines must support high-bandwidth, low lookup latency and the ongoing growth of IPv6 networks. However, existing solutions are not designed to address jointly those three…

数据结构与算法 · 计算机科学 2017-11-28 Thibaut Stimpfling , Normand Bélanger , J. M. Pierre Langlois , Yvon Savaria

Both IP lookup and packet classification in IP routers can be implemented by some form of tree traversal. SRAM-based Pipelining can improve the throughput dramatically. However, previous pipelining schemes result in unbalanced memory…

网络与互联网体系结构 · 计算机科学 2011-07-28 Weirong Jiang , Hoang Le , Viktor K. Prasanna

A low-power Content-Addressable-Memory (CAM) is introduced employing a new mechanism for associativity between the input tags and the corresponding address of the output data. The proposed architecture is based on a recently developed…

硬件体系结构 · 计算机科学 2016-11-17 Hooman Jarollahi , Vincent Gripon , Naoya Onizawa , Warren J. Gross

Ternary content addressable memory (TCAM) has been a critical component in caches, routers, etc., in which density, speed, power efficiency, and reliability are the major design targets. There have been the conventional low-write-power but…

新兴技术 · 计算机科学 2021-01-26 Hongtao Zhong , Shengjie Cao , Huazhong Yang , Xueqing Li

Pattern search is crucial in numerous analytic applications for retrieving data entries akin to the query. Content Addressable Memories (CAMs), an in-memory computing fabric, directly compare input queries with stored entries through…

Heterogeneous multi-core systems such as big/little architectures have been introduced as an attractive server design option with the potential to improve performance under power constraints in data centres. Since both big high-performing…

分布式、并行与集群计算 · 计算机科学 2019-12-23 Rajiv Nishtala , Vinicius Petrucci , Paul Carpenter , Xavier Martorell

Decision trees are considered one of the most powerful tools for data classification. Accelerating the decision tree search is crucial for on-the-edge applications that have limited power and latency budget. In this paper, we propose a…

硬件体系结构 · 计算机科学 2022-04-14 Mariam Rakka , Mohammed E. Fouda , Rouwaida Kanj , Fadi Kurdahi

Computing-in-memory (CIM) has attracted significant attentions in recent years due to its massive parallelism and low power consumption. However, current CIM designs suffer from large area overhead of small CIM macros and bad programmablity…

硬件体系结构 · 计算机科学 2022-05-04 Shu-Hung Kuo , Tian-Sheuan Chang

Ternary content addressable memory (TCAM), widely used in network routers and high-associativity caches, is gaining popularity in machine learning and data-analytic applications. Ferroelectric FETs (FeFETs) are a promising candidate for…

新兴技术 · 计算机科学 2023-04-14 Liu Liu , Shubham Kumar , Simon Thomann , Yogesh Singh Chauhan , Hussam Amrouch , Xiaobo Sharon Hu

User profile is widely used in the internet consumer industry, it can be used in recommendation systems for better user experience, or improving Ads system with better conversion rate. Most internet situation we must met large scale data…

分布式、并行与集群计算 · 计算机科学 2023-10-30 Derong Tang , Hank Wang

Mixup is a commonly adopted data augmentation technique for image classification. Recent advances in mixup methods primarily focus on mixing based on saliency. However, many saliency detectors require intense computation and are especially…

计算机视觉与模式识别 · 计算机科学 2022-10-17 Hyeong Kyu Choi , Joonmyung Choi , Hyunwoo J. Kim

Content addressable memory is popular in intelligent computing systems as it allows parallel content-searching in memory. Emerging CAMs show a promising increase in bitcell density and a decrease in power consumption than pure CMOS…

系统与控制 · 电气工程与系统科学 2024-09-17 Yihan Pan , Adrian Wheeldon , Mohammed Mughal , Shady Agwa , Themis Prodromakis , Alexantrou Serb

As the amount of data produced in society continues to grow at an exponential rate, modern applications are incurring significant performance and energy penalties due to high data movement between the CPU and memory/storage. While…

硬件体系结构 · 计算机科学 2024-03-12 Ryan Wong , Nikita Kim , Kevin Higgs , Sapan Agarwal , Engin Ipek , Saugata Ghose , Ben Feinberg

We present Laminar, the first TCP stack that delivers ASIC-class performance and energy efficiency on programmable Reconfigurable Match-Action Table (RMT) pipelines, providing flexibility while retaining standard TCP semantics and POSIX…

网络与互联网体系结构 · 计算机科学 2026-02-10 Rajath Shashidhara , Antoine Kaufmann , Simon Peter

To process data that do not fit in RAM, conventional wisdom would suggest using distributed approaches. However, recent research has demonstrated virtual memory's strong potential in scaling up graph mining algorithms on a single machine.…

机器学习 · 计算机科学 2016-04-12 Dezhi Fang , Duen Horng Chau

Traffic splitting is a required functionality in networks, for example for load balancing over paths or servers, or by the source's access restrictions. The capacities of the servers (or the number of users with particular access…

网络与互联网体系结构 · 计算机科学 2022-12-27 Yaniv Sadeh , Ori Rottenstreich , Haim Kaplan

In this work, we propose SEE-MCAM, scalable and compact multi-bit CAM (MCAM) designs that utilize the three-terminal ferroelectric FET (FeFET) as the proxy. By exploiting the multi-level-cell characteristics of FeFETs, our proposed SEE-MCAM…

硬件体系结构 · 计算机科学 2023-10-10 Shengxi Shou , Che-Kai Liu , Sanggeon Yun , Zishen Wan , Kai Ni , Mohsen Imani , X. Sharon Hu , Jianyi Yang , Cheng Zhuo , Xunzhao Yin

IP lookup via Longest Prefix Match (LPM) is critical for packet forwarding. Unfortunately, conventional lookup algorithms are inefficient for IPv6 Forwarding Information Bases (FIBs), which are characterized by a set of long prefixes with…

数据结构与算法 · 计算机科学 2026-04-29 Zhihao Zhang , Lanzheng Liu , Chen Chen , Huiba Li , Jiwu Shu , Windsor Hsu , Yiming Zhang
‹ 上一页 1 2 3 10 下一页 ›