Skip to content

Commit 774fc94

Browse files
committed
++ cache
1 parent a8f204a commit 774fc94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

storage/cache.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,6 @@ int NHTFlowCache::put_pkt(Packet &pkt)
476476
} else {
477477
#ifdef WITH_CTT
478478
const size_t victim_index = row_span.find_victim(pkt.ts);
479-
if (victim_index >= m_line_size) {
480-
asm("int $0x80");
481-
}
482479
#else
483480
const size_t victim_index = m_line_size - 1;
484481
#endif /* WITH_CTT */

0 commit comments

Comments
 (0)