p4lang / p4app

Apache License 2.0
112 stars 58 forks source link

packet drop in p4 switches #80

Open joyantamishu opened 4 years ago

joyantamishu commented 4 years ago

Hello All,

In p4app I created a simple topology like: h1->s1->s2->h2

And I tried to run h1 as TCP client and h2 as TCP server. I am using iperf to generate the traffic. Now here's the problem. From the dmesg command I can see a lot of packet transmission is happening, and I suspect the reason is packet drop. So I have two questions mainly:

Thanks in advance.