[ovs-discuss] Problem in retrieving link capacity

2017-11-23 Thread Tanmay Jain
Hello, How to check transmitted bytes are 70% higher than the link capacity of evey port in overflow switch to check the condition for congestion in the network. Please help. Thanks and Regards Tanmay Jain ___ discuss mailing list

Re: [ovs-discuss] ovs-2.8 Cannot open /dev/uio0

2017-11-23 Thread 王嵘
I rpmed the ovs-dpdk local, and installed the ovs.rpm in my VM. local bulid the dpdk.rpm and ovs.rpm: 638 rpm -ivh dpdk-16.11.3-1.x86_64.rpm 639 rpm -ivh dpdk-devel-16.11.3-1.x86_64.rpm ./boot.sh && ./configure make rpm-fedora RPMBUILD_OPT="--with dpdk --without check" In the VM: 689

[ovs-discuss] connect: Network is unreachable (container-->VM-->Phys Host)

2017-11-23 Thread Orabuntu-LXC
note 1. An LXC container is attached to sx1 10.207.29.12 in a VM as shown below. Interface enp0s8 is the virtual NIC of the VM. Interface enp0s8 is a port on OvS sx1. I can ping the DNS/DHCP server from the VM. [ubuntu@ol74a-server ~]$ ifconfig enp0s8 enp0s8:

Re: [ovs-discuss] ***SPAM*** Re: kubernetes - kubeadm problem with watcher

2017-11-23 Thread Sébastien Bernard
Le 21/11/2017 à 23:53, Guru Shetty a écrit : ovn-k8s-watcher is able to look for a token in the external_ids. In get_api_params:     k8s_api_token = ovs_vsctl("--if-exists", "get", "Open_vSwitch", ".", "external_ids:k8s-api-token").strip('"') An then in stream_api

[ovs-discuss] ?????? ovs-dpctl problem

2017-11-23 Thread ??????
Hi all: how does the match with flow table work? such as: #ovs-dpctl dump-flows # in_port(2),eth_type(0/0x), packets:0, bytes:0, used:never, actions:3 if there is a package from port 2, but it doesn't go to port 3. why does it not work? --

Re: [ovs-discuss] ovs-2.8 Cannot open /dev/uio0

2017-11-23 Thread O'Reilly, Darragh
How was ovs installed? I don’t recall ever seeing ovs-vswitchd running as a non-root user. From: 王嵘 [mailto:rong.w...@easystack.cn] Sent: 23 November 2017 13:09 To: O'Reilly, Darragh Cc: ovs-discuss@openvswitch.org Subject: Re:RE: [ovs-discuss] ovs-2.8 Cannot open

Re: [ovs-discuss] ovs-2.8 Cannot open /dev/uio0

2017-11-23 Thread 王嵘
O, my fault. And now find the log like : 2017-11-23T13:02:43.869Z|00071|dpdk|ERR|EAL: Cannot open /dev/uio0: Permission denied 2017-11-23T13:02:43.869Z|00072|dpdk|ERR|EAL: Current userid: 988 The uid 988 belongs to the lbvirt? why the uid is 988? And even this uid don't have the right to

Re: [ovs-discuss] ovs-2.8 Cannot open /dev/uio0

2017-11-23 Thread O'Reilly, Darragh
I think you got the address of the function getuid, but you want to call it by adding (): RTE_LOG(ERR, EAL, "Current userid: %d\n", getuid() ); From: ovs-discuss-boun...@openvswitch.org [mailto:ovs-discuss-boun...@openvswitch.org] On Behalf Of ?? Sent: 23 November 2017 08:20 To:

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

2017-11-23 Thread Miguel Angel Ajo Pelayo
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 * Tap creation to SB port binding, and to connectivity. * dnat NAT association

Re: [ovs-discuss] Cannot start OVS with DPDK

2017-11-23 Thread Levente Csikor
Hi ☆ Field Commande A9, How do you start OVS? You might have missed some additional arguments! When DPDK interfaces are properly set, /ovs-vsctl list o//pen_vswitch/ would have /[dpdk, dpdkr, dpdkvhostuser, dpdkvhostuserclient...] /in the iface_types "dictionary"! I start OVS with 2 dpdk