Re: [ovs-discuss] OVS+DPDK QoS rate limit issue

2017-08-24 Thread Lance Richardson
o bytes. */ -    rate_bytes = rate * 1000/8; -    burst_bytes = burst * 1000/8; +    rate_bytes = rate * 1000ULL/8; +    burst_bytes = burst * 1000ULL/8;        policer->app_srtcm_params.cir = rate_bytes;      policer->app_srtcm_params.cbs = burst_bytes; Regards, Lance Richardson > >

Re: [ovs-discuss] [openvswitch 2.8.90] testsuite: 537 539 541 545 765 767 1966 1968 1975 1977 1984 1986 1993 1995 2001 2002 2003 2004 2006 2011 2013 2020 2022 2029 2031 2038 2040 2047 2049 2056 2058 2

2017-08-14 Thread Lance Richardson
> From: "Alin Serdean" > To: b...@openvswitch.org, "Alin Balutoiu" > Cc: "Terry Wilson" , "Lance Richardson" > , "Russell Bryant" > Sent: Monday, August 14, 2017 8:45:01 PM > Subject: [openvswitch 2.8.90] testsuite: 537 539

Re: [ovs-discuss] multiple controllers to OVS secured via TLS

2017-07-22 Thread Lance Richardson
> From: "Shivaram Mysore" > To: ovs-discuss@openvswitch.org > Sent: Friday, 21 July, 2017 8:18:08 PM > Subject: Re: [ovs-discuss] multiple controllers to OVS secured via TLS > > Any pointers to my question? > Thanks! > > On Thu, Jul 20, 2017 at 9:30 AM, Shivaram Mysore < shivaram.mys...@gmail.co

Re: [ovs-discuss] Remote connection method for ovn-controller ovs-ofctl invocation.

2017-07-15 Thread Lance Richardson
> From: "Ben Pfaff" ... > However, this is not going to be the only problem that the OP will > encounter, since ovn-controller makes other assumptions that it is > running on the ovs-switchd host. > Right, e.g. OVN's QoS features will not work if ovn-controller and ovs-vswitchd are running on

Re: [ovs-discuss] Subject: [openvswitch 2.7.1] testsuite: 7 8 767 1891 1892 1893 1894 1895 1896 1900 1902 failed

2017-07-13 Thread Lance Richardson
> From: "Lance Richardson" > To: "Ben Pfaff" > Cc: develo...@it-offshore.co.uk, b...@openvswitch.org > Sent: Thursday, 13 July, 2017 8:12:30 PM > Subject: Re: [ovs-discuss] Subject: [openvswitch 2.7.1] testsuite: 7 8 767 > 1891 1892 1893 1894 1895 1896 1900

Re: [ovs-discuss] Subject: [openvswitch 2.7.1] testsuite: 7 8 767 1891 1892 1893 1894 1895 1896 1900 1902 failed

2017-07-13 Thread Lance Richardson
> From: "Ben Pfaff" > To: "Lance Richardson" > Cc: develo...@it-offshore.co.uk, b...@openvswitch.org > Sent: Thursday, 13 July, 2017 7:46:13 PM > Subject: Re: [ovs-discuss] Subject: [openvswitch 2.7.1] testsuite: 7 8 767 > 1891 1892 1893 1894 1895 1896

Re: [ovs-discuss] Remote connection method for ovn-controller ovs-ofctl invocation.

2017-07-13 Thread Lance Richardson
> From: "Ben Pfaff" > To: "Lance Richardson" > Cc: "JaiSingh Rana" , ovs-discuss@openvswitch.org > Sent: Thursday, 13 July, 2017 12:47:47 PM > Subject: Re: [ovs-discuss] Remote connection method for ovn-controller > ovs-ofctl invocation. >

Re: [ovs-discuss] Remote connection method for ovn-controller ovs-ofctl invocation.

2017-07-13 Thread Lance Richardson
> From: "JaiSingh Rana" > To: ovs-discuss@openvswitch.org > Sent: Thursday, 13 July, 2017 3:49:15 AM > Subject: [ovs-discuss] Remote connection method for ovn-controller ovs-ofctl > invocation. > > > > Hi, > > > > > Currently in Openvswitch-2.7.1, ovn-controller hard codes connection meth

Re: [ovs-discuss] Subject: [openvswitch 2.7.1] testsuite: 7 8 767 1891 1892 1893 1894 1895 1896 1900 1902 failed

2017-07-10 Thread Lance Richardson
> From: "Stuart Cardall" > To: b...@openvswitch.org > Sent: Saturday, 8 July, 2017 5:22:17 PM > Subject: [ovs-discuss] Subject: [openvswitch 2.7.1] testsuite: 7 8 767 1891 > 1892 1893 1894 1895 1896 1900 1902 failed > > > > Hello, > > Attached is the test suite log for ovs 2.7.1 in Alpine Lin

Re: [ovs-discuss] enforce TLSv1.2 in OVN

2017-06-07 Thread Lance Richardson
> From: "Dominik Holler" > To: "Lance Richardson" > Cc: ovs-discuss@openvswitch.org, "Numan Siddique" , > "Marcin Mirecki" , "Dan > Kenigsberg" > Sent: Wednesday, 7 June, 2017 3:48:45 AM > Subject: Re: enforce TLSv1.2

Re: [ovs-discuss] enforce TLSv1.2 in OVN

2017-06-06 Thread Lance Richardson
> From: "Dominik Holler" > To: ovs-discuss@openvswitch.org > Cc: "Lance Richardson" , "Numan Siddique" > , "Marcin Mirecki" > , "Dan Kenigsberg" > Sent: Tuesday, 6 June, 2017 11:30:07 AM > Subject: enforce TLSv1.2 in OVN &g

Re: [ovs-discuss] Geneve Support Question

2017-06-05 Thread Lance Richardson
> From: "John McDowall" > To: ovs-discuss@openvswitch.org > Sent: Monday, 5 June, 2017 2:48:07 PM > Subject: [ovs-discuss] Geneve Support Question > > > > I am trying to do some distributed testing with OVN/OVS. I have a set of > Centos 7 (3.10.0-514 kernel) machines. > > > > There are Genev

Re: [ovs-discuss] modules_install, SSL Error

2017-05-23 Thread Lance Richardson
> From: "Ali Volkan Atli" > To: disc...@openvswitch.org > Sent: Tuesday, 23 May, 2017 8:17:37 AM > Subject: [ovs-discuss] modules_install, SSL Error > > > Hello > > I'm getting the following error while modules install. Is there anyone who is > experiencing this problem in the master? I disable

Re: [ovs-discuss] SSL error

2017-05-10 Thread Lance Richardson
distribution packages (for obvious reasons!), so I suspect this is a common situation. Based on looking at the kernel makefiles, this won't be treated as a fatal error and in fact from your "make modules_install" output it looks like it completed successfully. I think these errors can safely be ignored. Regards, Lance Richardson ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Re: [ovs-discuss] Running ovs test cases

2016-12-05 Thread Lance Richardson
> From: "satish kondapalli" > To: ovs-discuss@openvswitch.org > Sent: Monday, December 5, 2016 7:17:36 PM > Subject: [ovs-discuss] Running ovs test cases > > Hi, > > is there way to run only specific test case in ovs( instead of running all > cases -- make check). How to run only connection tra