behavioral-model
behavioral-model copied to clipboard
The reference P4 software switch
After running the ASAN (Address Sanitizer) tool on our tests with a simple grpc service that installs many table entries, I noticed that it resulted in a heap_buffer_overflow error. The...
Hello everyone! I'm trying to make a backward-compatible edit to the BMv2 simple switch. Simple switch passes a packet handler from the place that `static void packet_handler(int port_num, const char...
The stuff in https://github.com/p4lang/behavioral-model/tree/main/tools/macos has not been updated (or I assume, tested) in years. We should either: 1) Add a disclaimer notice to that folder indicating that the scripts are...
Hi, I am working on simple_switch target with priority queues. I am generating traffic to the queues, and trying to change the capacity and rate of each queue, to see...