Jonathan DiLorenzo

Results 14 issues of Jonathan DiLorenzo

It seems the rewriter does not include the source file in location information for some reason. When I use ocamlc to spit out new source and print a location (in...

This is more of a question than an issue, but is there a reason why you made so many commands close the search window? For example, I often want to...

There are several instances where the specification uses pictures for math instead of some sort of vector graphics. I have no concept of how easy this is to fix in...

As discussed with @smolkaj, it seems clear from the [ActionProfile spec](https://p4lang.github.io/p4runtime/spec/main/P4Runtime-Spec.html#sec-p4info-action-profile) that the `max_group_size`, which denotes the maximum total weight of members within a single group, should never be greater...

On real hardware, multicast resources are presumably finite. While we have a way of capturing that for other tables (with the `size` parameter) and for action profiles (with the `max_group_size`...

Currently, the P4Runtime specification only supports trTCM (two rate two color meters) as per RFC 2698. However, in real hardware these sometimes use more hardware resources compared to single rate...

I'm hoping to introduce different processing modes for write requests. Right now, the only processing mode is `Arbitrary Order` (or something like that), which denotes that the server can process...

1.5

Spawning off an issue based on @antoninbas's [comment on a BMv2 PR](https://github.com/p4lang/PI/pull/610#issuecomment-2011101546) and my subsequent response. Basically, at the moment, I believe that the [Wildcard Reads section](https://p4.org/p4-spec/docs/p4runtime-spec-working-draft-html-version.html#sec-wildcard-reads) suggests that a...

As per comments on https://github.com/p4lang/p4runtime/pull/422: > As a related point, It seems like the P4RT spec doesn't have any examples of a `ControllerPacketMetadata` with `type_name` being utilized. Do you think...

See this PR for more information: https://github.com/p4lang/p4runtime/pull/472

control-plane