Re: [ovs-dev] [PATCH] Bug fixed: User space tunneling doesn't support setting tunnel key by flow

2015-03-26 Thread Li, Ricky
Thanks! Regards, Ricky -Original Message- From: Pravin Shelar [mailto:pshe...@nicira.com] Sent: Friday, March 27, 2015 9:57 AM To: Li, Ricky Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] Bug fixed: User space tunneling doesn't support setting tunnel key by flow On Thu, Mar 26,

Re: [ovs-dev] [PATCH] netdev-dpdk: Put cuse thread into quiescent state.

2015-03-26 Thread Pravin Shelar
On Thu, Mar 26, 2015 at 4:11 AM, Traynor, Kevin wrote: > >> -Original Message- >> From: Ben Pfaff [mailto:b...@nicira.com] >> Sent: Thursday, March 26, 2015 4:28 AM >> To: Traynor, Kevin >> Cc: dev@openvswitch.org >> Subject: Re: [ovs-dev] [PATCH] netdev-dpdk: Put cuse thread into quiescen

Re: [ovs-dev] [PATCH] Bug fixed: User space tunneling doesn't support setting tunnel key by flow

2015-03-26 Thread Pravin Shelar
On Thu, Mar 26, 2015 at 5:55 PM, Ricky Li wrote: > e.g. Set tunnel id for encapsulated VxLAN packet (out_key=flow): > > ovs-vsctl add-port int-br vxlan0 -- set interface vxlan0 \ > type=vxlan options:remote_ip=172.168.1.2 options:out_key=flow > > ovs-ofctl add-flow int-br in_port=LOCAL, icmp,\

Re: [ovs-dev] [PATCH] flow_format: Do not format "in_port=0".

2015-03-26 Thread Jarno Rajahalme
> On Mar 26, 2015, at 2:07 PM, Ben Pfaff wrote: > > On Thu, Mar 26, 2015 at 11:39:17AM -0700, Jarno Rajahalme wrote: >> flow_format() is used mainly for formating the headers of packets >> embedded in OpenFlow PACKET_IN messages. In this case the flow does >> not have a valid port number, and p

Re: [ovs-dev] [PATCH] openvswitch-fedora: remove requires to kernel

2015-03-26 Thread Russell Bryant
On 03/26/2015 08:12 PM, Flavio Leitner wrote: > That RPM requires helped to work around a bug in > the kernel that was triggered by userspace package. > > However, it doesn't force the kernel to be running, > so it's a weak solution. Also, it makes difficult > to re-use the same spec on other RPM

[ovs-dev] [PATCH] netdev-vport: Do not update netdev when there is no config change.

2015-03-26 Thread Alex Wang
When there is any update from ovsdb, ovs will call netdev_set_config() for every vport. Even though the change is not related to vport, the current implementation will always increment the per-netdev sequence number. Subsequently this could cause even more unwanted effects, e.g. the recreation of

Re: [ovs-dev] [PATCH] Bug fixed: User space tunneling doesn't support setting tunnel key by flow

2015-03-26 Thread Li, Ricky
Hi, I have sent the patch again, with my signed-off-by: Subject: [PATCH] Bug fixed: User space tunneling doesn't support setting tunnel key by flow Date: Fri, 27 Mar 2015 08:55:19 +0800 And this time there is only one patch, the test case is also included in this patch. Regards, Ricky -Or

[ovs-dev] [PATCH] Bug fixed: User space tunneling doesn't support setting tunnel key by flow

2015-03-26 Thread Ricky Li
e.g. Set tunnel id for encapsulated VxLAN packet (out_key=flow): ovs-vsctl add-port int-br vxlan0 -- set interface vxlan0 \ type=vxlan options:remote_ip=172.168.1.2 options:out_key=flow ovs-ofctl add-flow int-br in_port=LOCAL, icmp,\ actions=set_tunnel:3, output:1 (1 is the port# of vxlan

Re: [ovs-dev] [PATCH] Bug fixed: User space tunneling doesn't support setting tunnel key by flow

2015-03-26 Thread Justin Pettit
> On Mar 26, 2015, at 5:28 PM, Pravin Shelar wrote: > > On Thu, Mar 26, 2015 at 6:11 AM, Ricky Li wrote: >> e.g. Set tunnel id for encapsulated VxLAN packet (out_key=flow): >> >> ovs-vsctl add-port int-br vxlan0 -- set interface vxlan0 \ >>type=vxlan options:remote_ip=172.168.1.2 options:o

Re: [ovs-dev] [PATCH] Bug fixed: User space tunneling doesn't support setting tunnel key by flow

2015-03-26 Thread Pravin Shelar
On Thu, Mar 26, 2015 at 6:11 AM, Ricky Li wrote: > e.g. Set tunnel id for encapsulated VxLAN packet (out_key=flow): > > ovs-vsctl add-port int-br vxlan0 -- set interface vxlan0 \ > type=vxlan options:remote_ip=172.168.1.2 options:out_key=flow > > ovs-ofctl add-flow int-br in_port=LOCAL, icmp,\

[ovs-dev] [PATCH] openvswitch-fedora: remove requires to kernel

2015-03-26 Thread Flavio Leitner
That RPM requires helped to work around a bug in the kernel that was triggered by userspace package. However, it doesn't force the kernel to be running, so it's a weak solution. Also, it makes difficult to re-use the same spec on other RPM distros. This patch comments out the requires. Signed-o

Re: [ovs-dev] [PATCH 1/2] ovs-sandbox: Initialize database before starting ovs-vswitchd.

2015-03-26 Thread Russell Bryant
On 03/26/2015 01:25 AM, Ben Pfaff wrote: > Otherwise ovs-vswitchd can't immediately start working (until some other > call to ovs-vsctl initializes the database). This is most obvious if one > runs "ovs-vsctl list Open_vSwitch ." as the first command, because the > output will not show the changes

Re: [ovs-dev] [PATCH 2/2] datapath: Add Stateless TCP Tunneling protocol.

2015-03-26 Thread Pravin Shelar
On Thu, Mar 26, 2015 at 4:39 PM, Jesse Gross wrote: > On Thu, Mar 26, 2015 at 6:35 PM, Pravin Shelar wrote: >> On Tue, Mar 24, 2015 at 12:58 PM, Jesse Gross wrote: >>> On Tue, Mar 24, 2015 at 1:21 PM, Pravin Shelar wrote: On Mon, Mar 23, 2015 at 12:23 PM, Jesse Gross wrote: > On Mon,

[ovs-dev] [PATCH v2 2/2] datapath: Add Stateless TCP Tunneling protocol.

2015-03-26 Thread Pravin B Shelar
The Stateless TCP Tunnel (STT) protocol encapsulates traffic in IPv4/TCP packets. STT uses TCP segmentation offload available in most of NIC. On packet xmit STT driver appends STT header along with TCP header to the packet. For GSO packet GSO parameters are set according to tunnel configuration and

[ovs-dev] [PATCH v2 1/2] datapath: backport kfree_skb_list()

2015-03-26 Thread Pravin B Shelar
Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross --- acinclude.m4 | 1 + datapath/linux/compat/include/linux/skbuff.h | 3 +++ datapath/linux/compat/skbuff-openvswitch.c | 12 3 files changed, 16 insertions(+) diff --git a/acinclude.m4 b/acin

[ovs-dev] [PATCH v2 0/2] datapath: STT support.

2015-03-26 Thread Pravin B Shelar
Following patch series adds support for STT tunneling. Pravin B Shelar (2): datapath: backport kfree_skb_list() datapath: Add Stateless TCP Tunneling protocol. acinclude.m4 |1 + datapath/Modules.mk |1 + datapath/dat

Re: [ovs-dev] [PATCH 2/2] datapath: Add Stateless TCP Tunneling protocol.

2015-03-26 Thread Jesse Gross
On Thu, Mar 26, 2015 at 6:35 PM, Pravin Shelar wrote: > On Tue, Mar 24, 2015 at 12:58 PM, Jesse Gross wrote: >> On Tue, Mar 24, 2015 at 1:21 PM, Pravin Shelar wrote: >>> On Mon, Mar 23, 2015 at 12:23 PM, Jesse Gross wrote: On Mon, Mar 9, 2015 at 3:12 PM, Pravin B Shelar wrote: > +stat

Re: [ovs-dev] [PATCH 2/2] datapath: Add Stateless TCP Tunneling protocol.

2015-03-26 Thread Pravin Shelar
On Tue, Mar 24, 2015 at 12:58 PM, Jesse Gross wrote: > On Tue, Mar 24, 2015 at 1:21 PM, Pravin Shelar wrote: >> On Mon, Mar 23, 2015 at 12:23 PM, Jesse Gross wrote: >>> On Mon, Mar 9, 2015 at 3:12 PM, Pravin B Shelar wrote: diff --git a/datapath/linux/compat/stt.c b/datapath/linux/compat/s

[ovs-dev] BANNED Seduction Method?

2015-03-26 Thread Julio MacDonald
Can you get laid using the magic words in this video? Click Here To Find Out http://zzb.bz/HGtoq This shocking free video shows you how to make any girl want to fuck you in 60 seconds or less. Just say the magic words And any woman is yours. 100% of the time. Click Here To Watch The Video h

Re: [ovs-dev] [PATCH v2 0/11] datapath-windows: Created multiple tags for memory pools

2015-03-26 Thread Ben Pfaff
On Thu, Mar 26, 2015 at 07:59:36PM +, Sorin Vinturis wrote: > This patch series adds support for multiple memory pool tags for OVS extension Thanks for the patches! I applied all of these to master. ___ dev mailing list dev@openvswitch.org http://op

Re: [ovs-dev] [PATCH] flow_format: Do not format "in_port=0".

2015-03-26 Thread Ben Pfaff
On Thu, Mar 26, 2015 at 11:39:17AM -0700, Jarno Rajahalme wrote: > flow_format() is used mainly for formating the headers of packets > embedded in OpenFlow PACKET_IN messages. In this case the flow does > not have a valid port number, and printing out "in_port=0" only > confuses the resulting outp

Re: [ovs-dev] Best Australian meds e-store 40% Discounts

2015-03-26 Thread Newton
Boost your husband's sexual energy and enjoy him as never before! Boost your power and bring no harm to your wallet! Believe me, it's possible! http://x.co/8JAl0 ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH v2 11/11] datapath-windows: Added specific pool tag for vport code

2015-03-26 Thread Sorin Vinturis
All memory allocations within vport code have 'PSVO' pool tag. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/56 Acked-by: Alin Gabriel Serdean Acked-by: Eitan Eliahu --- datapath-windows/ovsext/Util.h | 1 + dat

[ovs-dev] [PATCH v2 10/11] datapath-windows: Added specific pool tag for user code

2015-03-26 Thread Sorin Vinturis
All memory allocations within user code have 'USVO' pool tag. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/56 Acked-by: Alin Gabriel Serdean Acked-by: Eitan Eliahu --- datapath-windows/ovsext/User.c | 18

[ovs-dev] [PATCH v2 09/11] datapath-windows: Added specific pool tag for switch code

2015-03-26 Thread Sorin Vinturis
All memory allocations within switch code have 'SSVO' pool tag. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/56 Acked-by: Alin Gabriel Serdean Acked-by: Eitan Eliahu --- datapath-windows/ovsext/Switch.c | 53

[ovs-dev] [PATCH v2 08/11] datapath-windows: Added specific pool tag for oid code

2015-03-26 Thread Sorin Vinturis
All memory allocations within oid code have 'ASVO' pool tag. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/56 Acked-by: Alin Gabriel Serdean Acked-by: Eitan Eliahu --- datapath-windows/ovsext/Oid.c | 41 +

[ovs-dev] [PATCH v2 07/11] datapath-windows: Added specific pool tag for iphelper code

2015-03-26 Thread Sorin Vinturis
All memory allocations within iphelper code have 'HSVO' pool tag. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/56 Acked-by: Alin Gabriel Serdean Acked-by: Eitan Eliahu --- datapath-windows/ovsext/IpHelper.c | 70

[ovs-dev] [PATCH v2 06/11] datapath-windows: Added specific pool tag for vxlan code

2015-03-26 Thread Sorin Vinturis
All memory allocations within vxlan code have 'XSVO' pool tag. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/56 Acked-by: Alin Gabriel Serdean Acked-by: Eitan Eliahu --- datapath-windows/ovsext/Util.h | 1 + data

[ovs-dev] [PATCH v2 03/11] datapath-windows: Added specific pool tag for buffermgmt code

2015-03-26 Thread Sorin Vinturis
All MDL memory allocations within buffermgmt code have 'BSVO' pool tag. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/56 Acked-by: Alin Gabriel Serdean Acked-by: Eitan Eliahu --- datapath-windows/ovsext/BufferMgmt

[ovs-dev] [PATCH v2 04/11] datapath-windows: Added specific pool tag for event code

2015-03-26 Thread Sorin Vinturis
All memory allocations within event code have 'ESVO' pool tag. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/56 Acked-by: Alin Gabriel Serdean Acked-by: Eitan Eliahu --- datapath-windows/ovsext/Event.c | 18 ++

[ovs-dev] [PATCH v2 05/11] datapath-windows: Added specific pool tag for flow code

2015-03-26 Thread Sorin Vinturis
All memory allocations within flow code have 'LSVO' pool tag. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/56 Acked-by: Alin Gabriel Serdean Acked-by: Eitan Eliahu --- datapath-windows/ovsext/Flow.c | 11 ++--

[ovs-dev] [PATCH v2 02/11] datapath-windows: Added specific pool tag for datapath code

2015-03-26 Thread Sorin Vinturis
All memory allocations within datapath code have 'DSVO' pool tag. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/56 Acked-by: Alin Gabriel Serdean Acked-by: Eitan Eliahu --- datapath-windows/ovsext/Datapath.c | 38

[ovs-dev] [PATCH v2 01/11] datapath-windows: Support for allocating/releasing memory with tag

2015-03-26 Thread Sorin Vinturis
Added functions for allocating and releasing memory with specified tag. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/56 Acked-by: Alin Gabriel Serdean Acked-by: Eitan Eliahu --- datapath-windows/ovsext/Util.c | 1

[ovs-dev] [PATCH v2 0/11] datapath-windows: Created multiple tags for memory pools

2015-03-26 Thread Sorin Vinturis
This patch series adds support for multiple memory pool tags for OVS extension. Sorin Vinturis (11): [PATCH v2 01/11] datapath-windows: Support for allocating/releasing memory with tag [PATCH v2 02/11] datapath-windows: Added specific pool tag for datapath code [PATCH v2 03/11] datapath-win

Re: [ovs-dev] [PATCH v4 5/5] ofproto-dpif-xlate: Fix MPLS recirculation.

2015-03-26 Thread Jarno Rajahalme
> On Mar 24, 2015, at 9:57 AM, Ben Pfaff wrote: > > On Thu, Mar 19, 2015 at 06:03:29PM -0700, Jarno Rajahalme wrote: >> Prior to this patch MPLS recirculation was not performed on a table >> lookup following an MPLS_POP action. This patch refactors MPLS >> recirculation triggering so that a tab

Re: [ovs-dev] [PATCH v4 4/5] ofproto-dpif: Restore metadata and registers on recirculation.

2015-03-26 Thread Jarno Rajahalme
> On Mar 25, 2015, at 3:47 PM, Ethan Jackson wrote: > > Copyright year in ofproto-dpif-rid.c needs to be updated. > Done. > In compose_output_action__() it's not clear to me why we don't pass > the table_id to xlate_table_action() anymore. > Earlier, before recirculation IDs were associated

Re: [ovs-dev] [PATCH] compat: Fix RHEL7 build.

2015-03-26 Thread Joe Stringer
Thanks for the review, pushed to master. On 25 March 2015 at 15:51, Pravin Shelar wrote: > On Tue, Mar 24, 2015 at 4:59 PM, Joe Stringer wrote: >> Tested against 3.10.0-229.el7.x86_64. >> >> Signed-off-by: Joe Stringer > > looks good. > Acked-by: Pravin B Shelar ___

Re: [ovs-dev] [PATCH 0/11] datapath-windows: Created multiple tags for memory pools

2015-03-26 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean It would be nice if we have somewhere in the documentation(i.e. INSTALL.Windows.md) which pool is which. -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Wednesday, March 25, 2015 10:14 PM Către: dev@openvs

Re: [ovs-dev] [PATCH 02/11] datapath-windows: Added specific pool tag for datapath code

2015-03-26 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Wednesday, March 25, 2015 10:14 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 02/11] datapath-windows: Added specific pool tag for datapath code A

Re: [ovs-dev] [PATCH 05/11] datapath-windows: Added specific pool tag for flow code

2015-03-26 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Wednesday, March 25, 2015 10:14 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 05/11] datapath-windows: Added specific pool tag for flow code All m

Re: [ovs-dev] [PATCH 04/11] datapath-windows: Added specific pool tag for event code

2015-03-26 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Wednesday, March 25, 2015 10:14 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 04/11] datapath-windows: Added specific pool tag for event code All

Re: [ovs-dev] [PATCH 06/11] datapath-windows: Added specific pool tag for vxlan code

2015-03-26 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Wednesday, March 25, 2015 10:14 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 06/11] datapath-windows: Added specific pool tag for vxlan code All

Re: [ovs-dev] [PATCH 07/11] datapath-windows: Added specific pool tag for iphelper code

2015-03-26 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Wednesday, March 25, 2015 10:14 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 07/11] datapath-windows: Added specific pool tag for iphelper code A

Re: [ovs-dev] [PATCH 09/11] datapath-windows: Added specific pool tag for switch code

2015-03-26 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Wednesday, March 25, 2015 10:14 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 09/11] datapath-windows: Added specific pool tag for switch code All

Re: [ovs-dev] [PATCH 08/11] datapath-windows: Added specific pool tag for oid code

2015-03-26 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Wednesday, March 25, 2015 10:14 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 08/11] datapath-windows: Added specific pool tag for oid code All me

Re: [ovs-dev] [PATCH 11/11] datapath-windows: Added specific pool tag for vport code

2015-03-26 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Wednesday, March 25, 2015 10:14 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 11/11] datapath-windows: Added specific pool tag for vport code All

Re: [ovs-dev] [PATCH 10/11] datapath-windows: Added specific pool tag for user code

2015-03-26 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Wednesday, March 25, 2015 10:14 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 10/11] datapath-windows: Added specific pool tag for user code All m

Re: [ovs-dev] [PATCH 11/11] datapath-windows: Added specific pool tag for vport code

2015-03-26 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Wednesday, March 25, 2015 1:14 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 11/11] datapath-windows: Added specific pool tag for vport code All memory alloc

Re: [ovs-dev] [PATCH 10/11] datapath-windows: Added specific pool tag for user code

2015-03-26 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Wednesday, March 25, 2015 1:14 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 10/11] datapath-windows: Added specific pool tag for user code All memory alloc

Re: [ovs-dev] [PATCH 09/11] datapath-windows: Added specific pool tag for switch code

2015-03-26 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Wednesday, March 25, 2015 1:14 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 09/11] datapath-windows: Added specific pool tag for switch code All memory all

Re: [ovs-dev] [PATCH 08/11] datapath-windows: Added specific pool tag for oid code

2015-03-26 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Wednesday, March 25, 2015 1:14 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 08/11] datapath-windows: Added specific pool tag for oid code All memory alloca

[ovs-dev] [PATCH] Add test case for setting tunnel id in userspace DP

2015-03-26 Thread Ricky Li
This test case is to test setting tunnel id by flow rule, in userspace datapath. e.g. actions=set_tunnel:3,output:[tunnel port] test case: dnl Check VXLAN tunnel push set tunnel id by flow @tests/tunnel-push-pop.at --- tests/tunnel-push-pop.at | 15 ++- 1 file changed, 14 insertions(

Re: [ovs-dev] [PATCH 07/11] datapath-windows: Added specific pool tag for iphelper code

2015-03-26 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Wednesday, March 25, 2015 1:14 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 07/11] datapath-windows: Added specific pool tag for iphelper code All memory a

Re: [ovs-dev] [PATCH 06/11] datapath-windows: Added specific pool tag for vxlan code

2015-03-26 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Wednesday, March 25, 2015 1:14 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 06/11] datapath-windows: Added specific pool tag for vxlan code All memory allo

Re: [ovs-dev] [PATCH 05/11] datapath-windows: Added specific pool tag for flow code

2015-03-26 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Wednesday, March 25, 2015 1:14 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 05/11] datapath-windows: Added specific pool tag for flow code All memory alloca

Re: [ovs-dev] [PATCH 04/11] datapath-windows: Added specific pool tag for event code

2015-03-26 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Wednesday, March 25, 2015 1:14 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 04/11] datapath-windows: Added specific pool tag for event code All memory alloc

Re: [ovs-dev] [PATCH 02/11] datapath-windows: Added specific pool tag for datapath code

2015-03-26 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Wednesday, March 25, 2015 1:14 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 02/11] datapath-windows: Added specific pool tag for datapath code All memory al

Re: [ovs-dev] [PATCH 03/11] datapath-windows: Added specific pool tag for buffermgmt code

2015-03-26 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Wednesday, March 25, 2015 1:14 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 03/11] datapath-windows: Added specific pool tag for buffermgmt code All MDL mem

Re: [ovs-dev] [PATCH 0/11] datapath-windows: Created multiple tags for memory pools

2015-03-26 Thread Eitan Eliahu
Just fyi, memory leaks can be detected when Verifier is installed. The system would Bugcheck and the stack could be examined. But, it is still useful to have different tags for different memory allocations. Thanks Sorin. Eitan -Original Message- From: dev [mailto:dev-boun...@openvswit

Re: [ovs-dev] [PATCH 01/11] datapath-windows: Support for allocating/releasing memory with tag

2015-03-26 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Wednesday, March 25, 2015 1:14 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 01/11] datapath-windows: Support for allocating/releasing memory with tag Added

[ovs-dev] [PATCH] Bug fixed: User space tunneling doesn't support setting tunnel key by flow

2015-03-26 Thread Ricky Li
e.g. Set tunnel id for encapsulated VxLAN packet (out_key=flow): ovs-vsctl add-port int-br vxlan0 -- set interface vxlan0 \ type=vxlan options:remote_ip=172.168.1.2 options:out_key=flow ovs-ofctl add-flow int-br in_port=LOCAL, icmp,\ actions=set_tunnel:3, output:1 (1 is the port# of vxlan

Re: [ovs-dev] [PATCH] Add testsuite.tmp.orig to .gitignore

2015-03-26 Thread Sorin Vinturis
Acked-by: Sorin Vinturis -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alin Serdean Sent: Monday, 16 March, 2015 22:48 To: dev@openvswitch.org Subject: [ovs-dev] [PATCH] Add testsuite.tmp.orig to .gitignore Adding the file: tests/testsuite.tmp.orig to tes

Re: [ovs-dev] [PATCH] netdev-dpdk: Put cuse thread into quiescent state.

2015-03-26 Thread Traynor, Kevin
> -Original Message- > From: Ben Pfaff [mailto:b...@nicira.com] > Sent: Thursday, March 26, 2015 4:28 AM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] netdev-dpdk: Put cuse thread into quiescent > state. > > On Wed, Mar 25, 2015 at 05:43:06PM +, Kevin

Re: [ovs-dev] [dpdk-dev] ovs-dpdk: placing the metadata

2015-03-26 Thread Olivier MATZ
Hi Zoltan, On 03/25/2015 07:57 PM, Zoltan Kiss wrote: I have some comments for the first patch: diff --git a/examples/vhost/main.c b/examples/vhost/main.c index c3fcb80..050f3ac 100644 --- a/examples/vhost/main.c +++ b/examples/vhost/main.c I've sent in a separate patch for this file, I think