Re: [ovs-dev] [PATCH] ovs-ofctl:To set importance of a rule for eviction(OF14)

2014-11-10 Thread Rishi Bamba
Hi Ben, > > > +dnl Replace some flows in the bridge. > > > +for i in {1..8..2}; do echo "dl_vlan=$i,importance=`expr $i + > > > 10`,actions=drop"; done > replace-flows.txt > > > +AT_CHECK([ovs-ofctl -O OpenFlow14 replace-flows br0 > > > replace-flows.txt]) > > > + > > > +dnl Dump them and compare

Re: [ovs-dev] [PATCH] tests: Avoid nonportable use of bash-specific {a..b..c} construct.

2014-11-10 Thread Ben Pfaff
On Tue, Nov 11, 2014 at 01:38:39PM +0900, YAMAMOTO Takashi wrote: > > Reported-by: Alex Wang > > Reported-by: YAMAMOTO Takashi > > Signed-off-by: Ben Pfaff > > Acked-by: YAMAMOTO Takashi Thank you. I applied this to master. ___ dev mailing list dev

Re: [ovs-dev] enquiry price

2014-11-10 Thread Johnson
Dear Sir or Madam, How are you? Here is Johnson from Shenzhen Creates Blue Tech CO., LTD,specialized in high effective customized LED signs over 8 years, with a sound R & D, production, sales team, after-sell service team, strive for your one-stop procurement services for LED display screen.

Re: [ovs-dev] [PATCH] tests: Avoid nonportable use of bash-specific {a..b..c} construct.

2014-11-10 Thread YAMAMOTO Takashi
> Reported-by: Alex Wang > Reported-by: YAMAMOTO Takashi > Signed-off-by: Ben Pfaff Acked-by: YAMAMOTO Takashi ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 05/22] ofproto: Add OFPRAW_OFPT15_GROUP_MOD

2014-11-10 Thread Ben Pfaff
On Tue, Nov 11, 2014 at 10:08:10AM +0900, Simon Horman wrote: > On Mon, Nov 10, 2014 at 09:58:38AM -0800, Ben Pfaff wrote: > > On Mon, Nov 10, 2014 at 01:47:52PM +0900, Simon Horman wrote: > > > This is in preparation for supporting (draft) OpenFlow1.5 group mod. > > > > > > EXT-350 > > > Signed-o

Re: [ovs-dev] [PATCH 04/22] ofproto: Add types for (draft) OpenFlow 1.5 group mod

2014-11-10 Thread Ben Pfaff
On Tue, Nov 11, 2014 at 10:01:03AM +0900, Simon Horman wrote: > On Mon, Nov 10, 2014 at 09:55:53AM -0800, Ben Pfaff wrote: > > On Mon, Nov 10, 2014 at 01:47:51PM +0900, Simon Horman wrote: > > > EXT-350 > > > Signed-off-by: Simon Horman > > > +OFPGC15_INSERT_BUCKET = 3,/* Insert action buckets

Re: [ovs-dev] [PATCH v2 01/13] ofp-errors: Add (draft) OpenFlow 1.5 group mod errors

2014-11-10 Thread Ben Pfaff
On Tue, Nov 11, 2014 at 12:39:17PM +0900, Simon Horman wrote: > Add OFPERR_OFPGMFC_UNKNOWN_BUCKET and OFPERR_OFPGMFC_BUCKET_EXISTS > which are part of (draft) OpenFlow 1.5 groups. > > ONF-JIRA: EXT-350 > Signed-off-by: Simon Horman > > --- > v2 > * As suggested by Ben Pfaff > - Use ONF-JIRA: E

Re: [ovs-dev] [PATCH] ovs-ofctl:To set importance of a rule for eviction(OF14)

2014-11-10 Thread Ben Pfaff
On Tue, Nov 11, 2014 at 10:55:55AM +0900, YAMAMOTO Takashi wrote: > > +dnl Add flows to br0 with importance via OF1.4+. For more details refer > > "ovs-ofctl rule with importance" test case. > > +for i in {1..8}; do echo "dl_vlan=$i,importance=$i,actions=drop"; done > > > add-flows.txt > > +AT_CH

[ovs-dev] [PATCH] tests: Avoid nonportable use of bash-specific {a..b..c} construct.

2014-11-10 Thread Ben Pfaff
Reported-by: Alex Wang Reported-by: YAMAMOTO Takashi Signed-off-by: Ben Pfaff --- tests/ovs-ofctl.at | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ovs-ofctl.at b/tests/ovs-ofctl.at index dc29aef..bc25d85 100644 --- a/tests/ovs-ofctl.at +++ b/tests/ovs-ofctl.at

[ovs-dev] [PATCH v2 12/13] ofp-parse: Parse bucket commands of group mod

2014-11-10 Thread Simon Horman
(Draft) OpenFlow 1.5 adds bucket commands to group mod. This patch allows parsing of them as a step towards supporting them. ONF-JIRA: EXT-350 Signed-off-by: Simon Horman --- v2 * As suggested by Ben Pfaff - Use ONF-JIRA: EXT-350 annotation in changelog --- lib/ofp-parse.c | 60 ++

[ovs-dev] [PATCH v2 11/13] ofproto: handle (draft) OpenFlow 1.5 insert and remove group commands

2014-11-10 Thread Simon Horman
Handle (draft) OpenFlow 1.5 insert and remove group commands of group mod messages. ONF-JIRA: EXT-350 Signed-off-by: Simon Horman --- v2 * As suggested by Ben Pfaff - Use ONF-JIRA: EXT-350 annotation in changelog --- ofproto/ofproto.c | 110

[ovs-dev] [PATCH v2 09/13] ofp-util: Enhanced command error logging during encoding group mod messages

2014-11-10 Thread Simon Horman
In preparation for supporting (draft) OpenFlow 1.5 group mod commands enhance the error logging of them. ONF-JIRA: EXT-350 Signed-off-by: Simon Horman --- v2 * As suggested by Ben Pfaff - Use ONF-JIRA: EXT-350 annotation in changelog --- lib/ofp-util.c | 48 +++

[ovs-dev] [PATCH v2 08/13] ofproto: Add OpenFlow 1.5 group tests

2014-11-10 Thread Simon Horman
This motivation for this change is to exercise (draft) OpenFlow 1.5 group messages. ONF-JIRA: EXT-350 Signed-off-by: Simon Horman --- v2 * As suggested by Ben Pfaff - Use ONF-JIRA: EXT-350 annotation in changelog --- tests/ofproto.at | 68 --

[ovs-dev] [PATCH v2 07/13] ofproto: Add OpenFlow 1.3 group stats test

2014-11-10 Thread Simon Horman
This is to exercise OpenFlow 1.3 group stats replies messages which include a duration. ONF-JIRA: EXT-350 Signed-off-by: Simon Horman --- v2 * As suggested by Ben Pfaff - Use ONF-JIRA: EXT-350 annotation in changelog --- tests/ofproto.at | 26 +- 1 file changed, 25 ins

[ovs-dev] [PATCH v2 06/13] ofp-parse: Parse (draft) OpenFlow 1.5 bucket ids

2014-11-10 Thread Simon Horman
This is part of support for (draft) OpenFlow 1.5 flow mod messages. This adds support for specifying the bucket_id of buckets of groups in ovs-ofctl and documents that accordingly. ONF-JIRA: EXT-350 Signed-off-by: Simon Horman --- v2 * As suggested by Ben Pfaff - Use ONF-JIRA: EXT-350 annotat

[ovs-dev] [PATCH v2 05/13] ofp-print: Support printing of (draft) OpenFlow 1.5 group messages with bucket actions

2014-11-10 Thread Simon Horman
ONF-JIRA: EXT-350 Signed-off-by: Simon Horman --- v2 * As suggested by Ben Pfaff - Use ONF-JIRA: EXT-350 annotation in changelog --- lib/ofp-print.c| 50 +++-- tests/ofp-print.at | 60 -- 2 files ch

[ovs-dev] [PATCH v2 04/13] ofp-print: print bucket ids of OpenFlow 1.5 group messages

2014-11-10 Thread Simon Horman
ONF-JIRA: EXT-350 Signed-off-by: Simon Horman --- v2 * As suggested by Ben Pfaff - Use ONF-JIRA: EXT-350 annotation in changelog --- lib/ofp-print.c | 39 --- tests/ofproto.at | 2 +- 2 files changed, 37 insertions(+), 4 deletions(-) diff --git a/lib/ofp-

[ovs-dev] [PATCH v2 03/13] ofp-util: Encoding and decoding of (draft) OpenFlow 1.5 group messages

2014-11-10 Thread Simon Horman
This provides the bulk of the ofproto side of support for OpenFlow 1.5 group messages. It provides for encoding and decoding of updated group mod and group desc reply messages. This includes a new bucket format and their properties. Open Flow 1.5 Groups also have properties but as no non-experimen

[ovs-dev] [PATCH v2 02/13] ofproto: Add types for (draft) OpenFlow 1.5 group mod

2014-11-10 Thread Simon Horman
ONF-JIRA: EXT-350 Signed-off-by: Simon Horman --- v2 * As suggested by Ben Pfaff + Use ONF-JIRA: EXT-350 annotation in changelog + Correct spelling: s/FLow/Flow/ + Removed the following which seem unnecessary in the context of this patchset: - struct ofp15_group_bucket_prop_header

[ovs-dev] [PATCH v2 01/13] ofp-errors: Add (draft) OpenFlow 1.5 group mod errors

2014-11-10 Thread Simon Horman
Add OFPERR_OFPGMFC_UNKNOWN_BUCKET and OFPERR_OFPGMFC_BUCKET_EXISTS which are part of (draft) OpenFlow 1.5 groups. ONF-JIRA: EXT-350 Signed-off-by: Simon Horman --- v2 * As suggested by Ben Pfaff - Use ONF-JIRA: EXT-350 annotation in changelog - Use correct descriptions for the new errors ---

[ovs-dev] [PATCH v2 00/13] EXT-350: (draft) OpenFlow 1.5 groups

2014-11-10 Thread Simon Horman
Hi, this series is intended to provide an implementation of EXT-350, draft OpenFlow 1.5 groups. It is intended for this to be a full implementation including: * New Open Flow group mod message structure - Properties are omitted as none other than experimenter are defined * New Bucket structure

Re: [ovs-dev] [PATCH] ovs-ofctl:To set importance of a rule for eviction(OF14)

2014-11-10 Thread YAMAMOTO Takashi
> +dnl Add flows to br0 with importance via OF1.4+. For more details refer > "ovs-ofctl rule with importance" test case. > +for i in {1..8}; do echo "dl_vlan=$i,importance=$i,actions=drop"; done > > add-flows.txt > +AT_CHECK([ovs-ofctl -O OpenFlow14 add-flows br0 add-flows.txt]) > + > +dnl Replac

Re: [ovs-dev] [PATCH] ovs-router: Fix build on NetBSD

2014-11-10 Thread YAMAMOTO Takashi
> On Mon, Nov 10, 2014 at 05:16:53PM +0900, YAMAMOTO Takashi wrote: >> Split the linux-specific part of ovs-router.h >> into ovs-router-linux.h. >> >> The breakage was introduced by >> commit d9b4ebc5d15202bedad06969353435a4c1951c71 >> ("route-table: Use classifier to store routing table.") >> >>

[ovs-dev] IPSec for OpenFlow control channel ??

2014-11-10 Thread Patil,Yogesh D
Hi All, I understand that OpenvSwitch does support TLS for enforcing secure OpenFlow control channel between OF switch and OF controller which is recommended by OF specification. However OF spec also mentions an alternative to this as IPSec. Does OpenvSwitch support IPSec as well ? Has anyon

Re: [ovs-dev] [PATCH] AUTHORS: Add Shu Shen.

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 05:41:36PM -0800, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff I applied this. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] AUTHORS: Add Shu Shen.

2014-11-10 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- AUTHORS |1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 16e27e2..a15665a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -134,6 +134,7 @@ Scott Lowe scott.l...@scottlowe.org Selvamuthukumar smku...@merunetworks.com Shan Wei

Re: [ovs-dev] [PATCH v2] ofproto: Fix supported group types.

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 04:35:08PM -0800, Shu Shen wrote: > Previously the types field is uninited and leds to no supported type > being reported in OFPMP_GROUP_FEATURES message. > > Signed-off-by: Shu Shen Thanks! Applied. ___ dev mailing list dev@op

Re: [ovs-dev] [PATCH 04/22] ofproto: Add types for (draft) OpenFlow 1.5 group mod

2014-11-10 Thread Simon Horman
On Tue, Nov 11, 2014 at 10:01:01AM +0900, Simon Horman wrote: > On Mon, Nov 10, 2014 at 09:55:53AM -0800, Ben Pfaff wrote: > > On Mon, Nov 10, 2014 at 01:47:51PM +0900, Simon Horman wrote: > > > EXT-350 > > > Signed-off-by: Simon Horman > > > > Thanks, Simon! > > > > I see some misspellings of O

Re: [ovs-dev] [PATCH 05/22] ofproto: Add OFPRAW_OFPT15_GROUP_MOD

2014-11-10 Thread Simon Horman
On Mon, Nov 10, 2014 at 09:58:38AM -0800, Ben Pfaff wrote: > On Mon, Nov 10, 2014 at 01:47:52PM +0900, Simon Horman wrote: > > This is in preparation for supporting (draft) OpenFlow1.5 group mod. > > > > EXT-350 > > Signed-off-by: Simon Horman > > Thanks. > > I believe that after this patch, Op

Re: [ovs-dev] [PATCH 12/22] ofp-util: Encoding and decoding of (draft) OpenFlow 1.5 group messages

2014-11-10 Thread Simon Horman
On Mon, Nov 10, 2014 at 10:13:53AM -0800, Ben Pfaff wrote: > On Mon, Nov 10, 2014 at 01:47:59PM +0900, Simon Horman wrote: > > This provides the bulk of the ofproto side of support for > > OpenFlow 1.5 group messages. It provides for encoding and decoding > > of updated group mod and group desc rep

Re: [ovs-dev] [PATCH 04/22] ofproto: Add types for (draft) OpenFlow 1.5 group mod

2014-11-10 Thread Simon Horman
On Mon, Nov 10, 2014 at 09:55:53AM -0800, Ben Pfaff wrote: > On Mon, Nov 10, 2014 at 01:47:51PM +0900, Simon Horman wrote: > > EXT-350 > > Signed-off-by: Simon Horman > > Thanks, Simon! > > I see some misspellings of OpenFlow as "OpenFLow". Please fix those. Thanks, will do. > > > +OFPGC

Re: [ovs-dev] [PATCH 03/22] ofp-errors: Add (draft) OpenFlow 1.5 errors

2014-11-10 Thread Simon Horman
On Mon, Nov 10, 2014 at 09:43:01AM -0800, Ben Pfaff wrote: > On Mon, Nov 10, 2014 at 01:47:50PM +0900, Simon Horman wrote: > > Add OFPERR_OFPGMFC_UNKNOWN_BUCKET and OFPERR_OFPGMFC_BUCKET_EXISTS > > which are part of (draft) OpenFlow 1.5 groups. > > > > EXT-350 > > Please write "ONF-JIRA: EXT-350"

Re: [ovs-dev] [PATCH] ofproto: Fix supported group types.

2014-11-10 Thread Shu Shen
Ben, You are correct. I've corrected it and submitted v2 of the patch. Thanks, Shu -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Monday, November 10, 2014 3:57 PM To: Shu Shen Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] ofproto: Fix supported group types.

[ovs-dev] [PATCH v2] ofproto: Fix supported group types.

2014-11-10 Thread Shu Shen
Previously the types field is uninited and leds to no supported type being reported in OFPMP_GROUP_FEATURES message. Signed-off-by: Shu Shen --- ofproto/ofproto.c | 1 + tests/ofproto.at | 14 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ofproto/ofproto.c b/ofp

Re: [ovs-dev] [PATCH] ofproto: Fix supported group types.

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 02:41:21PM -0800, Shu Shen wrote: > Previously the types field is uninited and leds to no supported type > being reported in OFPMP_GROUP_FEATURES message. > > Signed-off-by: Shu Shen > --- > ofproto/ofproto.c | 3 +++ > tests/ofproto.at | 11 ++- > 2 files chang

Re: [ovs-dev] backport "lib/odp-util: Do not use mask if it doesn't exist."?

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 10:45:06AM -0800, Jarno Rajahalme wrote: > branch-2.0 seems to have one test failure due to the previous > backport (89b5ad6f "netflow: Fix interpretation of flow_seq.?). Thanks for pointing that out. I pushed the following fix to branch-2.0: --8<-

[ovs-dev] [IP DEFRAG ACTION RFC 1/2] ofp-action: Add IP defragmentation action OFPACT_IP_DEFRAG

2014-11-10 Thread Andy Zhou
Introduce open flow action, OFPACT_IP_DEFRAG, that reasembles IP fragments into IP packets. The semntics of the action is that IP fragments will be collected and assembled by the action. When the entire IP packets is assembled without error, the remaining actions in the actions list will then be ex

[ovs-dev] [IP DEFRAG ACTION RFC 2/2] datapath: add ip_defag action

2014-11-10 Thread Andy Zhou
Implements ip_defrag action in Linux kenrel using ip_defrag kernel APIs. Signed-off-by: Andy Zhou --- datapath/actions.c | 39 ++- datapath/flow_netlink.c | 6 +- 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/datapath/actions.c b/da

[ovs-dev] [IP DEFRAG ACTION RFC 0/2] IP DEFRAC ACTION

2014-11-10 Thread Andy Zhou
This patch series introduces IP_DEFRAG actions in both user space and linux kenrel datapath. Since IP reassembly is required for conntrack (stateful firewall) to work. It seems natural to introduce IP_Defrag action before introducing the conntrack action. It is not entirely clear whether IP_DEFR

[ovs-dev] [PATCH] ofproto: Fix supported group types.

2014-11-10 Thread Shu Shen
Previously the types field is uninited and leds to no supported type being reported in OFPMP_GROUP_FEATURES message. Signed-off-by: Shu Shen --- ofproto/ofproto.c | 3 +++ tests/ofproto.at | 11 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ofproto/ofproto.c b/ofpr

Re: [ovs-dev] [RFC PATCH v2 1/2] miniflow_extract: Properly handle small IP packets.

2014-11-10 Thread Jarno Rajahalme
On Nov 6, 2014, at 3:58 PM, Ben Pfaff wrote: > On Wed, Nov 05, 2014 at 10:37:18AM -0800, Jarno Rajahalme wrote: >> Ethernet frames may contain padding after the IP payload. When >> parsing IP packets, check the IP total size (IPv4) or IP payload size >> (IPv6) to detect the size of l2 padding.

Re: [ovs-dev] [RFC PATCH v2 2/2] Fix setting transport ports with frags.

2014-11-10 Thread Jarno Rajahalme
On Nov 6, 2014, at 3:21 PM, Ben Pfaff wrote: > On Wed, Nov 05, 2014 at 10:37:19AM -0800, Jarno Rajahalme wrote: >> Packets with 'LATER' fragment do not have a transport header, so it is >> not possible to either match on or set transport ports on such >> packets. Matching is prevented by augmen

Re: [ovs-dev] [PATCH v3 1/3] rule_dpif_lookup_from_table: Check frags only once.

2014-11-10 Thread Jarno Rajahalme
On Nov 6, 2014, at 3:32 PM, Ben Pfaff wrote: > On Wed, Nov 05, 2014 at 02:48:41PM -0800, Jarno Rajahalme wrote: >> Move the frags handling check up in the call chain, so that it is done >> once for each rule_dpif_lookup_from_table() call. >> >> Signed-off-by: Jarno Rajahalme > > rule_dpif_loo

Re: [ovs-dev] [PATCH v3 3/3] ofproto-dpif: Clean up table lookup code.

2014-11-10 Thread Jarno Rajahalme
On Nov 6, 2014, at 3:47 PM, Ben Pfaff wrote: > On Wed, Nov 05, 2014 at 02:48:43PM -0800, Jarno Rajahalme wrote: >> Keep knowledge about ofproto-dpif internal rules within ofproto-dpif. >> This removes duplication of code (accross multiple files), and allows >> making the ofproto-dpif-xlate inter

Re: [ovs-dev] [PATCH v3 2/3] ofproto-dpif-xlate: Remove xbridge->frag.

2014-11-10 Thread Jarno Rajahalme
On Nov 6, 2014, at 3:35 PM, Ben Pfaff wrote: > On Wed, Nov 05, 2014 at 02:48:42PM -0800, Jarno Rajahalme wrote: >> It it no longer used, so better remove it. >> >> Signed-off-by: Jarno Rajahalme > > Acked-by: Ben Pfaff Pushed, Jarno ___ dev mai

[ovs-dev] Using bitmap in OvS.

2014-11-10 Thread Ederval Pablo Ferreira
I'm trying to get the flow and insert them in the bitmap, using hash functions (in the case of OVS has JHASH and MURMURHASH, but I want to work with the second because it has better performance as far as I researched). Analyzing seen that has a function called hash_bytes (which has 3 parameters tha

[ovs-dev] [PATCH v3 2/3] util: Introduce ovs_scan_len()

2014-11-10 Thread Pravin B Shelar
This is similar to ovs_scan but takes int pointer as extra parameter, this pointer point to starting index of the string. On successful scan this API stores number of characters scanned. This API is useful for parsing complex odp actions e.g. tun_push action. Signed-off-by: Pravin B Shelar ---

[ovs-dev] [PATCH v3 1/3] tunnel: Convert rwlock to fat-rwlock.

2014-11-10 Thread Pravin B Shelar
Tunnel lookup is done in slow path but DPDK tunneling slow path is called in PMD context. Therefore it is better to convert rwlock to fat rwlock. Signed-off-by: Pravin B Shelar --- ofproto/ofproto-dpif.c |1 + ofproto/tunnel.c | 35 --- ofproto/tunnel.

Re: [ovs-dev] backport "lib/odp-util: Do not use mask if it doesn't exist."?

2014-11-10 Thread Jarno Rajahalme
On Oct 31, 2014, at 4:08 PM, Ben Pfaff wrote: > It looks like branch-2.1 and branch-2.0 need commit 5469535090 > "lib/odp-util: Do not use mask if it doesn't exist." Any objection? > (It's possible, though I think it is unlikely, that this fixes the bug > that Duncan reported.) Backported to b

Re: [ovs-dev] [PATCHv9 09/12] datapath: Add support for unique flow identifiers.

2014-11-10 Thread Joe Stringer
On 10 November 2014 09:25, Joe Stringer wrote: > On 7 November 2014 14:15, Pravin Shelar wrote: > >> On Fri, Oct 31, 2014 at 4:55 PM, Joe Stringer >> wrote: >> > If a datapath is created with the flag OVS_DP_F_INDEX_BY_UFID, then an >> > additional table_instance is added to the flow_table, whi

Re: [ovs-dev] [PATCH 12/22] ofp-util: Encoding and decoding of (draft) OpenFlow 1.5 group messages

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:59PM +0900, Simon Horman wrote: > This provides the bulk of the ofproto side of support for > OpenFlow 1.5 group messages. It provides for encoding and decoding > of updated group mod and group desc reply messages. This includes > a new bucket format and their properti

Re: [ovs-dev] [PATCH 11/22] ofp-util: Refactor decoding of OpenFlow 1.1 group desc reply messages

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:58PM +0900, Simon Horman wrote: > This refactoring is in preparation for supporting encoding > of (draft) OpenFlow 1.5 group mod messages. > > EXT-350 > Signed-off-by: Simon Horman Applied, thanks! ___ dev mailing list dev

Re: [ovs-dev] [PATCH 10/22] ofp-util: Refactor encoding of OpenFlow 1.1 group desc reply messages

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:57PM +0900, Simon Horman wrote: > This refactoring is in preparation for supporting encoding > of (draft) OpenFlow 1.5 group mod messages. > > EXT-350 > Signed-off-by: Simon Horman Applied, thanks! ___ dev mailing list dev

Re: [ovs-dev] [PATCH 09/22] ofp-util: Refactor decoding of OpenFlow 1.1 group mod messages

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:56PM +0900, Simon Horman wrote: > This refactoring is in preparation for supporting encoding > of (draft) OpenFlow 1.5 group mod messages. > > EXT-350 > Signed-off-by: Simon Horman Applied, thanks! ___ dev mailing list dev

Re: [ovs-dev] [PATCH 08/22] ofp-util: Rename OpenFlow 1.1 buckets decoder

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:55PM +0900, Simon Horman wrote: > Rename ofputil_pull_buckets() as ofputil_pull_buckets11() > to denote that it decodes OpenFlow 1.1 buckets (also used in > OpenFlow 1.2 to 1.4). > > This refactoring is in preparation for supporting decoding > of (draft) OpenFlow 1.5

Re: [ovs-dev] [PATCH 07/22] ofp-util: Break-out encoding of OpenFlow 1.1 group mod messages

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:54PM +0900, Simon Horman wrote: > This refactoring is in preparation for supporting encoding > of (draft) OpenFlow 1.5 group mod messages. > > EXT-350 > Signed-off-by: Simon Horman Applied, thanks! ___ dev mailing list dev

Re: [ovs-dev] [PATCH 06/22] ofp-util: Provide helper to encode OpenFlow 1.1 group buckets

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:53PM +0900, Simon Horman wrote: > The group bucket encoding code appears in two places > in almost identical form. Consolidate this into > a helper function. > > The helper name includes ofp11 as later patches > will add and ofp15 version to support (draft) OpenFlow 1

Re: [ovs-dev] [PATCH 05/22] ofproto: Add OFPRAW_OFPT15_GROUP_MOD

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:52PM +0900, Simon Horman wrote: > This is in preparation for supporting (draft) OpenFlow1.5 group mod. > > EXT-350 > Signed-off-by: Simon Horman Thanks. I believe that after this patch, Open vSwitch will malfunction if OF1.5+ is enabled and an OF1.5+ group mod is r

Re: [ovs-dev] [PATCH 04/22] ofproto: Add types for (draft) OpenFlow 1.5 group mod

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:51PM +0900, Simon Horman wrote: > EXT-350 > Signed-off-by: Simon Horman Thanks, Simon! I see some misspellings of OpenFlow as "OpenFLow". Please fix those. > +OFPGC15_INSERT_BUCKET = 3,/* Insert action buckets to the already > available > +

Re: [ovs-dev] [PATCH 03/22] ofp-errors: Add (draft) OpenFlow 1.5 errors

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:50PM +0900, Simon Horman wrote: > Add OFPERR_OFPGMFC_UNKNOWN_BUCKET and OFPERR_OFPGMFC_BUCKET_EXISTS > which are part of (draft) OpenFlow 1.5 groups. > > EXT-350 Please write "ONF-JIRA: EXT-350" as suggested in CONTRIBUTING.md. > Signed-off-by: Simon Horman > --- >

Re: [ovs-dev] [PATCH] ovs-ofctl: Implementation of eviction on the basis of Importance

2014-11-10 Thread Ben Pfaff
On Fri, Nov 07, 2014 at 12:31:16PM +0530, Saloni Jain wrote: > Also attaching the patch for your reference. The attached patch applies, thanks. I will review it. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] ovs-ofctl:To set importance of a rule for eviction(OF14)

2014-11-10 Thread Ben Pfaff
On Fri, Nov 07, 2014 at 06:18:48PM +0530, Rishi Bamba wrote: > From: Rishi Bamba > > This patch enables a user to set importance for a new rule via add-flow > OF1.4+ in the OVS and display the same via dump-flows command OF1.4+ . > The changes are made in accordance with OpenFlow 1.4 specs to imp

Re: [ovs-dev] [PATCH v2] datapath-windows: Update port property

2014-11-10 Thread Eitan Eliahu
Hi Nithin, I doubt we need to allow changing the name of the internal port. Actually we should not allow to change the port name if the port connected as it creates an ambiguity between OVS user mode and kernel. The assertion makes sense. Thanks, Eitan -Original Message- From: Nithin Raj

Re: [ovs-dev] [PATCHv9 09/12] datapath: Add support for unique flow identifiers.

2014-11-10 Thread Joe Stringer
On 7 November 2014 14:15, Pravin Shelar wrote: > On Fri, Oct 31, 2014 at 4:55 PM, Joe Stringer > wrote: > > If a datapath is created with the flag OVS_DP_F_INDEX_BY_UFID, then an > > additional table_instance is added to the flow_table, which is indexed > > by unique identifiers ("UFID"). Usersp

Re: [ovs-dev] [PATCHv9 09/12] datapath: Add support for unique flow identifiers.

2014-11-10 Thread Joe Stringer
On 9 November 2014 20:06, Pravin Shelar wrote: > On Sat, Nov 8, 2014 at 4:37 PM, Joe Stringer > wrote: > > On 8 November 2014 14:26, Pravin Shelar wrote: > >> > >> On Fri, Nov 7, 2014 at 3:55 PM, Joe Stringer > >> wrote: > >> > On 7 November 2014 14:15, Pravin Shelar wrote: > >> >> > >> >> On

Re: [ovs-dev] ovs + DPDK: Failed to add dpdk1 as port: Resource temporarily unavailable

2014-11-10 Thread inaki . murilloa
Hello, I have more information about the issue. The ethernet adaptors that fail, are I350 Gigabit Network Connection. But 82599EB 10-Gigabit SFI/SFP+ Network Connection works fine (at least wont promt the error). I do not know what I am doing wrong. Any ideas? Iñaki Murillo wrote: Hel

Re: [ovs-dev] [PATCH 02/22] id-pool: Refactor id_pool_alloc_id to allow any 32 bit value to be an id

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:49PM +0900, Simon Horman wrote: > id_pool_alloc_id() was created by breaking out the recirculation > allocation code. As it is now a library call it makes sense to remove > the restriction that id 0 is reserved. > > Signed-off-by: Simon Horman Applied, thanks, with

Re: [ovs-dev] [PATCH 02/22] id-pool: Refactor id_pool_alloc_id to allow any 32 bit value to be an id

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:49PM +0900, Simon Horman wrote: > id_pool_alloc_id() was created by breaking out the recirculation > allocation code. As it is now a library call it makes sense to remove > the restriction that id 0 is reserved. > > Signed-off-by: Simon Horman Applied, thanks! _

Re: [ovs-dev] [PATCH 01/22] id-pool: re-factor recirculation id allocator into stand-alone id pool

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 01:47:48PM +0900, Simon Horman wrote: > Refactor the lock-free portion of the recirculation id allocator > into stand-alone id pool. This is in preparation for re-using > that portion to allocate bucket ids which are part of (draft) > Open Flow 1.5 groups. > > EXT-350 > Sig

Re: [ovs-dev] [PATCH] ovs-router: Fix build on NetBSD

2014-11-10 Thread Ben Pfaff
On Mon, Nov 10, 2014 at 05:16:53PM +0900, YAMAMOTO Takashi wrote: > Split the linux-specific part of ovs-router.h > into ovs-router-linux.h. > > The breakage was introduced by > commit d9b4ebc5d15202bedad06969353435a4c1951c71 > ("route-table: Use classifier to store routing table.") > > Signed-of

Re: [ovs-dev] [PATCH v2] datapath-windows: Update port property

2014-11-10 Thread Nithin Raju
hi Eitan, Thanks for the change. I had a few minor comments. I should be able to ACK a v3. > +/* Update properties only for NETDEV ports*/ > +if (vport == NULL || vport->ovsType != OVS_VPORT_TYPE_NETDEV) { > +status = STATUS_DATA_NOT_ACCEPTED; > +goto update_port_done; > +

Re: [ovs-dev] [PATCH v6 3/3] datapath: add layer 3 flow/port support

2014-11-10 Thread Lori Jakab
On 11/7/14 8:50 AM, Pravin Shelar wrote: On Thu, Nov 6, 2014 at 12:21 PM, Lori Jakab wrote: On 11/6/14 4:06 AM, Pravin Shelar wrote: Have you tried running GSO traffic over lisp using OVS compat GSO code and upstream GSO code? I haven't and I'm not sure what's the right way to do that. I d

[ovs-dev] [PATCH] ovs-router: Fix build on NetBSD

2014-11-10 Thread YAMAMOTO Takashi
Split the linux-specific part of ovs-router.h into ovs-router-linux.h. The breakage was introduced by commit d9b4ebc5d15202bedad06969353435a4c1951c71 ("route-table: Use classifier to store routing table.") Signed-off-by: YAMAMOTO Takashi --- lib/automake.mk| 3 ++- lib/ovs-router-linux