Re: [ovs-discuss] [openvswitch 2.6.0] testsuite: 7 8 111 113 119 121 125 381 761 1859 1860 1861 1862 1863 1864 1868 1870 2247 failed

2016-09-30 Thread Ben Pfaff
Hmm, now that I try it I see that even "valgrind true" reports the memory error in question, so it's not a problem with OVS. I'll have to keep looking for that test. On Fri, Sep 30, 2016 at 09:23:55PM +0100, Stuart Cardall wrote: > I noticed after running: > > make check-valgrind TESTSUITEFLAGS=

Re: [ovs-discuss] [openvswitch 2.6.0] testsuite: 7 8 111 113 119 121 125 381 761 1859 1860 1861 1862 1863 1864 1868 1870 2247 failed

2016-09-30 Thread Ben Pfaff
On Fri, Sep 30, 2016 at 03:07:17AM +0100, Stuart Cardall wrote: > The patches improved the failures to 11: > > _testsuite: 7 8 761 1859 1860 1861 1862 1863 1864 1868 1870 failed:_ > > 7: vsctl-bashcomp - basic verification FAILED > (completion.at:352) > 8: vsctl-bashcomp - argument co

Re: [ovs-discuss] [openvswitch 2.6.0] testsuite: 7 8 111 113 119 121 125 381 761 1859 1860 1861 1862 1863 1864 1868 1870 2247 failed

2016-09-30 Thread Stuart Cardall
The patches improved the failures to 11: _testsuite: 7 8 761 1859 1860 1861 1862 1863 1864 1868 1870 failed:_ 7: vsctl-bashcomp - basic verification FAILED (completion.at:352) 8: vsctl-bashcomp - argument completionFAILED (completion.at:454) 761: tunnel - Geneve option pre

Re: [ovs-discuss] Regarding IP Options Field

2016-09-30 Thread Ben Pfaff
The FAQ says: ### Q: How do I add support for a new field or header? A: Add new members for your field to "struct flow" in lib/flow.h, and add new enumerations for your new field to "enum mf_field_id" in lib/meta-flow.h, following the existing pattern. Also, add support to miniflow_extr

Re: [ovs-discuss] Request: Debugging/troubleshooting OVN+Docker

2016-09-30 Thread Ben Pfaff
On Thu, Sep 29, 2016 at 11:56:14PM -0600, Scott Lowe wrote: > Please see my response below. > > > > On Sep 29, 2016, at 11:27 PM, Ben Pfaff wrote: > > > > On Thu, Sep 29, 2016 at 10:19:18PM -0600, Scott Lowe wrote: > >> Hi all, I was wondering if someone here could help me debug/troubleshoot >

Re: [ovs-discuss] ovs and tc's ingress qdisc

2016-09-30 Thread Ben Pfaff
On Fri, Sep 30, 2016 at 02:33:21PM +0200, Wolfgang Bumiller wrote: > I've noticed openvswitch apparently blindly deletes the ingress qdisc > of bridge ports even if no ingress policing is configured. > This also prevents the use of this qdisc for purposes other than the > in OVS implemented ingress

[ovs-discuss] ovs and tc's ingress qdisc

2016-09-30 Thread Wolfgang Bumiller
I've noticed openvswitch apparently blindly deletes the ingress qdisc of bridge ports even if no ingress policing is configured. This also prevents the use of this qdisc for purposes other than the in OVS implemented ingress policing (eg. handling fw-marks, bpf based filters, or early port/address/

[ovs-discuss] EgressShaping on DPDK netdev interfaces

2016-09-30 Thread Farooq Basha
Hi, Currently ingress and egress policing was supported on dpdk ports. Is there a plan to support egress shaping by creating user-space queues ? Or currently is there a way to do egress shaping on dpdk netdev interfaces ? It seems egress shaping does not work on tap/internal-ports/patch port