[ovs-dev] FW:niclas 7

2014-11-24 Thread denzzzhome
http://sgpshrigonda.org/bayafc/tykglvekqkhllpjxtw.wujnfpnqvuadhwlcncwljwwps denzzzh...@yahoo.com ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 1/5] ovs-router: non-Linux support

2014-11-24 Thread YAMAMOTO Takashi
> On Mon, Nov 24, 2014 at 05:14:17PM -0800, Pravin Shelar wrote: >> On Mon, Nov 24, 2014 at 3:58 PM, Ben Pfaff wrote: >> > Pravin, are you planning to review this series? It touches mostly >> > code that you recently introduced, so I think that you are most >> > qualified to review it. But if yo

Re: [ovs-dev] [PATCH v2] dpctl: Fix crash.

2014-11-24 Thread YAMAMOTO Takashi
> diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c > index 167212e..3825a09 100644 > --- a/lib/netdev-vport.c > +++ b/lib/netdev-vport.c > @@ -254,8 +254,6 @@ netdev_vport_construct(struct netdev *netdev_) > dev->tnl_cfg.dst_port = htons(LISP_DST_PORT); > } > > -route_table_

Re: [ovs-dev] [PATCH v2] ovs-ofctl: Document that mod-group requires the type field

2014-11-24 Thread Simon Horman
Sorry, I was a little trigger happy and failed to notice that has already been applied. Thanks for that and please ignore this duplicate. On Tue, Nov 25, 2014 at 11:33:32AM +0900, Simon Horman wrote: > Document that mod-group rather than del-group requires the type field. > > Signed-off-by: Simo

[ovs-dev] [PATCH v2] ovs-ofctl: Document that mod-group requires the type field

2014-11-24 Thread Simon Horman
Document that mod-group rather than del-group requires the type field. Signed-off-by: Simon Horman --- utilities/ovs-ofctl.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Rebase to not depend on "ovs-ofctl: Consistently escape '-' in group documentation" which is still under discussi

Re: [ovs-dev] Pass options to systemd openvswitch.service

2014-11-24 Thread Flavio Leitner
On Thu, Nov 20, 2014 at 09:31:18AM -0800, Alex Wang wrote: > Hey Flavio, > > We encountered this issue recently: > > The /etc/init.d/openvswitch script can take options like --save-flows= > which will save and restore all OpenFlow flows during restart... > > However, this does not work on RHEL 7

Re: [ovs-dev] [PATCH] meta-flow: Add support for ONF OpenFlow 1.3 extension ONFOXM_ET_TCP_FLAGS.

2014-11-24 Thread Ben Pfaff
Thanks, applied to master. On Mon, Nov 24, 2014 at 05:10:04PM -0800, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > > On Nov 24, 2014, at 3:06 PM, Ben Pfaff wrote: > > > Actually the draft extension says "TCP_FLAG", without an "S", but I think > > that's just a typo. > > > > ONF-JIRA: E

Re: [ovs-dev] [PATCH 1/5] ovs-router: non-Linux support

2014-11-24 Thread Ben Pfaff
On Mon, Nov 24, 2014 at 05:14:17PM -0800, Pravin Shelar wrote: > On Mon, Nov 24, 2014 at 3:58 PM, Ben Pfaff wrote: > > Pravin, are you planning to review this series? It touches mostly > > code that you recently introduced, so I think that you are most > > qualified to review it. But if you do n

Re: [ovs-dev] [PATCH 1/5] ovs-router: non-Linux support

2014-11-24 Thread Pravin Shelar
On Mon, Nov 24, 2014 at 3:58 PM, Ben Pfaff wrote: > Pravin, are you planning to review this series? It touches mostly > code that you recently introduced, so I think that you are most > qualified to review it. But if you do not think so, then please let > me know and I will review it myself. >

Re: [ovs-dev] [PATCH] datapath-windows: move vport code from Datapath.c to Vport.c

2014-11-24 Thread Ben Pfaff
On Thu, Nov 20, 2014 at 04:51:37PM -0800, Nithin Raju wrote: > Plain code motion. No additional cleanup or refactoring peformed. > > I'll be doing some code refactoring in subsequent patches. > > Signed-off-by: Nithin Raju Applied, thanks! ___ dev mai

Re: [ovs-dev] [PATCH] dpif: Fix initialization order.

2014-11-24 Thread Pravin Shelar
On Mon, Nov 24, 2014 at 5:07 PM, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > Thanks, I pushed it to master. > On Nov 24, 2014, at 3:07 PM, Pravin B Shelar wrote: > >> OVS router depends on tnl_conf_seq and all tunnel related >> components should be initialized before registering dpif

Re: [ovs-dev] [PATCH v4] datapath-windows: Support for hybrid forwarding

2014-11-24 Thread Ben Pfaff
On Mon, Nov 24, 2014 at 10:32:06PM +, Sorin Vinturis wrote: > In a hybrid forwarding environment, there are two types of packets that > enter and leave the Hyper-V extensible switch: NVGRE packets and non-NVGRE > packets. Hybrid forwarding involves filtering the incoming traffic based > on pack

Re: [ovs-dev] [PATCH] meta-flow: Add support for ONF OpenFlow 1.3 extension ONFOXM_ET_TCP_FLAGS.

2014-11-24 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme On Nov 24, 2014, at 3:06 PM, Ben Pfaff wrote: > Actually the draft extension says "TCP_FLAG", without an "S", but I think > that's just a typo. > > ONF-JIRA: EXT-109 > Signed-off-by: Ben Pfaff > --- > lib/meta-flow.h |3 ++- > 1 file changed, 2 insertions(+), 1 de

Re: [ovs-dev] [PATCH] dpif: Fix initialization order.

2014-11-24 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme On Nov 24, 2014, at 3:07 PM, Pravin B Shelar wrote: > OVS router depends on tnl_conf_seq and all tunnel related > components should be initialized before registering dpif > implementations. > > Signed-off-by: Pravin B Shelar > --- > lib/dpif.c | 12 +--- >

Re: [ovs-dev] [PATCH 1/5] ovs-router: non-Linux support

2014-11-24 Thread Ben Pfaff
Pravin, are you planning to review this series? It touches mostly code that you recently introduced, so I think that you are most qualified to review it. But if you do not think so, then please let me know and I will review it myself. Thanks, Ben. ___

[ovs-dev] [PATCH 2/2] OPENFLOW-1.1+.md: Add OpenFlow 1.5 features.

2014-11-24 Thread Ben Pfaff
From: Jean Tourrilhes Signed-off-by: Jean Tourrilhes Signed-off-by: Ben Pfaff --- OPENFLOW-1.1+.md | 66 ++ 1 file changed, 66 insertions(+) diff --git a/OPENFLOW-1.1+.md b/OPENFLOW-1.1+.md index 2df2d30..be28f16 100644 --- a/OPENFLOW-1.1+

[ovs-dev] [PATCH 1/2] OPENFLOW-1.1+.md: Update and correct OpenFlow 1.4 features.

2014-11-24 Thread Ben Pfaff
From: Jean Tourrilhes Signed-off-by: Jean Tourrilhes Signed-off-by: Ben Pfaff --- OPENFLOW-1.1+.md | 43 --- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/OPENFLOW-1.1+.md b/OPENFLOW-1.1+.md index 07f7f86..2df2d30 100644 --- a/OPENFLO

[ovs-dev] [PATCH 0/2] Documentation updates from Jean Tourrilhes

2014-11-24 Thread Ben Pfaff
I already committed these to master. I'm posting them to the mailing list for people to look at just in case, but corrections should be sent as new patches. Thanks, Ben. Jean Tourrilhes (2): OPENFLOW-1.1+.md: Update and correct OpenFlow 1.4 features. OPENFLOW-1.1+.md: Add OpenFlow 1.5 featu

Re: [ovs-dev] [PATCH 2/2] datapath-windows: Removed duplicate checking of previous dump state

2014-11-24 Thread Ben Pfaff
On Tue, Nov 18, 2014 at 02:20:39PM +, Sorin Vinturis wrote: > Removed the check for previous dump state before calling FreeUserDumpState > as the check is also performed in the latter function. > > Signed-off-by: Sorin Vinturis Applied, thanks! ___

Re: [ovs-dev] [PATCH 1/2] datapath-windows: BSOD for a transactional NL cmd w/o dump state

2014-11-24 Thread Ben Pfaff
On Tue, Nov 18, 2014 at 02:20:39PM +, Sorin Vinturis wrote: > The BSOD is triggered by the incorect extraction of the OVS message > from the received input buffer from userspace, in _FlowNlGetCmdHandler > function. > > Signed-off-by: Sorin Vinturis > Reported-by: Sorin Vinturis > Reported-at

Re: [ovs-dev] [PATCH 2/2] ovs-ofctl: Document that mod-group requires the type field

2014-11-24 Thread Ben Pfaff
On Tue, Nov 18, 2014 at 11:31:51AM +0900, Simon Horman wrote: > Document that mod-group rather than del-group requires the type field. > > Signed-off-by: Simon Horman Applied, thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mail

Re: [ovs-dev] [PATCH v2 1/1] datapath: Set-field actions for IPv6 ND fields (nd_target, nd_sll, and nd_tll)

2014-11-24 Thread Ben Pfaff
On Mon, Nov 17, 2014 at 08:51:29PM +, Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200 wrote: > This patch adds set-field operations for nd_target, nd_sll, and > nd_tll fields using Nicira extensions and OpenFlow 1.2 protocol. > Unit tests are included. > > This version performs all ND set-f

[ovs-dev] [PATCH] dpif: Fix initialization order.

2014-11-24 Thread Pravin B Shelar
OVS router depends on tnl_conf_seq and all tunnel related components should be initialized before registering dpif implementations. Signed-off-by: Pravin B Shelar --- lib/dpif.c | 12 +--- lib/netdev.c |4 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/dp

[ovs-dev] [PATCH] meta-flow: Add support for ONF OpenFlow 1.3 extension ONFOXM_ET_TCP_FLAGS.

2014-11-24 Thread Ben Pfaff
Actually the draft extension says "TCP_FLAG", without an "S", but I think that's just a typo. ONF-JIRA: EXT-109 Signed-off-by: Ben Pfaff --- lib/meta-flow.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/meta-flow.h b/lib/meta-flow.h index b02e1d2..62e9c79 100644 --

Re: [ovs-dev] [PATCH v2] ofproto: support OFPR_GROUP reason for OF1.4 packet-in.

2014-11-24 Thread Ben Pfaff
Thanks. I'll take a look at the new version. On Sat, Nov 22, 2014 at 12:52:35AM +, Shu Shen wrote: > Hi, > > I'd like to withdraw the previous submission. I'm trying to improve it by > splitting into smaller commits. > > Please see the first few patches that add tests and fix current bugs

Re: [ovs-dev] [PATCH] ofp-errors: Use official extension code for OFPBAC_BAD_SET_MASK.

2014-11-24 Thread Ben Pfaff
Thanks! Applied. On Mon, Nov 24, 2014 at 11:11:53AM -0800, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > > On Nov 24, 2014, at 10:30 AM, Ben Pfaff wrote: > > > ONF-JIRA: EXT-425 > > Signed-off-by: Ben Pfaff > > --- > > lib/ofp-errors.h |4 ++-- > > 1 file changed, 2 insertions(+),

Re: [ovs-dev] [PATCH] meta-flow: OXM_OF_PKT_REG now available as (draft) OF1.3 extension.

2014-11-24 Thread Ben Pfaff
Thanks, applied to master. On Mon, Nov 24, 2014 at 11:13:20AM -0800, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > > On Nov 24, 2014, at 10:55 AM, Ben Pfaff wrote: > > > ONF-JIRA: EXT-244 > > Signed-off-by: Ben Pfaff > > --- > > lib/meta-flow.h |6 +- > > 1 file changed, 5 inser

[ovs-dev] [PATCH v4] datapath-windows: Support for hybrid forwarding

2014-11-24 Thread Sorin Vinturis
In a hybrid forwarding environment, there are two types of packets that enter and leave the Hyper-V extensible switch: NVGRE packets and non-NVGRE packets. Hybrid forwarding involves filtering the incoming traffic based on packet type. Thus, we must split the incoming traffic into NVGRE and non-NV

[ovs-dev] [PATCH 3/3] ofp-actions: Support "copy_field" ONF extension to OpenFlow 1.3.

2014-11-24 Thread Ben Pfaff
ONF-JIRA: EXT-320 Signed-off-by: Ben Pfaff --- build-aux/extract-ofp-actions |1 + lib/ofp-actions.c | 76 - tests/ofp-actions.at | 28 +++ utilities/ovs-ofctl.8.in | 10 -- 4 files changed, 103 insertions

[ovs-dev] [PATCH 1/3] ofp-actions: Update "copy_field" to latest OF1.5 draft.

2014-11-24 Thread Ben Pfaff
Since my original prototype, the oxm_id_len field was removed and replaced by 2 bytes of padding. ONF-JIRA: EXT-320 Signed-off-by: Ben Pfaff --- lib/ofp-actions.c| 16 +--- tests/ofp-actions.at |2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/lib/ofp-a

[ovs-dev] [PATCH 2/3] ofp-actions: Add support for ONF extension actions.

2014-11-24 Thread Ben Pfaff
Preparation for supporting ONFACT_ET_COPY_FIELD. ONF-JIRA: EXT-320 Signed-off-by: Ben Pfaff --- lib/ofp-actions.c | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c index 7ed80a8..d2daa66 100644 --- a/lib/ofp-a

Re: [ovs-dev] [PATCH v3] datapath-windows: Support for hybrid forwarding

2014-11-24 Thread Nithin Raju
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis > Sent: Monday, November 24, 2014 12:04 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH v3] datapath-windows: Support for hybrid forwarding > > In a hybrid forwarding environment, the

[ovs-dev] [PATCH v3] datapath-windows: Support for hybrid forwarding

2014-11-24 Thread Sorin Vinturis
In a hybrid forwarding environment, there are two types of packets that enter and leave the Hyper-V extensible switch: NVGRE packets and non-NVGRE packets. Hybrid forwarding involves filtering the incoming traffic based on packet type. Thus, we must split the incoming traffic into NVGRE and non-NV

[ovs-dev] [PATCH v3] datapath-windows: Fixed Release broken build

2014-11-24 Thread Sorin Vinturis
The release configurations of the OVSEXT project were not compiling. This was due to a warning that was treated as error. Fixed that. I did not want to remove that variable, because it is used in an ASSERT in that function. Signed-off-by: Sorin Vinturis Acked-by: Alin Gabriel Serdean Acked-by:

Re: [ovs-dev] [PATCH] meta-flow: OXM_OF_PKT_REG now available as (draft) OF1.3 extension.

2014-11-24 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme On Nov 24, 2014, at 10:55 AM, Ben Pfaff wrote: > ONF-JIRA: EXT-244 > Signed-off-by: Ben Pfaff > --- > lib/meta-flow.h |6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/lib/meta-flow.h b/lib/meta-flow.h > index 1646995..b02e1d2 100644 > -

Re: [ovs-dev] [PATCH] ofp-errors: Use official extension code for OFPBAC_BAD_SET_MASK.

2014-11-24 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme On Nov 24, 2014, at 10:30 AM, Ben Pfaff wrote: > ONF-JIRA: EXT-425 > Signed-off-by: Ben Pfaff > --- > lib/ofp-errors.h |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h > index 1a3c4fc..238fded 100644 >

[ovs-dev] [PATCH] meta-flow: OXM_OF_PKT_REG now available as (draft) OF1.3 extension.

2014-11-24 Thread Ben Pfaff
ONF-JIRA: EXT-244 Signed-off-by: Ben Pfaff --- lib/meta-flow.h |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/meta-flow.h b/lib/meta-flow.h index 1646995..b02e1d2 100644 --- a/lib/meta-flow.h +++ b/lib/meta-flow.h @@ -541,13 +541,17 @@ enum OVS_PACKED_ENUM mf_fiel

Re: [ovs-dev] [PATCH] Add build of ovsext.sln using MSBuild

2014-11-24 Thread Nithin Raju
On Nov 21, 2014, at 2:43 PM, Gurucharan Shetty wrote: > On Thu, Aug 28, 2014 at 6:49 AM, Alin Serdean > wrote: >> This commit adds to the automake build system the full build required >> by the forwarding extension solution. >> >> It will help a lot in the future CI to check the full build of

Re: [ovs-dev] [PATCH v2] datapath-windows: Support for hybrid forwarding

2014-11-24 Thread Nithin Raju
hi Sorin, In order to call OvsSendNBLIngress() on an NBL, we should have allocated an OVS external context for it, using OvsInitExternalNBLContext(). Otherwise, on the completion path, we'll not know how to handle this NBL. > +PNET_BUFFER_LIST extForwardedNbls = NULL; > +PNET_BUFFER_LIST

[ovs-dev] [PATCH] ofp-errors: Use official extension code for OFPBAC_BAD_SET_MASK.

2014-11-24 Thread Ben Pfaff
ONF-JIRA: EXT-425 Signed-off-by: Ben Pfaff --- lib/ofp-errors.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h index 1a3c4fc..238fded 100644 --- a/lib/ofp-errors.h +++ b/lib/ofp-errors.h @@ -222,8 +222,8 @@ enum ofperr { * unsu

Re: [ovs-dev] [PATCH] datapath-windows: Fixed Release broken build

2014-11-24 Thread Nithin Raju
On Nov 24, 2014, at 9:01 AM, Sorin Vinturis wrote: > The release configurations of the OVSEXT project were not compiling. > This was due to a warning that was treated as error. Fixed that. > > I did not want to remove that variable, because it is used in an > ASSERT in that function. > > Signe

Re: [ovs-dev] [PATCH v2] datapath-windows: Update OVSEXT VS project to support 6.40

2014-11-24 Thread Eitan Eliahu
Sorin, I copied here the link command line for Win8 and Win8.1. Please note that Win8.1 uses different libraries: Win8: /OUT:"x64\Win8Debug\OVSExt.sys" /MANIFEST:NO /PROFILE /Driver /PDB:"x64\Win8Debug\OVSExt.pdb" "C:\Program Files (x86)\Windows Kits\8.1\lib\win8\KM\x64\BufferOverflowFastFail

[ovs-dev] Реальная возможность заработать $1235 за день

2014-11-24 Thread Макс Хиггер
Здравствуйте, Вы не хуже меня знаете, что Сеть кишит рекламой программ и стратегий, которые якобы принесут вам кучу денег за день-другой. Разумеется, большая их часть в лучшем случае бесполезна... Изучив огромное количество разнообразных систем заработка, в конце концов я нашел ОДНУ, которая в

Re: [ovs-dev] [PATCH v2] datapath-windows: Update OVSEXT VS project to support 6.40

2014-11-24 Thread Sorin Vinturis
Eitan, I did not removed anything from the existing VS project. I have only changed the compiler settings, visible from project's properties --> Configuration properties --> C/C++ --> Preprocessor --> Preprocessor Definitions. For Win8 Release & Win8 Debug the above value was not changed and it

Re: [ovs-dev] [PATCH v2] datapath-windows: Update OVSEXT VS project to support 6.40

2014-11-24 Thread Eitan Eliahu
Sorin, did you remove Win8 project? Can we have 8.1 WInDDK libraries for both 6.30 and 6.40 drivers? Thanks, Eitan -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Monday, November 24, 2014 9:03 AM To: dev@openvswitch.org Subject: [ovs-de

[ovs-dev] [PATCH v2] datapath-windows: Update OVSEXT VS project to support 6.40

2014-11-24 Thread Sorin Vinturis
Added support for creating OVS extension driver NDIS 6.40 compliant. Currently the OVSEXT Visual Studio project has four build configurations, 'Win8 Release', 'Win8 Debug', 'Win8.1 Release' and 'Win8.1 Debug'. All of them are creating a binary that is NDIS 6.30 compliant. I have changed the Win8.1

[ovs-dev] [PATCH] datapath-windows: Fixed Release broken build

2014-11-24 Thread Sorin Vinturis
The release configurations of the OVSEXT project were not compiling. This was due to a warning that was treated as error. Fixed that. I did not want to remove that variable, because it is used in an ASSERT in that function. Signed-off-by: Sorin Vinturis Acked-by: Alin Gabriel Serdean --- datap

Re: [ovs-dev] [PATCH] datapath-windows: Fixed Release broken build

2014-11-24 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Monday, November 24, 2014 6:26 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH] datapath-windows: Fixed Release broken build The release configuratio

[ovs-dev] Bug#768095: openvswitch-datapath-dkms fails to build on Debian 7.7 3.2.0-4-amd64 (3.2.63-2+deb7u1)

2014-11-24 Thread Jonathan Dupart
Hi, I am looking for a sponsor for the package openvswitch to correct bug #768095. This bug prevents building the openvswitch kernel module with the last stable kernel. As openvswitch maintainer requested an NMU, i built a package [1] with the patch already used by Ubuntu to fix the same bug [2]

Re: [ovs-dev] [PATCH] datapath-windows: Update OVSEXT VS project to support 6.40

2014-11-24 Thread Sorin Vinturis
Eitan, could you please elaborate on that question? I'm not sure I understand it. Thanks! -Original Message- From: Eitan Eliahu [mailto:elia...@vmware.com] Sent: Monday, 24 November, 2014 18:26 To: Sorin Vinturis; dev@openvswitch.org Subject: RE: [ovs-dev] [PATCH] datapath-windows: Updat

[ovs-dev] [PATCH] datapath-windows: Fixed Release broken build

2014-11-24 Thread Sorin Vinturis
The release configurations of the OVSEXT project were not compiling. This was due to a warning that was treated as error. Fixed that. I did not want to remove that variable, because it is used in an ASSERT in that function. Signed-off-by: Sorin Vinturis --- datapath-windows/ovsext/Datapath.c |

Re: [ovs-dev] [PATCH] datapath-windows: Update OVSEXT VS project to support 6.40

2014-11-24 Thread Eitan Eliahu
Hi Sorin, Can we have Win8.1 DDK for both NDIS 6.40 and NDIS 6.30 drivers? We don't want to have 6.30 driver built with not current DDK. Thanks, Eitan Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Monday, Novem

[ovs-dev] [PATCH] datapath-windows: Update OVSEXT VS project to support 6.40

2014-11-24 Thread Sorin Vinturis
Added support for creating OVS extension driver NDIS 6.40 compliant. Currently the OVSEXT Visual Studio project has four build configurations, 'Win8 Release', 'Win8 Debug', 'Win8.1 Release' and 'Win8.1 Debug'. All of them are creating a binary that is NDIS 6.30 compliant. I have changed the Win8.1

[ovs-dev] [PATCH] rstp: add update_port_oper_point_to_point__().

2014-11-24 Thread Daniele Venturino
With this patch, the effect of the admin_point_to_point_mac value on the oper_point_to_point_mac value is more clear. Signed-off-by: Daniele Venturino --- lib/rstp.c | 55 --- 1 file changed, 32 insertions(+), 23 deletions(-) diff --git a/lib/

Re: [ovs-dev] [PATCH 02/17] rstp: add admin-point-to-point and admin-port-state setters.

2014-11-24 Thread Daniele Venturino
I’m sending a patch to make more clear the effect of the admin_point_to_point_mac value on the oper_point_to_point_mac value. Does Open vSwitch detect if a port is connected to a point-to-point LAN? Daniele > Il giorno 15/nov/2014, alle ore 14:34, Daniele Venturino > ha scritto: > > > > 20

Re: [ovs-dev] [PATCH] lib/rstp: Make rstp-disabled port forward stp bpdu packets.

2014-11-24 Thread Daniele Venturino
commit bacdb85ad82f981697245eefb40a3b360cfe379b Author: Alex Wang mailto:al...@nicira.com>> Date: Tue Jul 15 18:52:19 2014 -0700 stp: Make stp-disabled port forward stp bpdu packets. Commit 0d1cee123a84 (stp: Fix bpdu tx problem in listening state) makes ovs drop the stp bpdu packets

[ovs-dev] [PATCH 2/2] lib: Add API to set program name and version

2014-11-24 Thread Thomas Graf
Required to have reasonable logging messages. Signed-off-by: Thomas Graf --- include/openvswitch/automake.mk | 1 + include/openvswitch/util.h | 31 +++ lib/unixctl.c | 2 +- lib/util.c | 17 + lib/util.h

[ovs-dev] [PATCH 1/2] lib: Add new header to versioning info

2014-11-24 Thread Thomas Graf
Exposes the package version as string and the library versioning as numeric macro. OVS_LIB_VERSION may be used to check for a particular version of the interface. OVS_LIB_REVISION and OVS_LIB_AGE exist to map a set of installed headers to a particular shared library instance. Signed-off-by: Thom

[ovs-dev] [PATCH 0/2] Minimal version and util headers for library usage

2014-11-24 Thread Thomas Graf
Thomas Graf (2): lib: Add new header to versioning info lib: Add API to set program name and version configure.ac | 1 + include/openvswitch/.gitignore | 1 + include/openvswitch/automake.mk | 4 +++- include/openvswitch/util.h | 31 +++