高速通信計算研究所

slankdevの報告

2016-11-01から1ヶ月間の記事一覧

DPDKでremote_core_launchした処理が例外を投げた時の挙動について

上記について実際に動かして調べました。 パターン1: remote_core_launchをtryに囲む void func() /* user implementation */ { throw exception; } int main() /* developer implementation */ { dpdk_init(); try { remote_core_launch(func); } catch (e)…