-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DS での rx_buffer を stream ごとに driver instance から設定可能にする #503
Conversation
dcbb000
to
489187a
Compare
40d3384
to
5ca3b36
Compare
a770f4d
to
76a2e02
Compare
@chutaro @ToshiAki64 レビューお願いします. この PR のあと,細かい DS 周りの修正を予定しています. |
a4807bc
to
3fadc28
Compare
reviewというより、DSに対する質問いくつか書いていってもいいですか?
|
2180a2f
to
4bceb79
Compare
これが今までメモリ使用量が多いい問題の元凶だったので,一番メモリを使っているバッファ(= stream buffer)だけ,使うstreamごとに外部からわたせるように #503 にした感じです.現在の
そそ |
って感じかな. |
そそ.実はね. このあたり |
なるほどです。全部納得しましたありがとうございます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
良さそうです。いくつか些細なコメントいれています
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
おつかれさまです!approveしました
概要
DS での rx_buffer を stream ごとに driver instance から設定可能にする
Issue
詳細
Driverが持っていた DS の rx buffer を DI で生成し,Driver に渡すようにした.
これによって,同一 Driver で複数の DI を持つコンポに対応
検証結果
既存のテストがすべて通る
影響範囲
DI,Driverの初期化がすべて変わる
備考