Usha Gupta
Usha Gupta
A table wit action selector property is split into base table, group table and member table. Prior to this PR, group and member tables were unconditionally applied ``` table.apply() ==>...
Isn't the originalName field of ID supposed to remain unchanged throughout the compilation flow? It gets modified by some frontend pass. The below test has some actions where the originalName...
The following extern prototype is declared in pna.p4 but PNA specification document does not have any specification regarding this. `extern FlowId_t allocate_flow_id();` https://github.com/p4lang/p4c/blob/main/p4include/pna.p4#L599 Could someone please point me to the...
Should the pipeline processing continue or not after an exit statement? ``` Control ingress( inout my_ingress_headers_t hdr, inout my_ingress_metadata_t meta, in pna_main_input_metadata_t istd, inout pna_main_output_metadata_t ostd) { action send_nh(@tc_type("dev") PortId_t...