Edgar Costa
Edgar Costa
Hi @infrastation Here I upload a pcap where you can see this behaviour. This is a pcap that was captured with this exact filter, and there is one packet that...
@hahada5 did you solve this problem? I just tried and it does work for me. Are we talking about `examples/recirculation`?
I believe this is due to the minimum packet size in the ethernet link, also there is some extra bytes added after ethernet in the wire. You should verify that...
Hi @gogamid, I guess that might depend on the code you are running, if you are using the optimized version. Furthermore, since that is TCP, queue sizes, delay in the...
Hi @529669517 We have added a link for the QEMU VM. Right now we do not have the virtualbox build, we will add it soon. The vm is compressed and...
Not sure what do you mean by it does not work. You first need to enable it, use probably the optimized bmv2 build, and then use the right settings so...
It is been years I do not try the multiqueueing. One extra thing you could try is to build bmv2 without debugging, and make sure you disable pcap logging in...
You can get some documentation about `clone3` here https://github.com/p4lang/p4c/blob/master/p4include/v1model.p4#L633 The third parameter is a list of the metadata fields you want to preserve. For example: https://github.com/nsg-ethz/p4-learning/blob/fa916470f3ac6205bf959ec7c388be06b6485d52/examples/l2_learning/p4src/l2_learning_copy_to_cpu.p4#L79 In this case we...
Did you disabled the show_delays parameter? I am trying to get the delay and in the opendata.ch API it always says Null. And in the timetable.search.ch API nothing gets returned,...