多重リングバッファ機構を用いた実時間通信とIP通信との両立手法

  • 上田 和樹
    慶應義塾大学理工学部システムデザイン工学科
  • 鞠谷 達士
    慶應義塾大学理工学部システムデザイン工学科
  • 矢向 高弘
    慶應義塾大学理工学部システムデザイン工学科

書誌事項

タイトル別名
  • Parallel Implementation of Real-Time Communication and IP Communication by using Multiple Ring Buffers
  • タジュウ リングバッファ キコウ オ モチイタ ジツジカン ツウシン ト IP ツウシン ト ノ リョウリツ シュホウ

この論文をさがす

抄録

In this paper, an Ethernet device using two ring buffers was implemented in order to achieve a parallel realization of a real-time communication and an IP communication. Using a conventional device driver, it is difficult to realize such a parallel realization. This is because the non real-time frames (IP frames) are processed using a NAPI mechanism, which introduces large delay and variation. Therefore, processing flows of the real-time frames (RT frames) must be separated from that of IP frames. A proposed mechanism was implemented by modifying the existing open source device driver to realize the flow separation mentioned above. By the modifications of the device driver, the RT frames and the IP frames can be distinguished and managed in the different ring buffers. RT frames are sent to a real-time frame ring buffer and they are processed immediately by using a hardware interrupt. IP frames are processed regularly by the conventional Linux network stack. By implementing them, the proposed device driver achieved 100µs or lower RTT (Round Trip Time) with a real-time communication in parallel with 500Mbit/s or wider bandwidth of IP traffic load. This paper shows the design, the implementation, and the evaluation of the priority processing device driver.

収録刊行物

参考文献 (2)*注記

もっと見る

関連プロジェクト

もっと見る

詳細情報 詳細情報について

問題の指摘

ページトップへ