An FPGA-based In-line Accelerator for Memcached

作者:Lavasani Maysam*; Angepat Hari; Chiou Derek
来源:IEEE Computer Architecture Letters, 2014, 13(2): 57-60.
DOI:10.1109/L-CA.2013.17

摘要

We present a method for accelerating server applications using a hybrid CPU+FPGA architecture and demonstrate its advantages by accelerating Memcached, a distributed key-value system. The accelerator, implemented on the FPGA fabric, processes request packets directly from the network, avoiding the CPU in most cases. The accelerator is created by profiling the application to determine the most commonly executed trace of basic blocks which are then extracted. Traces are executed speculatively within the FPGA. If the control flow exits the trace prematurely, the side effects of the computation are rolled back and the request packet is passed to the CPU. When compared to the best reported software numbers, the Memcached accelerator is 9.15x more energy efficient for common case requests.

  • 出版日期2014-12