[ovs-discuss] ovs2.6.0 conntrack and nat problem with RST?

2017-01-15 Thread wenxu
Hi all, I meet a problem with conntrack and nat. Ovs-nat combined with commit (confirm in kernel), so I want to do stateful firewall with conntrack then do nat There is a simple test as fllow. netns1 port1 has ip 10.0.0.7 netns2 port2 has ip 1.1.1.7 10.0.0.7 can access icmp and tcp-dst_port

Re: [ovs-discuss] cycles_count_xxx CPU overhead

2017-01-15 Thread Daniele Di Proietto
2017-01-12 23:47 GMT-08:00 nickcooper-zhangtonghao : > The dp_netdev_process_rxq_port() will use the “cycles_count_start” and > “cycles_count_end” for counting the cycles. > But via perf tool, I found that cycles_count_xxx uses a lot of CPU. One > question to ask: there is one thread to use the > p

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-15 Thread Scott Lowe
On 01/13/2017 03:20 AM, Shravan S K wrote: > My motive is to simulate VXLAN functionality on a bigger topology using > mininet. > My plan - As Mininet uses OVS bridges to simulate vswitch functionality, > we can use ovs-vsctl to configure VXLAN functionality on the bridges. I > thought let me try f