Nate Foster

Results 15 issues of Nate Foster

A question that arose during PLMW... Does Clowdr have a privacy policy? In particular, can the Clowdr developers read DMs? I think folks probably have an expectation of privacy for...

Design issue

Zoom breakout rooms do not work for folks accessing the call using the web client within Clowdr...

Bug
Browsers / Compatibility
Low priority

Fixes p4lang/p4-spec#1001 and p4lang/p4-spec#932.

Is there a reason that PSA supports direct-mapped counters and meters but not registers? They seems like a very useful abstraction and were a part of P4_14, so I presume...

portable switch architecture

The following program compiles incorrectly: ```p4 #include #include struct headers { } struct metadata { } parser MyParser(packet_in packet, out headers hdr, inout metadata meta, inout standard_metadata_t standard_metadata) { state...

bug
question
control-plane
core