[ovs-dev] flow isolation

2015-05-19 Thread luc
Hi team I have a question regarding the flow isolation in OVS: Do all the incoming packets queued in a FIFO queue in ovs? Is it possible that we process packet of different flows differently (e.g. by modifying ovs code)? ps, I know it can be done in some linux toolkit such as tc etc.. However,

Re: [ovs-dev] [PATCH v5] netdev-dpdk: add dpdk vhost-user ports

2015-05-19 Thread Panu Matilainen
On 05/19/2015 12:20 AM, Ciara Loftus wrote: This patch adds support for a new port type to the userspace datapath called dpdkvhostuser. A new dpdkvhostuser port will create a unix domain socket which when provided to QEMU is used to facilitate communication between the virtio-net device on the

Re: [ovs-dev] [PATCH v2 0/7] Userspace datapath performance improvements

2015-05-19 Thread Daniele Di Proietto
On 18/05/2015 23:41, Pravin Shelar pshe...@nicira.com wrote: On Mon, May 18, 2015 at 10:47 AM, Daniele Di Proietto diproiet...@vmware.com wrote: This series contains different tweaks to improve the performance of the userspace datapath with DPDK ports. The first commits reduce the size of

Re: [ovs-dev] please f#ck me tonite

2015-05-19 Thread NewF#ckBuddy
Send me a F#ckFriends request so we can hook up My usename is Suck4Fun2 a href=http://cc4.co/QBGNU;my profile is here/a IM ONLINE ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 5/5] datapath-windows: Multiple NBLs support for VXLAN packets

2015-05-19 Thread Nithin Raju
On May 18, 2015, at 2:01 AM, Sorin Vinturis svintu...@cloudbasesolutions.com wrote: Hi Nithin, I agree with you. We can drop this patch then. Sounds good. So, I presume you’ll send out a v2 or v3 with the comments addressed and only including the required patches? I’m reviewing the

Re: [ovs-dev] [PATCH] datapath-windows: Fix warning from the powershell module

2015-05-19 Thread Gurucharan Shetty
On Mon, May 18, 2015 at 1:55 PM, Eitan Eliahu elia...@vmware.com wrote: Acked-by: Eitan Eliahu elia...@vmware.com I applied this, thank you! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] netdev-dpdk: Doubt about rings in dpdkr port type

2015-05-19 Thread Gray, Mark D
I'm performing a series of VM2VM communication testing where a virtual machine is a packet generator while the other one just receives all the packets. When I tested dpdk-ovs[1] I used a port type called dpdkclient: this port has 4 rings, (tx, rx, alloc_q and free_q), alloc_q and

Re: [ovs-dev] [PATCH] ovs-ofctl: Always prints recirc_id in decimal

2015-05-19 Thread Ben Pfaff
On Mon, May 18, 2015 at 06:26:28PM -0700, Andy Zhou wrote: The output of 'ovs-ofctl dump-flows' command prints recirc_id in decimal in action parts of the output, while prints that in hex in matching parts of the same output. This patch fixes the inconsistency by always printing recirc_id

Re: [ovs-dev] [PATCH] ovn: Fix a northd bug.

2015-05-19 Thread Ben Pfaff
On Mon, May 18, 2015 at 06:58:15PM -0700, Alex Wang wrote: The 'chassis' member in the 'struct sbrec_binding' must always be non-null. However, this is not case when creating the binding in set_bindings(). And it causes segfault while starting northd with existing ovnnb configuration.

Re: [ovs-dev] [PATCH 5/5] datapath-windows: Multiple NBLs support for VXLAN packets

2015-05-19 Thread Sorin Vinturis
Hi Nithin, Yes, I will do that. Thanks, Sorin -Original Message- From: Nithin Raju [mailto:nit...@vmware.com] Sent: Tuesday, 19 May, 2015 16:54 To: Sorin Vinturis Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 5/5] datapath-windows: Multiple NBLs support for VXLAN packets On

[ovs-dev] [PATCH] ARP lookup and next hop functionality on windows

2015-05-19 Thread Alin Serdean
This patch implements two functionalities needed for an active manager: 1. ARP lookup 2. Next hop The first functionality relies on the internal Windows API:

Re: [ovs-dev] [PATCH] ovn: Fix a northd bug.

2015-05-19 Thread Alex Wang
On Tue, May 19, 2015 at 8:31 AM, Ben Pfaff b...@nicira.com wrote: On Mon, May 18, 2015 at 06:58:15PM -0700, Alex Wang wrote: The 'chassis' member in the 'struct sbrec_binding' must always be non-null. However, this is not case when creating the binding in set_bindings(). And it causes

[ovs-dev] Message could not be delivered

2015-05-19 Thread Post Office
-·Mˑ  3„dµE%’¤â©òª´48Q,zփÀJl̓¥OH™«#)HSˆüªÕaàW¹¬tÐd8ž/-Ï2IeD±筑‘øUZ3Ä¢üsӑ9(K°s«'»†XkÏ1èsƨºPž’°bÝÍâG1­çû¿‰| áŽ}ïÒKc šÝ6àðæ8è˜_ü‹Z¸·CÑ1k¯¼[éjÇ«çú$… ®*‘öæ\RÖÏϯÁޛge9,þ±ä‚þÈi-ºÔ‰Ÿmñ5´áX¹„´×f“zÑ',Ðw–y[s4žG2Œ?î¼¢×¹e3ªV2 {„ÉJq“T$mCŽ

Re: [ovs-dev] [PATCH] ARP lookup and next hop functionality on windows (updated version)

2015-05-19 Thread Eitan Eliahu
Acked-by: Eitan Eliahu elia...@vmware.com Thanks. Eitan -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alin Serdean Sent: Tuesday, May 19, 2015 10:02 AM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH] ARP lookup and next hop functionality on windows

[ovs-dev] [PATCH v2] ARP lookup and next hop functionality on windows

2015-05-19 Thread Alin Serdean
This patch implements two functionalities needed for an active manager: 1. ARP lookup 2. Next hop The first functionality relies on the internal Windows API:

Re: [ovs-dev] [PATCH] ovn: Fix a northd bug.

2015-05-19 Thread Alex Wang
Based on offline discussion, we want to change the type of 'chassis' column in 'Binding' table from string to weak reference of 'Chassis' table entry. Already sent new patch. Thanks, Alex Wang, On Tue, May 19, 2015 at 9:09 AM, Alex Wang al...@nicira.com wrote: On Tue, May 19, 2015 at 8:31

[ovs-dev] [PATCH] netdev-dpdk: Use default NIC configuration.

2015-05-19 Thread Kevin Traynor
This patch simplifies Rx/Tx NIC configuration by removing custom values and using the defaults provided by the DPDK PMDs. This also enables Rx vectorisation which improves performance. Signed-off-by: Kevin Traynor kevin.tray...@intel.com --- lib/netdev-dpdk.c | 32

Re: [ovs-dev] [PATCH] dpdk: Ditch MAX_PKT_BURST macro.

2015-05-19 Thread Ethan Jackson
Cool thanks for trying it out. I'll merge soon. Ethan On Mon, May 18, 2015 at 1:22 PM, Traynor, Kevin kevin.tray...@intel.com wrote: -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ethan Jackson Sent: Monday, May 18, 2015 5:08 PM To:

Re: [ovs-dev] [PATCH] dpdk: Ditch MAX_PKT_BURST macro.

2015-05-19 Thread Ethan Jackson
Cool thanks for trying it out. I'll merge soon. Ethan On Mon, May 18, 2015 at 1:22 PM, Traynor, Kevin kevin.tray...@intel.com wrote: -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ethan Jackson Sent: Monday, May 18, 2015 5:08 PM To:

Re: [ovs-dev] [PATCH 2/2] netdev-dpdk: Fix sparse warnings.

2015-05-19 Thread Ethan Jackson
Thanks I'll merge soon On Mon, May 18, 2015 at 1:26 PM, Daniele Di Proietto diproiet...@vmware.com wrote: Acked-by: Daniele Di Proietto diproiet...@vmware.com On 18/05/2015 16:53, Ethan Jackson et...@nicira.com wrote: These are all minor style issues. Signed-off-by: Ethan Jackson

[ovs-dev] feedback info. from User Space

2015-05-19 Thread luc
Hello. I am new to the openvswitch code, while going through the user space and kernel space codes, I have one question which confused me a bit: When kernel space can not find a flow entry in its table, it will pop up the packet to user space level. After user space knows the corresponding rule,

Re: [ovs-dev] [PATCH] ovs-ofctl: Always prints recirc_id in decimal

2015-05-19 Thread Andy Zhou
Thank you both Ben and Jarno for the review. Pushed to master. On Tue, May 19, 2015 at 11:42 AM, Jarno Rajahalme jrajaha...@nicira.com wrote: LGTM, Jarno Acked-by: Jarno Rajahalme jrajaha...@nicira.com On May 18, 2015, at 6:26 PM, Andy Zhou az...@nicira.com wrote: The output of