Matthew Lam
Matthew Lam
How would I provide a bmv2 JSON file to the simple_switch_grpc process? Would it just be removing the --no-p4 flag and then adding a file path like `simple_switch_grpc \ -i...
I tried to run simple_switch_grpc process and passed a BMv2 JSON file to it. Afterwards, when trying to create a P4runtime stub, I end up timing out. I was wondering...
Thank you Antonin! I implemented the workaround and it works as you mentioned. The dataplane stub can be retrieved when I pushed a barebones BMv2 JSON config in the command-line...