Commit 3ea6b45
committed
feat(dataplane): add single pkt-io to pipeline
Add a pkt-io instance to pipeline before egress stage. The injection
buffer is 10K packets. The punting buffer is only 100 packets large.
This is temporary: we currently mark some packets as local,
but do not handle them yet. Therefore, the first 100 of local
packets will be cached (forever) and the rest removed.
Signed-off-by: Fredi Raspall <fredi@githedgehog.com>1 parent 424b35c commit 3ea6b45
3 files changed
+5
-0
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
0 commit comments