[ovs-discuss] Tx/Rx count not increasing OVS-DPDK

2017-11-28 Thread abhishek jain
Hi Team I'm having 2 VMs running with ovs-dpdk as a networking agent on openstack compute node. When I'm checking the external connectivity of the VMs by pinging to the external world,the Tx/Rx count of the VMs is not increasing. However I'm able to ping the local-Ip of the respective Vms. Let

[ovs-discuss] 回复:Re: [ovs-dev] How to set QoS for VM egress traffic on tunnel mode

2017-11-28 Thread 高正伟
you can use linux tc filter u32 matching on packet data payload on physical output in this case. At 2017-11-29 02:40:07, "Ben Pfaff" wrote: >On Wed, Nov 22, 2017 at 09:50:54AM +, 王志克 wrote: >> Hi All, >> >> I want to set QoS with guide from below link “egress traffic

Re: [ovs-discuss] [ovs-dev] How to set QoS for VM egress traffic on tunnel mode

2017-11-28 Thread Ben Pfaff
On Wed, Nov 22, 2017 at 09:50:54AM +, 王志克 wrote: > Hi All, > > I want to set QoS with guide from below link “egress traffic shaping”, but do > not know how for tunnel mode. > http://docs.openvswitch.org/en/latest/faq/qos/ > > My scenario: > > I have several VM ports, and several VxLan

Re: [ovs-discuss] Idea of an ovn native "rally"

2017-11-28 Thread Ben Pfaff
On Thu, Nov 23, 2017 at 12:01:33PM +0100, Miguel Angel Ajo Pelayo wrote: > Today during coffee I was discussing with Jakub the idea of having > some sort of "rally" [1] [2] like project to measure the native reponse > of OVN at scale, measuring things like: > > * NB object creation to SB update

Re: [ovs-discuss] ovndb_servers can't be promoted

2017-11-28 Thread Numan Siddique
On Tue, Nov 28, 2017 at 2:29 PM, Hui Xiang wrote: > Hi Numan, > > > Finally figure it out what's wrong when running ovndb-servers ocf in my > environment. > > 1. There is no default ovnnb and ovnsb running in my environment, I > thought it should be started by pacemaker as

[ovs-discuss] How to create a new bridge by API, not command line

2017-11-28 Thread netsurfed
Hi all, I want to create a new bridge by ovs. But I don't want to use command line in my program. So, is there some C language API to create it ? And is there a example or demo? I have read the website carefully, but not found it. THX.___ discuss

Re: [ovs-discuss] ovndb_servers can't be promoted

2017-11-28 Thread Hui Xiang
Hi Numan, Finally figure it out what's wrong when running ovndb-servers ocf in my environment. 1. There is no default ovnnb and ovnsb running in my environment, I thought it should be started by pacemaker as the usual way other typical resource agent do it. when I create the ovndb_servers