[ovs-discuss] how to add an interface to exists bonding port?

2018-01-08 Thread cokabug
hello~ I have a bonding port : bond0 that contain two interface : eth0 eth1, now i want to add eth2 to bond0 without network interrupt, how can i do this, i try the command : ovs-vsctl --may-exist add-bond br-f2b0711 bond0 eth0 eth1 eth2 or ovs-vsctl --may-exist

Re: [ovs-discuss] DPDK with UIO drivers is broken on Fedora since OVS 2.8.0

2018-01-08 Thread Marcos Felipe Schwarz
Thanks for the suggestion Timothy, didn't knew that worked. Just fixing some little things, it should be: ExecStartPre=-/usr/bin/chown :${OVS_USER_ID##*:} /dev/hugepages Regarding the daemon-unix.c patch, any suggestions on how to improve it? I tested it is working, but currently, I'm not aware

Re: [ovs-discuss] In 'OVS Faucet Tutorial', router does not work as expected at 'Step 4: Router Broadcasts ARP Request'

2018-01-08 Thread Ben Pfaff
[dropping OP, who probably doesn't care] On Sat, Jan 06, 2018 at 12:07:09PM +1300, Brad Cowie wrote: > What happened is that in faucet 1.6.12 we added a bunch of new packet > handling sanity checks to help improve security of faucet's packet > handling. Packets made by ofproto/trace -generate

Re: [ovs-discuss] DPDK with UIO drivers is broken on Fedora since OVS 2.8.0

2018-01-08 Thread Timothy Redaelli
On Sat, Jan 6, 2018 at 2:41 AM, Marcos Felipe Schwarz wrote: > Got it fixed. > > The problem was related to not setting the CAP_SYS_ADMIN capability at > daemon-unix.c. Follows the patch bellow to set the capability and dynamically > extract the group from OVS_USER_ID

[ovs-discuss] ovs-dpdk poor scalable capacity with PMDS for dpflow limit ?

2018-01-08 Thread wenxu
Hi, I just test ovs-dpdk with much more pmds to improve the performace. But in some case the performance more poor with more PMDS Like follow flows: in_port=1,nw_dst=10.0.0.x, actions=output:2 Assuming there are 1 differnet flows which is active by packet. if there are 12 PMDS. In