[ovs-discuss] 答复: [ovs-dev] Why are iperf3 udp packets out of order in OVS DPDK case?

2019-08-27 Thread 杨�D
Ian, here is my configuration, sorry I can't show flow details because it is confidential. By the way, iperf3 tcp is ok and performance is good enough, I'm really confused, udp was ok but tcp were not ok in my VM environment before, it broke my sense :-), I can avoid out of order issue if I

[ovs-discuss] SSL errors with OVS on Alpine Linux

2019-08-27 Thread Shivaram Mysore
Hi, I am running OVS on Alpine Linux ( ovs-vswitchd (Open vSwitch) 2.10.1) and getting SSL errors. I have a similar setup on Ubuntu and other COTS switches with same/similar certs and I don't have any issues. I am getting

Re: [ovs-discuss] MTU / Fragmentation / VXLAN

2019-08-27 Thread Justin Pettit
> On Aug 25, 2019, at 9:38 PM, Heim, Dennis wrote: > > I have an issue with SIP phones registered to a Cisco Call Manager Express > (CME). > > Network Layout: > Phone->Physical Switch->OvS(A)VXLAN Overlay-OvS(B)—CME. > > When the packet reaches OvS(A) the sip (invite) packet for

Re: [ovs-discuss] ovsdb_idl - received unexpected reply message

2019-08-27 Thread Shivaram Mysore
Thanks Ben for more insight. Regards On Tue, Aug 27, 2019 at 4:20 PM Ben Pfaff wrote: > On Mon, Aug 26, 2019 at 09:53:17PM -0700, Shivaram Mysore wrote: > > Hi, > > > > System info: > > # *ovs-vswitchd --version* > > ovs-vswitchd (Open vSwitch) 2.10.1 > > > > # *lsmod | grep openvswitch* > >

Re: [ovs-discuss] Flow comparison with OFPFlowMod message

2019-08-27 Thread Ben Pfaff
On Tue, Aug 27, 2019 at 12:08:08PM -0700, Nick Yurchenko wrote: > Hi, > > In my project I need to compare an active flow in the table(obtained from > `EventOFPFlowStatsReply`) with a OFPFlowMod message that is sent to the > controller. > > I've thrown together a method to compare the two but it

Re: [ovs-discuss] ovsdb_idl - received unexpected reply message

2019-08-27 Thread Ben Pfaff
On Mon, Aug 26, 2019 at 09:53:17PM -0700, Shivaram Mysore wrote: > Hi, > > System info: > # *ovs-vswitchd --version* > ovs-vswitchd (Open vSwitch) 2.10.1 > > # *lsmod | grep openvswitch* > openvswitch 155648 3 > nsh16384 1 openvswitch > nf_conncount

[ovs-discuss] Flow comparison with OFPFlowMod message

2019-08-27 Thread Nick Yurchenko
Hi, In my project I need to compare an active flow in the table(obtained from `EventOFPFlowStatsReply`) with a OFPFlowMod message that is sent to the controller. I've thrown together a method to compare the two but it doesn't look good. Is there a better way to do this? ``` def

Re: [ovs-discuss] ovsdb_idl - received unexpected reply message

2019-08-27 Thread Shivaram Mysore
Ignore this request for help. There was some mistakes in my setup. Thanks On Mon, Aug 26, 2019 at 9:53 PM Shivaram Mysore wrote: > Hi, > > System info: > # *ovs-vswitchd --version* > ovs-vswitchd (Open vSwitch) 2.10.1 > > # *lsmod | grep openvswitch* > openvswitch 155648 3 > nsh

Re: [ovs-discuss] GRE with link-local remote_ip: "not a valid IPv6 address"

2019-08-27 Thread Gregory Rose
On 8/27/2019 9:40 AM, Sven Gebauer wrote: Am 27.08.19 um 17:12 schrieb Gregory Rose: 2019-08-22T07:22:09.545Z|00050|socket_util|ERR|"fe80::1%ens9" is not a valid IPv6 address Remove the '%ens9' from your IPv6 address, that's not valid. Then how do i specify the scope (i.e. interface) of a

Re: [ovs-discuss] GRE with link-local remote_ip: "not a valid IPv6 address"

2019-08-27 Thread Sven Gebauer
Am 27.08.19 um 17:12 schrieb Gregory Rose: >> 2019-08-22T07:22:09.545Z|00050|socket_util|ERR|"fe80::1%ens9" is not a valid >> IPv6 address > > Remove the '%ens9' from your IPv6 address, that's not valid. > Then how do i specify the scope (i.e. interface) of a link-local address? The `ip`

Re: [ovs-discuss] Query on DEC_ttl action implementation in datapath

2019-08-27 Thread Justin Pettit
I think it was considered cleaner from an ABI perspective, since it doesn't require another action, since "set" was already supported. In practice, I don't think it's a problem, since usually a TTL decrement is associated with a routing decision, and TTLs tend to be fairly static between two

Re: [ovs-discuss] GRE with link-local remote_ip: "not a valid IPv6 address"

2019-08-27 Thread Gregory Rose
On 8/27/2019 3:09 AM, Sven Gebauer wrote: Hi all, I'm trying to create a GRE tunnel with an IPv6 link-local address as the remote_ip. According to the changelog, this should be supported since v2.8.0. However... root@vpntest4:~# ovs-vsctl add-br ovsbr0 root@vpntest4:~# ovs-vsctl add-port

[ovs-discuss] GRE with link-local remote_ip: "not a valid IPv6 address"

2019-08-27 Thread Sven Gebauer
Hi all, I'm trying to create a GRE tunnel with an IPv6 link-local address as the remote_ip. According to the changelog, this should be supported since v2.8.0. However... root@vpntest4:~# ovs-vsctl add-br ovsbr0 root@vpntest4:~# ovs-vsctl add-port ovsbr0 ovsbr0-gre -- set interface ovsbr0-gre

Re: [ovs-discuss] [ovs-dev] Why are iperf3 udp packets out of order in OVS DPDK case?

2019-08-27 Thread Stokes, Ian
On 8/27/2019 9:35 AM, Yi Yang (杨燚)-云服务集团 wrote: Hi, all I’m doing experiments with OVS and OVS DPDK, only one bridge is there, ports and flows are same for OVS and OVS DPDK, in OVS case, everything works well, but in OVS DPDK case, iperf udp performance data are very poor, udp packets

[ovs-discuss] Why are iperf3 udp packets out of order in OVS DPDK case?

2019-08-27 Thread 杨�D
Hi, all I’m doing experiments with OVS and OVS DPDK, only one bridge is there, ports and flows are same for OVS and OVS DPDK, in OVS case, everything works well, but in OVS DPDK case, iperf udp performance data are very poor, udp packets are out of order, I have limited MTU and send buffer by

[ovs-discuss] Query on DEC_ttl action implementation in datapath

2019-08-27 Thread bindiya Kurle
hi , I have a question related to dec_ttl action implemented in datapath. when dec_ttl action is configured in OVS following action get added in datapath. recirc_id(0),in_port(2),eth(),eth_type(0x0800),ipv4(ttl=64,frag=no), packets:3, bytes:294, used:0.068s, actions:set(ipv4(ttl=63)),3, if