[ovs-dev] vlan_tci flow key attribute becoming zero

2015-11-02 Thread ravulakollu.kumar
Hello All, I am using openvswitch 2.4 version , compiled under centos 7 (kernel version 3.18.22) . I am sending double tagged traffic to one trunk port , the same and coming out from the other trunk port (vswitchd is configured in normal mode flow operation). But somehow the vlan ID is

[ovs-dev] what does flow_extract do in flow.c ?

2015-11-02 Thread ravulakollu.kumar
Hi All, Can someone tell me what does flow_extract function do in lib/flow.c . Thanks, Uday The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged

Re: [ovs-dev] [PATCH v3] datapath: Add support for lwtunnel

2015-11-02 Thread Joe Stringer
On 31 October 2015 at 04:30, Pravin B Shelar wrote: > Following patch adds support for lwtunnel to OVS datapath. > With this change OVS datapath detect lwtunnel support and > make use of new APIs if available. On older kernel where the > support is not there the backported

Re: [ovs-dev] [mointor2 5/9] ovsdb: generate update2 notification for a monitor2 session

2015-11-02 Thread Andy Zhou
On Mon, Nov 2, 2015 at 12:27 AM, Liran Schour wrote: > "dev" wrote on 22/10/2015 07:45:27 AM: >> >> Add functions that can generate "update2" notification for a >> "monitor2" session. "monitor2" and "update2" are RFC 7047 extensions >> deescribed

Re: [ovs-dev] [mointor2 7/9] ovsdb-client: support monitor2

2015-11-02 Thread Liran Schour
"dev" wrote on 22/10/2015 07:45:29 AM: > > Add monito2 option to ovsdb-client. Sed ovsdb-client(1) manpage patch > for details. > > Signed-off-by: Andy Zhou > --- ... > static void > +monitor2_print_row(struct json *row, const char *type,

Re: [ovs-dev] [PATCH ] debian: place kernel module to satisfy depmod search.

2015-11-02 Thread Ansis Atteka
On 2 November 2015 at 13:08, Saurabh Mohan wrote: > On 10/16/2015 01:55 PM, Saurabh Mohan wrote: > >> On 10/16/2015 11:32 AM, Ansis Atteka wrote: >> >>> On Thu, Oct 15, 2015 at 4:52 PM, Saurabh Mohan >>> wrote: >>> On 10/15/2015 01:55

Re: [ovs-dev] [PATCH] travis: Update target kernel list.

2015-11-02 Thread Pravin Shelar
On Mon, Nov 2, 2015 at 10:14 PM, Joe Stringer wrote: > On 2 November 2015 at 00:47, Pravin B Shelar wrote: >> Update the kernel list to sync with stable kernels from kernel.org >> >> Signed-off-by: Pravin B Shelar > > Acked-by: Joe

Re: [ovs-dev] [mointor2 5/9] ovsdb: generate update2 notification for a monitor2 session

2015-11-02 Thread Liran Schour
"dev" wrote on 22/10/2015 07:45:27 AM: > > Add functions that can generate "update2" notification for a > "monitor2" session. "monitor2" and "update2" are RFC 7047 extensions > deescribed by ovsdb-server(1) manpage. See the manpage changes > for more details. > >

Re: [ovs-dev] [PATCH] travis: Update target kernel list.

2015-11-02 Thread Joe Stringer
On 2 November 2015 at 00:47, Pravin B Shelar wrote: > Update the kernel list to sync with stable kernels from kernel.org > > Signed-off-by: Pravin B Shelar Acked-by: Joe Stringer ___ dev

Re: [ovs-dev] [PATCH ] debian: place kernel module to satisfy depmod search.

2015-11-02 Thread Saurabh Mohan
On 10/16/2015 01:55 PM, Saurabh Mohan wrote: On 10/16/2015 11:32 AM, Ansis Atteka wrote: On Thu, Oct 15, 2015 at 4:52 PM, Saurabh Mohan wrote: On 10/15/2015 01:55 PM, Ansis Atteka wrote: On Wed, Oct 14, 2015 at 5:33 PM, Saurabh Mohan

[ovs-dev] [PATCH] travis: Update target kernel list.

2015-11-02 Thread Pravin B Shelar
Update the kernel list to sync with stable kernels from kernel.org Signed-off-by: Pravin B Shelar --- .travis.yml | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30b8713..ea1d7e7 100644 ---

[ovs-dev] Returned mail: Data format error

2015-11-02 Thread Mail Administrator
The original message was included as attachment ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] test

2015-11-02 Thread Returned mail
Dear user of openvswitch.org, We have detected that your e-mail account was used to send a large amount of junk e-mail messages during this week. Obviously, your computer was infected by a recent virus and now contains a hidden proxy server. Please follow instructions in the attached text file

[ovs-dev] [PATCH] datapath-windows: Updating an External Adapter causes flow lookup failure

2015-11-02 Thread Sairam Venugopal
This patch fixes an issue with updating the propeties of an external adapter in Windows. The issue causes flow lookups to fail until the kernel is reinstalled. Associated bug - https://github.com/openvswitch/ovs-issues/issues/102 Signed-off-by: Sairam Venugopal ---

Re: [ovs-dev] [PATCH] datapath-windows: Updating an External Adapter causes flow lookup failure

2015-11-02 Thread Nithin Raju
Just a minor detail, but ConvertInterfaceLuidToAlias() seems to be returning something of type NETIO_STATUS, with NO_ERROR indicating success. We should probably use the appropriate type. Looks good otherwise. Thanks for doing this. Acked-by: Nithin Raju -Original

Re: [ovs-dev] [PATCH 0/7] Enable NSH based Service Function Chaining support in OVS

2015-11-02 Thread Liu, Mengke
Hi, Jesse For NSH implementation in OVS, we have two more topics want to discuss with you: Except for NSH encapsulation format of “VxLAN GPE + NSH”, we also want to support another encapsulation mode defined in NSH SPEC: “Ethernet + NSH”, which is to add only one L2 header out of NSH header. We

[ovs-dev] [PATCH v2] datapath-windows: Updating an External Adapter causes flow lookup failure

2015-11-02 Thread Sairam Venugopal
This patch fixes an issue with updating the propeties of an external adapter in Windows. The issue causes flow lookups to fail until the kernel is reinstalled. Associated bug - https://github.com/openvswitch/ovs-issues/issues/102 Signed-off-by: Sairam Venugopal ---

Re: [ovs-dev] [PATCH] datapath-windows: Updating an External Adapter causes flow lookup failure

2015-11-02 Thread Sairam Venugopal
Hey Nithin, Thanks for the review. I will send out a V2 with the fix. Sairam On 11/2/15, 5:10 PM, "Nithin Raju" wrote: >Just a minor detail, but ConvertInterfaceLuidToAlias() seems to be >returning something of type NETIO_STATUS, with NO_ERROR indicating >success. We should