###### tags: `paper` --- title: A Framework Integrating FPGAs in VNF Networks tags: presentation slideOptions: theme: white slideNumber: 'c/t' center: false transition: 'none' keyboard: true width: '93%' height: '100%' --- <style> /* basic design */ .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6, .reveal section, .reveal table, .reveal li, .reveal blockquote, .reveal th, .reveal td, .reveal p { font-family: 'Meiryo UI', 'Source Sans Pro', Helvetica, sans-serif, 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic'; text-align: left; line-height: 1.6; letter-spacing: normal; text-shadow: none; word-wrap: break-word; color: #444; } .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {font-weight: bold;} .reveal h1, .reveal h2, .reveal h3 {color: #2980b9;} .reveal th {background: #DDD;} .reveal section img {background:none; border:none; box-shadow:none; max-width: 95%; max-height: 95%;} .reveal blockquote {width: 90%; padding: 0.5vw 3.0vw;} .reveal table {margin: 1.0vw auto;} .reveal code {line-height: 1.2;} .reveal p, .reveal li {padding: 0vw; margin: 0vw;} .reveal .box {margin: -0.5vw 1.5vw 2.0vw -1.5vw; padding: 0.5vw 1.5vw 0.5vw 1.5vw; background: #EEE; border-radius: 1.5vw;} /* table design */ .reveal table {background: #f5f5f5;} .reveal th {background: #444; color: #fff;} .reveal td {position: relative; transition: all 300ms;} .reveal tbody:hover td { color: transparent; text-shadow: 0 0 3px #aaa;} .reveal tbody:hover tr:hover td {color: #444; text-shadow: 0 1px 0 #fff;} /* blockquote design */ .reveal blockquote { width: 90%; padding: 0.5vw 0 0.5vw 6.0vw; font-style: italic; background: #f5f5f5; } .reveal blockquote:before{ position: absolute; top: 0.1vw; left: 1vw; content: "\f10d"; font-family: FontAwesome; color: #2980b9; font-size: 3.0vw; } /* font size */ .reveal h1 {font-size: 5.0vw;} .reveal h2 {font-size: 4.0vw;} .reveal h3 {font-size: 2.8vw;} .reveal h4 {font-size: 2.6vw;} .reveal h5 {font-size: 2.4vw;} .reveal h6 {font-size: 2.2vw;} .reveal section, .reveal table, .reveal li, .reveal blockquote, .reveal th, .reveal td, .reveal p {font-size: 2.2vw;} .reveal code {font-size: 1.6vw;} /* new color */ .red {color: #EE6557;} .blue {color: #16A6B6;} /* split slide */ #right {left: -18.33%; text-align: left; float: left; width: 50%; z-index: -10;} #left {left: 31.25%; text-align: left; float: left; width: 50%; z-index: -10;} </style> <style> /* backgroud design */ .reveal { background-image: url("https://i.imgur.com/ALypCxI.png"), /* copy right */ url("https://i.imgur.com/kNd1W6K.png"); /* header */ background-repeat: no-repeat, no-repeat; background-position: center 99%, center 2%; background-size: 30% auto, 90% auto; } .reveal h1 {padding: 3.0vw 0vw;} @media screen and (max-width: 1024px) { .reveal h2 {margin: -2.0vw 0 0 0; padding: 0.0vw 0vw 3.0vw 2.0vw; } } @media screen and (min-width: 1025px) and (max-width: 1920px) { .reveal h2 {margin: -1.5vw 0 0 0; padding: 0.0vw 0vw 3.0vw 2.0vw; } } @media screen and (min-width: 1921px) and (max-width: 100000px) { .reveal h2 {margin: -1.0vw 0 0 0; padding: 0.0vw 0vw 3.0vw 2.0vw; } } </style> <!-- --------------------------------------------------------------------------------------- --> #### 論文紹介 # A Framework Integrating FPGAs in VNF Networks <br> <br> #### Ewais et. al (2021) --- ## 背景 - トラヒック需要の増加に対してムーアの法則に依存したスケールアップで対応してきたがもう限界 - スケールアウトでの対応はレイテンシーや消費電力観点ではあまり有効的でない - FPGAベースのNFVで対応できそう - 400Gbpsまでの処理実証あり - CPU や GPU の実装と比較して、同じ計算で 1.2 倍から 22.3 倍のエネルギー効率があることが示されている --- ## 課題 - FPGA開発の難易度 - VelirogでVNFを開発するのは難易度が高く,特化した訓練が必要 - **解決アプローチ**:P4,高位合成 - ==開発したFPGAベースのNFVのデプロイメント== - 手動で回路を書き込むのが一般的 - CPUベースのNFVのように自動でデプロイ/アンデプロイ/スケールアウトなどを行えるソリューションが存在しない - **解決アプローチ**:kubernatesでCPUベースのNFVと同じようにFPGAベースのNFVも管理する(this work)
{"metaMigratedAt":"2023-06-17T00:43:34.032Z","metaMigratedFrom":"YAML","title":"A Framework Integrating FPGAs in VNF Networks","breaks":true,"slideOptions":"{\"theme\":\"white\",\"slideNumber\":\"c/t\",\"center\":false,\"transition\":\"none\",\"keyboard\":true,\"width\":\"93%\",\"height\":\"100%\"}","description":"トラヒック需要の増加に対してムーアの法則に依存したスケールアップで対応してきたがもう限界","contributors":"[{\"id\":\"d0a4d1e5-6d74-4173-af89-cd4248abd329\",\"add\":4094,\"del\":41}]"}
    167 views