Radostin Stoyanov

Results 145 comments of Radostin Stoyanov

> Do you want to write a pr against the spec? Yes, I would be happy to do that.

If the 'host loopback' arrow is eliminated, would it be possible for a packet to skip message processing by using recirculation?

> Did we intentionally forget about `|+|` and `|-|` operations? :) Thank you Vladimir for pointing this out! I have revised the pull request to include saturating arithmetic operations.

@mbudiu-vmw, @apinski-cavium and @blp thank you for your input! I have opened the following pull request to specify compound assignment operators in the P4_16 spec: https://github.com/p4lang/p4-spec/pull/1144

The [MTPSA](https://dl.acm.org/doi/abs/10.1145/3426744.3431329) BMv2 target is using the "context" functionality to enable support for multiple user pipelines. - BMv2 target: https://github.com/mtpsa/behavioral-model - Compiler backend: https://github.com/mtpsa/p4c - Examples: https://github.com/mtpsa/mtpsa-examples

@nagmat1 The `p4.tmp` module is provided by https://github.com/p4lang/PI

> I've made a Ubuntu 20.04 Vm in my server not using the vagrant as I use virtual instances. > ModuleNotFoundError: No module name 'mininet.cli' @ham-xa This error indicates that...

Hi @harishanand95 The workaround would be to manually copy the checkpoint directory inside `/var/lib/docker/containers//checkpoints/` For example: ``` docker run -d --name looper2 busybox \ /bin/sh -c 'i=0; while true; do...

@MihaelBercic There is a pull request (https://github.com/moby/moby/pull/41031) but it hasn't been updated for more than a year.