Re: [ovs-dev] [PATCH 1/3] Add OVS_VSWITCHD_STOP to bfd unit tests

2015-06-23 Thread Gurucharan Shetty
On Mon, Jun 22, 2015 at 5:21 PM, Alin Serdean wrote: > I could send another patch with the following: > -tskill $i > +taskkill //PID $i //F >/dev/null > > Alin. Your current patch is something that I think we should apply because from Windows' persp

Re: [ovs-dev] [PATCH 1/3] Add OVS_VSWITCHD_STOP to bfd unit tests

2015-06-23 Thread Gurucharan Shetty
I applied this patch as-is. We still need to figure out the issue around tskill. On Tue, Jun 23, 2015 at 7:05 AM, Gurucharan Shetty wrote: > On Mon, Jun 22, 2015 at 5:21 PM, Alin Serdean > wrote: >> I could send another patch with the following: >> -tskill $i >> +

Re: [ovs-dev] [PATCH 2/3] Remove the windows service in case it failed to start

2015-06-23 Thread Gurucharan Shetty
On Mon, Jun 22, 2015 at 3:45 PM, Alin Serdean wrote: > In case the ovsdb-server failed to start, the defined service was not > properly cleaned. > > Add a run-if-false command in case the service failed to start. > > Signed-off-by: Alin Gabriel Serdean Applied, thanks. > --- > tests/daemon.at |

Re: [ovs-dev] [PATCH 3/3] Update windows test documentation

2015-06-23 Thread Gurucharan Shetty
On Mon, Jun 22, 2015 at 3:45 PM, Alin Serdean wrote: > Describe explictly where to add the pthread library to the PATH variable. > > In case the pthread library directory was added to the user PATH variable > the service failed to start. > > Signed-off-by: Alin Gabriel Serdean > --- > INSTALL.Wi

[ovs-dev] [PATCH]: bfd: display last wall clock time of last flap

2015-06-23 Thread Sabyasachi Sengupta
Extend bfd to save wall clock time of the last flap in bfd_forwarding__, and display it throught bfd/show. This information is also exported out to ovsdb in bfd_get_status. Signed-off-by: Sabyasachi Sengupta diff --git a/lib/bfd.c b/lib/bfd.c index 92fdbd8..c8122b0 100644 --- a/lib/bfd.c

Re: [ovs-dev] [PATCH 7/7] db-ctl-base: Improve show command.

2015-06-23 Thread Ben Pfaff
On Thu, Jun 11, 2015 at 07:37:02PM -0700, Alex Wang wrote: > This commit adds improvement to 'show' command logic and allows it > to print key->table_ref maps. The direct effect can be observed > from the tests/vtep-ctl.at change. The improvement will also be > used in the ovn-sbctl implementatio

[ovs-dev] [PATCH] Add a few OVN files as part of DISTCLEANFILES.

2015-06-23 Thread Gurucharan Shetty
Reported-by: Ian Stokes Signed-off-by: Gurucharan Shetty --- ovn/automake.mk|1 + ovn/controller/automake.mk |1 + ovn/utilities/automake.mk |3 +++ utilities/automake.mk |2 ++ 4 files changed, 7 insertions(+) diff --git a/ovn/automake.mk b/ovn/automake.mk ind

Re: [ovs-dev] [PATCH] Add a few OVN files as part of DISTCLEANFILES.

2015-06-23 Thread Russell Bryant
On 06/23/2015 10:49 AM, Gurucharan Shetty wrote: > Reported-by: Ian Stokes > Signed-off-by: Gurucharan Shetty > --- > ovn/automake.mk|1 + > ovn/controller/automake.mk |1 + > ovn/utilities/automake.mk |3 +++ > utilities/automake.mk |2 ++ > 4 files changed, 7

Re: [ovs-dev] [PATCH] Add a few OVN files as part of DISTCLEANFILES.

2015-06-23 Thread Stokes, Ian
> -Original Message- > From: Gurucharan Shetty [mailto:shet...@nicira.com] > Sent: Tuesday, June 23, 2015 3:49 PM > To: dev@openvswitch.org > Cc: Stokes, Ian; Gurucharan Shetty > Subject: [PATCH] Add a few OVN files as part of DISTCLEANFILES. > > Reported-by: Ian Stokes > Signed-off-by:

Re: [ovs-dev] [PATCH] Add a few OVN files as part of DISTCLEANFILES.

2015-06-23 Thread Gurucharan Shetty
Thank you Russell and Ian. I applied this to master. On Tue, Jun 23, 2015 at 9:30 AM, Stokes, Ian wrote: > > >> -Original Message- >> From: Gurucharan Shetty [mailto:shet...@nicira.com] >> Sent: Tuesday, June 23, 2015 3:49 PM >> To: dev@openvswitch.org >> Cc: Stokes, Ian; Gurucharan Shett

Re: [ovs-dev] [PATCH 7/7] db-ctl-base: Improve show command.

2015-06-23 Thread Alex Wang
Thx a lot for the review! Applied series to master, On Tue, Jun 23, 2015 at 8:44 AM, Ben Pfaff wrote: > On Thu, Jun 11, 2015 at 07:37:02PM -0700, Alex Wang wrote: > > This commit adds improvement to 'show' command logic and allows it > > to print key->table_ref maps. The direct effect can be o

Re: [ovs-dev] [PATCH v2 2/2] Makefiles: Stop distributing files because building them requires Python.

2015-06-23 Thread Ben Pfaff
Thanks for the reviews. I applied these to master. On Mon, Jun 22, 2015 at 11:13:39PM -0700, Alex Wang wrote: > Thx for the explanation, > > Looks good to me, > > On Mon, Jun 22, 2015 at 3:06 PM, Ben Pfaff wrote: > > > On Mon, Jun 22, 2015 at 10:50:55AM -0700, Alex Wang wrote: > > > On Wed, J

Re: [ovs-dev] [PATCH] ofp-actions: Support mixing "conjunction" and "note" actions.

2015-06-23 Thread Ben Pfaff
I'd appreciate a review for this because I'd like to get it into OVS 2.4. The "conjunction match" feature is new in 2.4 and I'd like to have it have this feature there. On Mon, Jun 15, 2015 at 01:58:32PM -0700, Ben Pfaff wrote: > It doesn't make sense to mix "conjunction" actions with most other

[ovs-dev] [PATCH 0/2] ovn: Add administrative state to logical ports.

2015-06-23 Thread Russell Bryant
While working on OpenStack Neutron integration for OVN, I came across a small feature gap. The Neutron API supports setting a port as administratively down. One way to implement that would be to delete ports from OVN while administratively down. However, it seemed to me that it would be nice to k

[ovs-dev] [PATCH 2/2] ovn: Add get/set-enabled to ovn-nbctl.

2015-06-23 Thread Russell Bryant
This patch adds support for getting and setting the 'enabled' column for logical ports using ovn-nbctl. Signed-off-by: Russell Bryant --- ovn/ovn-nbctl.8.xml | 13 ovn/ovn-nbctl.c | 59 + 2 files changed, 72 insertions(+) diff

[ovs-dev] [PATCH 1/2] ovn: Add logical port 'enabled' state.

2015-06-23 Thread Russell Bryant
This patch adds a new column to the Logical_Port table of the OVN_Northbound database called 'enabled'. The purpose is to allow a port to be administratively enabled or disabled. It is sometimes useful to keep a port and its related configuration, but temporarily disable it, which means no traffi

[ovs-dev] [PATCH net-next V11 0/4] openvswitch: Add support for 802.1AD

2015-06-23 Thread Thomas F Herbert
V11: Add inner tpid to flow key. Fix separate inner encap attribute when parsing netlink attributes. Merge 2 patches to consolidate qinq changes. V10: Implement reviewer comments: Consolidate vlan parsing functions. Splits netlink parsing and flow conversion into a separate patch. Uses double enca

[ovs-dev] [PATCH net-next V11 1/3] openvswitch: 802.1ad uapi changes.

2015-06-23 Thread Thomas F Herbert
openvswitch: Add support for 8021.AD Change the description of the VLAN tpid field. Signed-off-by: Thomas F Herbert --- include/uapi/linux/openvswitch.h | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/op

[ovs-dev] [PATCH net-next V11 2/3] Check for vlan ethernet types for 8021.q or 802.1ad

2015-06-23 Thread Thomas F Herbert
Signed-off-by: Thomas F Herbert --- include/linux/if_vlan.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 920e445..3713454 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h @@ -627,5 +627,14 @@ static inline n

[ovs-dev] [PATCH net-next 3/3] openvswitch: 802.1AD: Flow handling, actions, and vlan parsing

2015-06-23 Thread Thomas F Herbert
Add support for 802.1ad including the ability to push and pop double tagged vlans. Add support for 802.1ad to netlink parsing and flow conversion. Uses double nested encap attributes to represent double tagged vlan. Inner TPID encoded along with ctci in nested attributes. Signed-off-by: Thomas F H

[ovs-dev] [PATCH V11 0/4] Add 802.1ad (qinq) support

2015-06-23 Thread Thomas F Herbert
From: "Thomas F. Herbert" Version 11: Encode inner tpid in with customer tci into netlink in inner encapsulation. Some cleanup in code and comments. The patch adding 802.1ad support functions, which is already merged is removed from this series. This patch accompanies V11 kernel module patch subm

[ovs-dev] [PATCH V11 2/4] Flow key and netlink parsing changes for 802.1AD

2015-06-23 Thread Thomas F Herbert
From: "Thomas F. Herbert" Netlink parsing and flow key conversion. Netlink attribute encoding is done with double encap attributes. Netlink attributes for 802.1ad look like the following: eth_type(0x88a8),vlan(vid=100),encap(eth_type(0x8100), vlan(vid=200), encap(eth_type(0x0800)

[ovs-dev] [PATCH V11 1/4] Flow and action changes for 802.1AD

2015-06-23 Thread Thomas F Herbert
From: "Thomas F. Herbert" The flow structure is updated to hold the customer tci. Flow key extraction is changed to add support for ctci and both TPIDs. Parsing to support pushing and popping with both single and double tagged vlans. In response to reviewers comments on V6, all changes affected b

[ovs-dev] [PATCH] ofproto: Fix use-after-free in bridge destruction with groups.

2015-06-23 Thread Ben Pfaff
Groups were not destroyed until after lots of other important bridge data had been destroyed, including the connection manager. There was an indirect dependency on the connection manager for bridge destruction because destroying a group also destroys all of the flows that reference the group, whic

[ovs-dev] [PATCH V11 3/4] 802.1AD: Describe 802.1ad changes

2015-06-23 Thread Thomas F Herbert
From: "Thomas F. Herbert" Signed-off-by: Thomas F Herbert --- NEWS | 2 ++ utilities/ovs-ofctl.8.in | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a0664dc..581da59 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,8 @@ Post-v2.4.0 v2.4.0 -

Re: [ovs-dev] [PATCH/RFC] connmgr: clear ofproto's pointer to connmgr when the latter is destroyed

2015-06-23 Thread Ben Pfaff
On Wed, Jun 17, 2015 at 02:22:32PM +0900, Simon Horman wrote: > As per the testcase included in this patch it has been observed > that ovs-vswtichd may segfault when deleting a bridge. > > Analysing the output of valgrind and gdb it appears that > this is caused by the connmgr of a ofproto being a

Re: [ovs-dev] [PATCH] INSTALL.DPDK: remove experimental statement

2015-06-23 Thread Ben Pfaff
Do you two have an opinion on this? If DPDK support is pretty solid now then it makes sense to apply this to master and backport it to branch-2.4. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH V11 4/4] Test push and pop of vlan with both 802.1AD and 802.1Q

2015-06-23 Thread Thomas F Herbert
From: "Thomas F. Herbert" This test tests the user space actions for 802.1q and 802.1ad. Signed-off-by: Thomas F Herbert Signed-off-by: Dave Benson --- tests/ofproto-dpif.at | 40 1 file changed, 40 insertions(+) diff --git a/tests/ofproto-dpif.at b/t

Re: [ovs-dev] [PATCH net-next V11 2/3] Check for vlan ethernet types for 8021.q or 802.1ad

2015-06-23 Thread Sergei Shtylyov
Hello. On 06/23/2015 09:26 PM, Thomas F Herbert wrote: Signed-off-by: Thomas F Herbert [...] diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 920e445..3713454 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h @@ -627,5 +627,14 @@ static inline netdev_fea

Re: [ovs-dev] [PATCH] INSTALL.DPDK: remove experimental statement

2015-06-23 Thread Thomas F Herbert
On 6/17/15 2:41 PM, Flavio Leitner wrote: Signed-off-by: Flavio Leitner --- INSTALL.DPDK.md | 3 --- 1 file changed, 3 deletions(-) It looks like a good time to promote DPDK support before 2.4 is branched off. What do you think? +1 diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md

Re: [ovs-dev] [PATCH v2] datapath-windows: Return success for already existing WFP objects

2015-06-23 Thread Ben Pfaff
On Tue, Jun 23, 2015 at 12:02:44AM +, Nithin Raju wrote: > > On Jun 22, 2015, at 10:58 AM, Sorin Vinturis > > wrote: > > > > Hi Nithin, > > > > I didn't thought about your idea. I have added instrumentation code in > > order to force the EEXIST error and test the patch and the code perform

Re: [ovs-dev] [PATCH v2] datapath-windows: Return success for already existing WFP objects

2015-06-23 Thread Nithin Raju
> On Jun 23, 2015, at 11:46 AM, Ben Pfaff wrote: > > On Tue, Jun 23, 2015 at 12:02:44AM +, Nithin Raju wrote: >>> On Jun 22, 2015, at 10:58 AM, Sorin Vinturis >>> wrote: >>> >>> Hi Nithin, >>> >>> I didn't thought about your idea. I have added instrumentation code in >>> order to force t

Re: [ovs-dev] [PATCH net-next V11 2/3] Check for vlan ethernet types for 8021.q or 802.1ad

2015-06-23 Thread Thomas F Herbert
On 6/23/15 2:43 PM, Sergei Shtylyov wrote: Hello. On 06/23/2015 09:26 PM, Thomas F Herbert wrote: Signed-off-by: Thomas F Herbert [...] diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 920e445..3713454 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h @

Re: [ovs-dev] [PATCH 0/2] ovn: Add administrative state to logical ports.

2015-06-23 Thread Russell Bryant
On 06/23/2015 02:22 PM, Russell Bryant wrote: > While working on OpenStack Neutron integration for OVN, I came across a small > feature gap. The Neutron API supports setting a port as administratively > down. > One way to implement that would be to delete ports from OVN while > administratively d

Re: [ovs-dev] [PATCH] datapath-windows: Remove the external/internal port only if it is removed on the Hyper-V switch

2015-06-23 Thread Ben Pfaff
Should I take that as a positive review? On Fri, Jun 19, 2015 at 06:51:17AM +, Nithin Raju wrote: > Thanks Alin. > > > On Jun 18, 2015, at 2:00 PM, Alin Serdean > > wrote: > > > > Delete internal port > > Test connectivity > > Add internal port > > Test connectivity > > > > Delete externa

Re: [ovs-dev] [PATCH v2] datapath-windows: Remove the external/internal port only if it is removed on the Hyper-V switch

2015-06-23 Thread Ben Pfaff
On Thu, Jun 18, 2015 at 09:05:32PM +, Nithin Raju wrote: > > On Jun 18, 2015, at 1:57 PM, Alin Serdean > > wrote: > > > > I have no issue with it if it is tested. > > > > Yes Nithin you are right we agreed that you will work on it but it was in > > the backlog for some time and it is a sho

Re: [ovs-dev] [PATCH] datapath-windows: Remove the external/internal port only if it is removed on the Hyper-V switch

2015-06-23 Thread Ben Pfaff
Oh I see there's a v2. On Tue, Jun 23, 2015 at 12:40:32PM -0700, Ben Pfaff wrote: > Should I take that as a positive review? > > On Fri, Jun 19, 2015 at 06:51:17AM +, Nithin Raju wrote: > > Thanks Alin. > > > > > On Jun 18, 2015, at 2:00 PM, Alin Serdean > > > wrote: > > > > > > Delete in

Re: [ovs-dev] [PATCH v3] ovs-ofctl: replace-flows and diff-flows support for multiple tables

2015-06-23 Thread Ben Pfaff
On Thu, Jun 18, 2015 at 02:31:18PM -0700, Shashank Shanbhag wrote: > From: Shashank Shanbhag > > Fix replace-flows and diff-flows to modify/diff flows in multiple tables. > Add a --tables(-T) option that allows the user to specify a comma-separated > list of table indexes to replace/diff. > Fix r

Re: [ovs-dev] [PATCH v3] ovs-ofctl: replace-flows and diff-flows support for multiple tables

2015-06-23 Thread Ben Pfaff
On Thu, Jun 18, 2015 at 02:39:07PM -0700, Shashank Shanbhag wrote: > You also suggested that we move to using an array rather than a hash. > http://openvswitch.org/pipermail/dev/2015-June/055998.html > > An array of 255 pointers to classifiers would lead to 2040 bytes (64-bit > system). I'd like t

Re: [ovs-dev] [PATCH v3] ovs-ofctl: replace-flows and diff-flows support for multiple tables

2015-06-23 Thread Ben Pfaff
On Fri, Jun 19, 2015 at 05:32:06PM -0700, Romain Lenglet wrote: >   > On June 18, 2015 at 2:39:31 PM, Shashank Shanbhag > (shashank.shanb...@gmail.com(mailto:shashank.shanb...@gmail.com)) wrote: > > > Hi Ben, > > > > Please review when you get a chance. We would really like this to be in the >

[ovs-dev] [PATCH 2/3] mcast-snooping: Use IPv6 address for MDB

2015-06-23 Thread Thadeu Lima de Souza Cascardo
Use IPv6 internally for storing multicast addresses. IPv4 addresses are translated to their IPv4-mapped equivalent. Signed-off-by: Thadeu Lima de Souza Cascardo --- lib/mcast-snooping.c | 69 +++- lib/mcast-snooping.h | 24 +++

[ovs-dev] [PATCH 1/3] ofproto/ofproto-dpif.c: fix coding style

2015-06-23 Thread Thadeu Lima de Souza Cascardo
Identation was one extra level at ofproto_unixctl_mcast_snooping_show. Signed-off-by: Thadeu Lima de Souza Cascardo --- ofproto/ofproto-dpif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 05a80b7..04f6229 100644 --- a/o

[ovs-dev] [PATCH 3/3] Multicast Listener Discovery support

2015-06-23 Thread Thadeu Lima de Souza Cascardo
Add support for MLDv1 and MLDv2. The behavior is not that different from IGMP. Packets to all-hosts address and queries are always flooded, reports go to routers, routers are added when a query is observed, and all MLD packets go through slow path. Signed-off-by: Thadeu Lima de Souza Cascardo ---

Re: [ovs-dev] [PATCH v3] ovs-ofctl: replace-flows and diff-flows support for multiple tables

2015-06-23 Thread Shashank Shanbhag
Ben, Thanks for taking a look. I’ll move to using an array, and will send out the patch as soon as possible. Shashank On Jun 23, 2015, at 12:58 PM, Ben Pfaff wrote: > On Thu, Jun 18, 2015 at 02:39:07PM -0700, Shashank Shanbhag wrote: >> You also suggested that we move to using an array rathe

Re: [ovs-dev] [PATCH v2] datapath-windows: Remove the external/internal port only if it is removed on the Hyper-V switch

2015-06-23 Thread Nithin Raju
> On Jun 23, 2015, at 12:42 PM, Ben Pfaff wrote: > > On Thu, Jun 18, 2015 at 09:05:32PM +, Nithin Raju wrote: >>> On Jun 18, 2015, at 1:57 PM, Alin Serdean >>> wrote: >>> >>> I have no issue with it if it is tested. >>> >>> Yes Nithin you are right we agreed that you will work on it but i

Re: [ovs-dev] OVN and OpenStack Provider Networks

2015-06-23 Thread Ben Pfaff
On Mon, Jun 22, 2015 at 02:34:07PM -0400, Russell Bryant wrote: > On 06/15/2015 08:00 PM, Ben Pfaff wrote: > > On Wed, Jun 10, 2015 at 03:13:54PM -0400, Russell Bryant wrote: > >> Provider Networks > >> = > >> > >> OpenStack Neutron currently has a feature referred to as "provider >

Re: [ovs-dev] OVN and OpenStack Provider Networks

2015-06-23 Thread Russell Bryant
On 06/23/2015 04:17 PM, Ben Pfaff wrote: > On Mon, Jun 22, 2015 at 02:34:07PM -0400, Russell Bryant wrote: >> On 06/15/2015 08:00 PM, Ben Pfaff wrote: >>> On Wed, Jun 10, 2015 at 03:13:54PM -0400, Russell Bryant wrote: Provider Networks = OpenStack Neutron curren

Re: [ovs-dev] OVN and OpenStack Provider Networks

2015-06-23 Thread Ben Pfaff
On Tue, Jun 23, 2015 at 04:54:20PM -0400, Russell Bryant wrote: > On 06/23/2015 04:17 PM, Ben Pfaff wrote: > > On Mon, Jun 22, 2015 at 02:34:07PM -0400, Russell Bryant wrote: > >> On 06/15/2015 08:00 PM, Ben Pfaff wrote: > >>> On Wed, Jun 10, 2015 at 03:13:54PM -0400, Russell Bryant wrote: > P

Re: [ovs-dev] OVN and OpenStack Provider Networks

2015-06-23 Thread Russell Bryant
On 06/23/2015 05:10 PM, Ben Pfaff wrote: > On Tue, Jun 23, 2015 at 04:54:20PM -0400, Russell Bryant wrote: >> On 06/23/2015 04:17 PM, Ben Pfaff wrote: >>> On Mon, Jun 22, 2015 at 02:34:07PM -0400, Russell Bryant wrote: On 06/15/2015 08:00 PM, Ben Pfaff wrote: > On Wed, Jun 10, 2015 at 03:1

Re: [ovs-dev] [PATCH] dpif-netdev: Check for PKT_RX_RSS_HASH flag.

2015-06-23 Thread Jesse Gross
On Mon, Jun 22, 2015 at 8:08 PM, Pravin Shelar wrote: > On Fri, Jun 19, 2015 at 11:24 AM, Daniele Di Proietto > wrote: >> >> >> On 18/06/2015 23:57, "Traynor, Kevin" wrote: >> >>> >>> -Original Message- >>> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di

Re: [ovs-dev] OVN and OpenStack Provider Networks

2015-06-23 Thread Salvatore Orlando
I'm afraid I have to start bike shedding on this thread too. Apparently that's what I do best. More inline, Salvatore On 23 June 2015 at 23:23, Russell Bryant wrote: > On 06/23/2015 05:10 PM, Ben Pfaff wrote: > > On Tue, Jun 23, 2015 at 04:54:20PM -0400, Russell Bryant wrote: > >> On 06/23/2015

Re: [ovs-dev] OVN and OpenStack Provider Networks

2015-06-23 Thread Ben Pfaff
On Tue, Jun 23, 2015 at 11:58:25PM +0200, Salvatore Orlando wrote: > I'm afraid I have to start bike shedding on this thread too. > Apparently that's what I do best. These are important clarifications, not bikeshedding. More below (with lots of trimming and reflowing for clarity): > On 06/23/201

Re: [ovs-dev] [PATCH] INSTALL.DPDK: remove experimental statement

2015-06-23 Thread Ben Pfaff
On Tue, Jun 23, 2015 at 11:42:15AM -0700, Ben Pfaff wrote: > Do you two have an opinion on this? If DPDK support is pretty solid now > then it makes sense to apply this to master and backport it to > branch-2.4. Daniele, what is your opinion? ___ dev ma

Re: [ovs-dev] [PATCH 3/3] Update windows test documentation

2015-06-23 Thread Alin Serdean
How about the following: Before running the unit tests make sure to add the pthread libraries to your PATH environment variable. One of the unit tests starts Open vSwitch as a system wide service. This test expects the pthread libraries path to be in the Windows' SYSTEM PATH environment variable.

Re: [ovs-dev] [PATCH 1/3] Add OVS_VSWITCHD_STOP to bfd unit tests

2015-06-23 Thread Alin Serdean
Think I found why tskill is missing on my system. It is part of the role remote desktop services role https://technet.microsoft.com/en-us/library/cc725766.aspx while taskkill is part of the default installation. Theoretically taskkill with option /f "Specifies that processes be forcefully termi

Re: [ovs-dev] [PATCH] INSTALL.DPDK: remove experimental statement

2015-06-23 Thread Pravin Shelar
On Tue, Jun 23, 2015 at 11:42 AM, Ben Pfaff wrote: > Do you two have an opinion on this? If DPDK support is pretty solid now > then it makes sense to apply this to master and backport it to > branch-2.4. Personally I would like to have better testing with vhost, tunneling and PMD thread manageme

Re: [ovs-dev] [PATCH] dpif-netdev: Check for PKT_RX_RSS_HASH flag.

2015-06-23 Thread Pravin Shelar
On Tue, Jun 23, 2015 at 2:51 PM, Jesse Gross wrote: > On Mon, Jun 22, 2015 at 8:08 PM, Pravin Shelar wrote: >> On Fri, Jun 19, 2015 at 11:24 AM, Daniele Di Proietto >> wrote: >>> >>> >>> On 18/06/2015 23:57, "Traynor, Kevin" wrote: >>> > -Original Message- > From:

Re: [ovs-dev] [PATCH] dpif-netdev: Check for PKT_RX_RSS_HASH flag.

2015-06-23 Thread Jesse Gross
On Tue, Jun 23, 2015 at 7:06 PM, Pravin Shelar wrote: > On Tue, Jun 23, 2015 at 2:51 PM, Jesse Gross wrote: >> On Mon, Jun 22, 2015 at 8:08 PM, Pravin Shelar wrote: >>> On Fri, Jun 19, 2015 at 11:24 AM, Daniele Di Proietto >>> wrote: On 18/06/2015 23:57, "Traynor, Kevin" wrote:

Re: [ovs-dev] [PATCH] dpif-netdev: Check for PKT_RX_RSS_HASH flag.

2015-06-23 Thread Pravin Shelar
On Tue, Jun 23, 2015 at 7:09 PM, Jesse Gross wrote: > On Tue, Jun 23, 2015 at 7:06 PM, Pravin Shelar wrote: >> On Tue, Jun 23, 2015 at 2:51 PM, Jesse Gross wrote: >>> On Mon, Jun 22, 2015 at 8:08 PM, Pravin Shelar wrote: On Fri, Jun 19, 2015 at 11:24 AM, Daniele Di Proietto wrote: >>

Re: [ovs-dev] [PATCH] dpif-netdev: Check for PKT_RX_RSS_HASH flag.

2015-06-23 Thread Jesse Gross
On Tue, Jun 23, 2015 at 7:22 PM, Pravin Shelar wrote: > On Tue, Jun 23, 2015 at 7:09 PM, Jesse Gross wrote: >> On Tue, Jun 23, 2015 at 7:06 PM, Pravin Shelar wrote: >>> On Tue, Jun 23, 2015 at 2:51 PM, Jesse Gross wrote: On Mon, Jun 22, 2015 at 8:08 PM, Pravin Shelar wrote: > On Fri,