Divya03
New Contributor
3 years agoRegarding Intel Tofino P4_16 Register read/write
- As per the Tofino Native Architecture, we can define up to four separate RegisterActions for a single Register extern, but only one RegisterAction may be executed per packet for a given Register.
- For my code, I have to read from multiple registers and write to those registers. But due to the above restriction, I cannot read and write in one go.
- The solution is to resubmit the packet. It would have been fine for me if resubmission happened only in some cases. But in my case, every packet has to be resubmitted.
- Is there any other efficient way to do the above read/write task?