kevinbird61 / p4-researching

Testbed/Tutorials/Researching work on P4.
GNU General Public License v3.0
95 stars 25 forks source link

packet out not performed #23

Open andrescheibe opened 4 years ago

andrescheibe commented 4 years ago

I am using the learning switch and I noticed in the s1.log log and also in the controller processing (messages left by the controller after starting it) that the processing (while true) does not end in all received packets (packet in), or that is, the final message is not displayed at all packet-in. As if processing is stuck. The problem occurs when s1.PacketOut (packetout) is executed. Any idea why?

kevinbird61 commented 4 years ago

Sorry for postponing this issue for such a long time, You mean the process stuck when you execute ./start_p4_controller and running pingAll in mininet's CLI ?