ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Conference Paper A Collision-Mitigation Hashing Scheme Utilizing Empty Slots of Cuckoo Hash Table
Cited 3 time in scopus Share share facebook twitter linkedin kakaostory
Authors
ChoongHee Cho, JungBok Lee, Jeong-dong Ryoo
Issue Date
2017-02
Citation
International Conference on Advanced Communication Technology (ICACT) 2017, pp.514-517
Publisher
IEEE
Language
English
Type
Conference Paper
DOI
https://dx.doi.org/10.23919/ICACT.2017.7890143
Abstract
In SDN and NFV technologies, performance of a virtual switch is important to provide network functionalities swiftly. Since the lookup operation of the virtual switch has been considered a major bottleneck of performance, we need to devise an efficient way to reduce the lookup time. To improve the lookup speed, previous research has suggested a compact lookup table in a fast memory, but the issue of collision in a hash table has not been addressed well enough. This paper proposes a new scheme that mitigates collisions by utilizing empty slots of the hash table. We propose to insert a new element that may collide to an empty slot instead of linking it with a pointer. According to an evaluation on our experiments, about 20% of elements that could have experienced collisions in the conventional scheme are inserted into empty slots in each bucket. Moreover, the access time of collided elements has halved by avoiding unnecessary memory accesses.
KSP Keywords
Access Time, Collision-mitigation, Compact lookup table, Cuckoo hash table, Look Up Table(LUT), Lookup operation, Memory Access, SDN and NFV, Virtual switch