Steffen Smolka
Steffen Smolka
It would be very useful to provide the cache size, which is already shown in the log, as an output of the save cache action. My use case is that...
Is there any documentation on the syntax supported in `.bazelversion` files? Is it legal to use comments? ``` # Bazel 6 causes regression, fix to 5.x for now. 5.4.0 ```...
The specification states: > A multicast group may be inserted, modified or deleted as per the following semantics. > INSERT: [...] No two replicas may have identical values of both...
Context: https://github.com/p4lang/p4runtime/pull/432#discussion_r1212101247 I propose that going forward, when adding new fields/messages/services to our P4Runtime protobuf schemas, we always include comments such as ``` // Added in 1.4.0. ``` This allows...
PSA/P4Runtime has a "packet replication engine" (PRE), e.g. for cloning and multicast. I am interested in mutlicast cases where fairness matters. In hardware, packet replication for multicast often happens sequentially,...
Today, BMv2 does not allow us to apply the same table twice, see e.g. https://github.com/p4lang/behavioral-model/issues/231 and https://github.com/p4lang/behavioral-model/issues/1158. @jafingerhut noted in https://github.com/p4lang/behavioral-model/issues/1158: > bmv2 does have some artificially imposed limitations in...
Travis fails with the error mentioned in the title: https://travis-ci.org/frenetic-lang/frenetic/builds/144830896 Any ideas what the problem may be?
Do these bindings not include sparse LU and other factorizations (see https://eigen.tuxfamily.org/dox/group__TopicSparseSystems.html), or am I missing something? It would be great to have these :+1:
p4c currently normalizes all white space in (unstructured) annotation to a single space. Is this expected behavior? Since annotations can contain (almost) arbitrary string, consuming them will typically involve parsing...
We discussed in the P4 API WG meeting that it would be a good time to cut a new release. Opening this as an umbrella bug to track that. -...