{"links":{},"id":2009427,"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:02009427","sets":["1164:1867:1770094923682:1777377332432"]},"path":["1777377332432"],"owner":"80578","recid":"2009427","title":["ハードウェア割り込みに依存しないイベント処理機構"],"pubdate":{"attribute_name":"PubDate","attribute_value":"2026-05-07"},"_buckets":{"deposit":"a2b5e978-1940-4c8e-96c0-a33d54fdfca9"},"_deposit":{"id":"2009427","pid":{"type":"depid","value":"2009427","revision_id":0},"owners":[80578],"status":"published","created_by":80578},"item_title":"ハードウェア割り込みに依存しないイベント処理機構","author_link":[],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"ハードウェア割り込みに依存しないイベント処理機構","subitem_title_language":"ja"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"ネットワーク","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2026-05-07","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"慶應義塾大学"},{"subitem_text_value":"IIJ技術研究所"},{"subitem_text_value":"Universite Grenoble Alpes"},{"subitem_text_value":"慶應義塾大学"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/2009427/files/IPSJ-OS26171009.pdf","label":"IPSJ-OS26171009.pdf"},"date":[{"dateType":"Available","dateValue":"2028-05-07"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-OS26171009.pdf","filesize":[{"value":"1.2 MB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"11"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"82863fb6-767c-4ee1-b249-6ba476d4e6a4","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2026 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"辻本,有紀"}]},{"creatorNames":[{"creatorName":"安形,憲一"}]},{"creatorNames":[{"creatorName":"石黒,健太"}]},{"creatorNames":[{"creatorName":"河野,健二"}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10444176","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8795","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"本論文では,オペレーティングシステム(OS)におけるイベント処理サービスの概念を拡張するBroad Poll (bpoll)を提案する.bpollにより,パフォーマンスが最適化された複数のプロセスが同一のCPUコアを共有することが可能になる.bpollでは,Data Plane Development Kit (DPDK)に代表される手法と同様に,ハードウェア割り込みを無効化し,デバイスレジスタ等のイベント発生を示す領域をビジーポーリングにより継続的に監視する.ビジーポーリング方式の問題として,ハードウェア割り込みに伴うパフォーマンス上のオーバーヘッドを排除できる一方,ビジーポーリングを行うアプリケーションを同一のCPUコアに集約すると,パフォーマンスが低下するという点がある.この問題は,イベントが発生していない状態でもビジーポーリングによるイベント監視のためにCPUサイクルを消費し続けてしまうことに起因する.bpollではプロセススケジューラに対し,処理するイベントがないビジーポーリング方式のプロセスをデスケジュールし,かつイベント待ちのプロセスの実行をハードウェア割り込みに依存せずに復帰させることを可能にする.これを実現するための課題は,従来のハードウェア割り込みハンドラなしに,スケジューラのランキューから外されたイベント待ちプロセスの実行を復帰する手続きをどのように起動するかという点である.本論文では,プロセスに対し提供されるイベントAPIが扱うイベントの範囲を拡張することでこの課題を解決する.従来のイベントAPIではプロセス自身に関連するイベントのみをチェックするところ,bpollでは他のプロセスに関連付けられたイベント発生源もプロセスがポーリングできるように拡張する.本論文ではDPDKベースのビジーポーリング方式のアプリケーションと統合できるよう,ユーザ空間にスケジューリング機構としてbpollを実装した.結果として,DPDKベースのアプリケーションを同一コアに集約して動かす環境において,従来のビジーポーリング方式で見られたような著しい性能低下を防ぐとともに,ハードウェア割り込み方式と比較して最大30.1%のスループット向上,最大82.4%の99.9パーセンタイル遅延の削減を達成した.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"10","bibliographic_titles":[{"bibliographic_title":"研究報告システムソフトウェアとオペレーティング・システム(OS)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2026-05-07","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"9","bibliographicVolumeNumber":"2026-OS-171"}]},"relation_version_is_last":true,"weko_creator_id":"80578"},"created":"2026-04-28T12:07:59.670516+00:00","updated":"2026-04-28T12:08:03.752929+00:00"}