Suuuuuukang
Suuuuuukang
I'm just looking the same problem of reading registers by controller, this does help me a lot, though I didn't finish my own test yet. Many thanks to you all!
I was about to use part of code in https://github.com/jafingerhut/p4-guide/tree/master/ptf-tests/registeraccess, but I just met an error 'ModuleNotFoundError: No module named 'p4runtime_shell_utils'. Before meeting it, I finished installing [p4runtime-shell](https://github.com/p4lang/p4runtime-shell). How can...
> I was about to use part of code in https://github.com/jafingerhut/p4-guide/tree/master/ptf-tests/registeraccess, but I just met an error 'ModuleNotFoundError: No module named 'p4runtime_shell_utils'. Before meeting it, I finished installing [p4runtime-shell](https://github.com/p4lang/p4runtime-shell). How...
Now I have a new problem. After I successfully made packet_in and packet_out by 'import p4runtime_sh.shell as sh', and I test my function that write and read value. I can...
Many thanks to you! I manage it by deleting 'config' attribute when calling 'sh.setup', which is And then it works! I can easily get the register value same as what...
> If I remember correctly, the `config` parameter to the `setup` method causes the controller to call a P4Runtime API message called `SetForwardingPipelineConfig`, which replaces any current P4 program loaded...