On Thu, Jun 13, 2019 at 12:33:40PM +0800, xia rui wrote:
> Hello, everyone.
> I am using OVS+DPDK to test the throughput of two docker containers. I set
> up my platform as described in the following question in StackOverflow (url:
> https://stackoverflow.com/questions/56539216/docker-container-connected-by-ovsdpdk-ping-work-but-iperf-not
> ).
> 
> There are two containers (box1, box2) and one OVS bridge (ovs-br1), which
> connects box1-eth1 and box2-eth1.
> 
> I can ping from box1-eth1 to box2-eth2 using bridge ovs-br1. However, iperf
> does not work.
> 
> I have checked the packets sent by box1-eth1 has reached box2-eth1, and the
> iperf server in box2 has no reaction.
> 
> The detailed description in another question in StackOverflow (url:
> https://stackoverflow.com/questions/56555930/interface-received-packets-iperf-application-does-not-get-packets-and-does-no
> )

The log that you quoted has a number of "network is down" messages for
the network devices.  Maybe you need to bring them up e.g. with
"ifconfig $dev up".
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to