You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bmv2 (simple_switch_grpc) lacks some p4runtime operations because PI currently does not support them. This issue, similar to #376, is created to discuss wildcard write Counters.
My basic thought is that we can add a loop to write all counter entries instead of only writing one entry when an index is provided. If this is not appropriate, please explain the reason.
I would like to contribute, but I don't fully understand how PI works with bmv2. PI has targets/bmv2, bmv2 has PI, and both have _pi_counter_write. Where should I start to add implementations? And how can I build bmv2 with a modified PI?
The text was updated successfully, but these errors were encountered:
Once you do that one time, I am sure there are faster steps you can follow to rebuild only PI, and then only behavioral-model, but I have not worked out the re-building from slightly-modified source steps to verify that they work.
bmv2 (simple_switch_grpc) lacks some p4runtime operations because PI currently does not support them. This issue, similar to #376, is created to discuss wildcard write Counters.
My basic thought is that we can add a loop to write all counter entries instead of only writing one entry when an index is provided. If this is not appropriate, please explain the reason.
I would like to contribute, but I don't fully understand how PI works with bmv2. PI has
targets/bmv2
, bmv2 hasPI
, and both have_pi_counter_write
. Where should I start to add implementations? And how can I build bmv2 with a modified PI?The text was updated successfully, but these errors were encountered: