Maximilian Pudelko

Results 58 comments of Maximilian Pudelko

Very cool, thanks for sharing! One thing I'd like to learn more about is the multi-core scaling opportunities with P4-DPDK. @stolsma Should we open a new issue to collect findings...

The proposal and reasoning seem sensible. I'm not sure to what degree Stratum currently is affected by this issue, as we process request updates in sequence and leave parallelism up...

> which means leading 0's are invalid In my understanding RW symmetry is strongly encouraged, but not required. See [Table 4. Examples of Valid Bytestring Encoding](https://p4.org/p4runtime/spec/master/P4Runtime-Spec.html#tab-valid-bytestring-encoding): > P4 type |...

There should be no password required on the account because of how it is configured: `echo "%sudo ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers` For a regular build Bazel does not require root...

The protobuf libs should be complied and linked in statically. The locally installed one might interfere here. Can you: - run ldd on the stratum binary - uninstall all protobuf...

In case someone needs this and is fine with a workaround until this is properly fixed here, we wrote a Starlark wrapper that invokes `pkg_tar` with an appropriate flagfile to...

Unrelated issue: The `switch_info` table lists `nop` as action, but not as default action, which then will be `NoAction` implicitly. I suspect some error on Stratum with regards to default...