Re: [ovs-dev] [PATCH v12 2/2] DSCP marking on packets

2016-09-06 Thread Mickey Spiegel
On Mon, Sep 5, 2016 at 10:23 PM, wrote: > From: Babu Shanmugam > > This patch adds support for marking qos on IP packets based on arbitrary > match criteria for a logical switch. > > Signed-off-by: Babu Shanmugam > Suggested-by:

Re: [ovs-dev] [PATCH] xlate: Perform bridge lookup before using xlate cache.

2016-09-06 Thread Jarno Rajahalme
> On Sep 6, 2016, at 4:24 PM, Joe Stringer wrote: > > On 2 September 2016 at 17:43, Jarno Rajahalme wrote: >> Bridges might get deleted while revalidation is going through the >> xlate cache entries. Thus we need to do the xbridge lookup before we >> use the xlate

Re: [ovs-dev] [PATCH] xlate: Clarify comment about mac learning table entry locking.

2016-09-06 Thread Jarno Rajahalme
> On Sep 2, 2016, at 6:37 PM, Ben Pfaff wrote: > > On Fri, Sep 02, 2016 at 05:50:41PM -0700, Jarno Rajahalme wrote: >> The rationale for locking mac learning table entires wrt. gratuitous >> ARP packets and bond interfaces was too cryptic for me to understand. >> After reading

[ovs-dev] [PATCH] ovn-northd: Tag allocation for nested containers.

2016-09-06 Thread Gurucharan Shetty
When there are hundreds of nodes controlled by OVN, the workflow to track and allocate unique tags across multiple hosts becomes complicated. It is much easier to let ovn-northd do the allocation. Signed-off-by: Gurucharan Shetty --- ovn/northd/ovn-northd.c | 134

Re: [ovs-dev] [v3] ovsdb: Replication usability improvements

2016-09-06 Thread Joe Stringer
In the new test I'm seeing OVSDB segfault: #0 0x004313ad in ovsdb_datum_compare_3way (a=0x10ebaa0, b=0x0, type=0x10c29e8) at ../lib/ovsdb-data.c:1626 1626if (a->n != b->n) { (gdb) bt #0 0x004313ad in ovsdb_datum_compare_3way (a=0x10ebaa0, b=0x0, type=0x10c29e8) at

[ovs-dev] Message from "CUKPR0016201"

2016-09-06 Thread scanner
This E-mail was sent from "CUKPR0016201" (Aficio MP C305). Scan Date: Tue, 06 Sep 2016 12:37:57 -0500 Queries to:

Re: [ovs-dev] [RFC] netdev-dpdk: Add SW queue before Vhost-user Rx virtqueue

2016-09-06 Thread Maxime Coquelin
Hi, On 08/08/2016 04:37 PM, Maxime Coquelin wrote: This patch tries to address a packet drop issue on the Rx path, which may happen when VM's vCPU is not 1:1 mapped to a physical CPU, or when the VMs overcommits memory. In these configurations, the VM is paused for several milliseconds,

[ovs-dev] Message from "CUKPR0844672"

2016-09-06 Thread scanner
This E-mail was sent from "CUKPR0844672" (Aficio MP C305). Scan Date: Tue, 06 Sep 2016 20:59:42 +0400 Queries to:

Re: [ovs-dev] please help review serial patches supporting Router Solicitation responder

2016-09-06 Thread Justin Pettit
It's not necessary to send requests to review patches. They're in patchwork and won't be forgotten. https://patchwork.ozlabs.org/project/openvswitch/list/ --Justin > On Sep 6, 2016, at 8:07 AM, Zong Kai Li wrote: > > hi, guys, please help review serial patches

[ovs-dev] Message from "CUKPR0828138"

2016-09-06 Thread scanner
This E-mail was sent from "CUKPR0828138" (Aficio MP C305). Scan Date: Tue, 06 Sep 2016 11:52:57 -0500 Queries to:

[ovs-dev] Message from "CUKPR0253593"

2016-09-06 Thread scanner
This E-mail was sent from "CUKPR0253593" (Aficio MP C305). Scan Date: Tue, 06 Sep 2016 11:31:57 -0500 Queries to:

[ovs-dev] Message from "CUKPR0904105"

2016-09-06 Thread scanner
This E-mail was sent from "CUKPR0904105" (Aficio MP C305). Scan Date: Tue, 06 Sep 2016 22:22:13 +0700 Queries to:

[ovs-dev] Message from "CUKPR0669057"

2016-09-06 Thread scanner
This E-mail was sent from "CUKPR0669057" (Aficio MP C305). Scan Date: Tue, 06 Sep 2016 20:43:14 +0530 Queries to:

[ovs-dev] please help review serial patches supporting Router Solicitation responder

2016-09-06 Thread Zong Kai Li
hi, guys, please help review serial patches supporting Router Solicitation responder. http://patchwork.ozlabs.org/patch/665380/ [ovs-dev,v2,1/8] packets: add compose_nd_ra to compose Router Advertisement packet http://patchwork.ozlabs.org/patch/665381/ [ovs-dev,v2,2/8] lib: rename ovs_nd_opt to

Re: [ovs-dev] NSH Option 2 implementation

2016-09-06 Thread Ben Pfaff
On Tue, Aug 23, 2016 at 07:47:50PM -0700, Jesse Gross wrote: > Ben mentioned that he had some comments on the "OVS philosophy" here > vs. OpenFlow, so that might affect things. Hopefully it will end up > simplifying things somewhat. Basically, OVS has implemented tunnels in its own fashion for

Re: [ovs-dev] [PATCH net-next v21 3/4] openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes

2016-09-06 Thread Eric Garver
On Sun, Sep 04, 2016 at 01:05:46PM +0200, Jiri Benc wrote: > On Sat, 3 Sep 2016 13:30:12 -0400, Eric Garver wrote: > > Would a BUG_ON(!(encap && in_encap)) be better? > > Please don't crash the kernel for something that could very well > continue without problems. Use WARN_ON at most. Thanks

[ovs-dev] Returned mail: see transcript for details

2016-09-06 Thread Mail Delivery Subsystem
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [ovs-discuss] Multiqueue with dpdk ports

2016-09-06 Thread Stokes, Ian
Hi Kapil, RSS based on IP is used for dispersing received packets among queues on the NIC by default. I haven’t looked into setting this up for specific packet types myself, maybe someone else on the list can help with that point. If you looking for a quick guide to test vhost multiqueue with

[ovs-dev] Multiqueue with dpdk ports

2016-09-06 Thread Kapil Adhikesavalu
Hello, OVS + DPDK provides a way to configure multiqueue for dpdk ports (in turn vhost user ports as well). ovs-vsctl set Open_vSwitch . other_config:pmd-cpu-mask=c ovs-vsctl set Interface dpdk0 options:n_rxq=2 ovs-vsctl set Interface dpdk1 options:n_rxq=2 Based on what parameter, the

[ovs-dev] Delivery

2016-09-06 Thread Fedex Delivery Express Service
-- Kindly Click The Attached ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Copy

2016-09-06 Thread Araceli glencorse
This mail is to inform you that the payment as be made, Download attachment for the payment slip. Araceli glencorse ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Copy

2016-09-06 Thread Estella coates
This mail is to inform you that the payment as be made, Download attachment for the payment slip. Estella coates ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Copy

2016-09-06 Thread Willa askew
This mail is to inform you that the payment as be made, Download attachment for the payment slip. Willa askew ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Copy

2016-09-06 Thread Loretta wright
This mail is to inform you that the payment as be made, Download attachment for the payment slip. Loretta wright ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] NSH Option 2 implementation

2016-09-06 Thread Jan Scheurich
Hi Jesse and Ben, Do you have some time to help us with our question how to cleanly model push and pop actions for NSH and outer Ethernet headers in OVS (see http://openvswitch.org/pipermail/dev/2016-August/077792.html for the original post). We would really like to have this resolved before

[ovs-dev] Copy

2016-09-06 Thread Josh bond
This mail is to inform you that the payment as be made, Download attachment for the payment slip. Josh bond ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Copy

2016-09-06 Thread Liliana younger
This mail is to inform you that the payment as be made, Download attachment for the payment slip. Liliana younger ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Copy

2016-09-06 Thread Autumn auguste
This mail is to inform you that the payment as be made, Download attachment for the payment slip. Autumn auguste ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Copy

2016-09-06 Thread Arnulfo jordan
This mail is to inform you that the payment as be made, Download attachment for the payment slip. Arnulfo jordan ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Copy

2016-09-06 Thread Gerry phelps
This mail is to inform you that the payment as be made, Download attachment for the payment slip. Gerry phelps ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev