Amresh Kulkarni

Results 2 issues of Amresh Kulkarni

While trying to generate api for a meter test, i see the following error, ``` ./p4test ../testdata/p4_16_samples/psa-meter1.p4 --p4runtime-files psa-meter1.proto ../testdata/p4_16_samples/psa-meter1.p4(48): [--Werror=legacy] error: Action parameter color has a type which is...

control-plane

Consider the following example for a key on a table, ``` key = { fieldA & 0x123 : exact @name("blah"); } ``` `P4RuntimeSerializer` currently will set the name annotation as...

control-plane