On Sun, 10 Jun 2012 09:36:59 +0900
FUJITA Tomonori wrote:
> We almost complete nxm now.
>
> -
> ryu/ofproto/nx_match.py | 366
> +--
> ryu/ofproto/ofproto_v1_0.py |3 +
> 2 files changed, 289 insertions(+), 80 deletions(-)
Applied all. Thanks f
On Sun, Jun 10, 2012 at 09:37:07AM +0900, FUJITA Tomonori wrote:
> Signed-off-by: FUJITA Tomonori
> ---
> ryu/ofproto/nx_match.py | 40
> 1 files changed, 40 insertions(+), 0 deletions(-)
>
> diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.p
On Sun, Jun 10, 2012 at 09:37:05AM +0900, FUJITA Tomonori wrote:
> Signed-off-by: FUJITA Tomonori
> ---
> ryu/ofproto/nx_match.py | 44 +---
> 1 files changed, 41 insertions(+), 3 deletions(-)
>
> diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_mat
On Tue, Jun 12, 2012 at 10:55:20AM +0900, FUJITA Tomonori wrote:
> On Tue, 12 Jun 2012 10:51:26 +0900
> Simon Horman wrote:
>
> > On Sun, Jun 10, 2012 at 09:37:03AM +0900, FUJITA Tomonori wrote:
> >> Signed-off-by: FUJITA Tomonori
> >> ---
> >> ryu/ofproto/nx_match.py | 28 +++
On Tue, Jun 12, 2012 at 10:55:20AM +0900, FUJITA Tomonori wrote:
> On Tue, 12 Jun 2012 10:51:26 +0900
> Simon Horman wrote:
>
> > On Sun, Jun 10, 2012 at 09:37:03AM +0900, FUJITA Tomonori wrote:
> >> Signed-off-by: FUJITA Tomonori
> >> ---
> >> ryu/ofproto/nx_match.py | 28 +++
On Sun, Jun 10, 2012 at 09:37:07AM +0900, FUJITA Tomonori wrote:
> Signed-off-by: FUJITA Tomonori
Reviewed-by: Simon Horman
> ---
> ryu/ofproto/nx_match.py | 40
> 1 files changed, 40 insertions(+), 0 deletions(-)
On Sun, Jun 10, 2012 at 09:37:06AM +0900, FUJITA Tomonori wrote:
> Signed-off-by: FUJITA Tomonori
Reviewed-by: Simon Horman
> ---
> ryu/ofproto/nx_match.py | 59
> ++-
> 1 files changed, 58 insertions(+), 1 deletions(-)
--
On Tue, 12 Jun 2012 10:51:26 +0900
Simon Horman wrote:
> On Sun, Jun 10, 2012 at 09:37:03AM +0900, FUJITA Tomonori wrote:
>> Signed-off-by: FUJITA Tomonori
>> ---
>> ryu/ofproto/nx_match.py | 28 +---
>> ryu/ofproto/ofproto_v1_0.py |1 +
>> 2 files changed, 22
On Sun, Jun 10, 2012 at 09:37:05AM +0900, FUJITA Tomonori wrote:
> Signed-off-by: FUJITA Tomonori
Reviewed-by: Simon Horman
> ---
> ryu/ofproto/nx_match.py | 44 +---
> 1 files changed, 41 insertions(+), 3 deletions(-)
>
> diff --git a/ryu/ofproto/nx_
On Sun, Jun 10, 2012 at 09:37:04AM +0900, FUJITA Tomonori wrote:
> Signed-off-by: FUJITA Tomonori
Reviewed-by: Simon Horman
> ---
> ryu/ofproto/nx_match.py | 73
> +++
> 1 files changed, 73 insertions(+), 0 deletions(-)
--
On Sun, Jun 10, 2012 at 09:37:03AM +0900, FUJITA Tomonori wrote:
> Signed-off-by: FUJITA Tomonori
> ---
> ryu/ofproto/nx_match.py | 28 +---
> ryu/ofproto/ofproto_v1_0.py |1 +
> 2 files changed, 22 insertions(+), 7 deletions(-)
>
> diff --git a/ryu/ofproto/nx_m
On Sun, Jun 10, 2012 at 09:37:02AM +0900, FUJITA Tomonori wrote:
> OVS 1.8 and later supports arbitrary dl_dst masks.
>
> Signed-off-by: FUJITA Tomonori
> ---
> ryu/ofproto/nx_match.py | 84 --
> 1 files changed, 15 insertions(+), 69 deletions(-)
Ve
On Sun, Jun 10, 2012 at 09:37:01AM +0900, FUJITA Tomonori wrote:
> Signed-off-by: FUJITA Tomonori
Tested-by: Simon Horman
> ---
> ryu/ofproto/nx_match.py | 19 +++
> 1 files changed, 19 insertions(+), 0 deletions(-)
---
On Sun, Jun 10, 2012 at 09:37:00AM +0900, FUJITA Tomonori wrote:
> Signed-off-by: FUJITA Tomonori
Reviewed-by: Simon Horman
> ---
> ryu/ofproto/nx_match.py | 19 +++
> ryu/ofproto/ofproto_v1_0.py |2 ++
> 2 files changed, 21 insertions(+), 0 deletions(-)
On Sun, 10 Jun 2012 20:13:44 +0900
FUJITA Tomonori wrote:
> Almost done except for oxm_match.
>
> -
> >From 50ea61a198f7bf86afc154c6082ef49f744dda91 Mon Sep 17 00:00:00 2001
> From: FUJITA Tomonori
> Date: Sun, 10 Jun 2012 20:09:26 +0900
> Subject: [PATCH] of1.2: cleanup and update
>
> - adds
Please ignore.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint securit
On Mon, 11 Jun 2012 09:49:44 +0900
Simon Horman wrote:
> On Sat, Jun 09, 2012 at 11:35:11PM +0900, FUJITA Tomonori wrote:
>> I don't support match_tuple method intentionally. I don't think that
>> it's a good idea to convert nxm to OFPMatch.
>>
>> -
>> >From 2408b6a38695e21586ce48fea560508e58c32
On Sat, Jun 09, 2012 at 11:35:11PM +0900, FUJITA Tomonori wrote:
> I don't support match_tuple method intentionally. I don't think that
> it's a good idea to convert nxm to OFPMatch.
>
> -
> >From 2408b6a38695e21586ce48fea560508e58c329b0 Mon Sep 17 00:00:00 2001
> From: FUJITA Tomonori
> Date: Sa
- adds some missing definitions
- reorder definitions in the spec order.
Signed-off-by: FUJITA Tomonori
---
ryu/ofproto/ofproto_v1_2.py | 715 +++
1 files changed, 450 insertions(+), 265 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_2.py b/ryu/ofprot
Signed-off-by: FUJITA Tomonori
---
ryu/ofproto/nx_match.py | 59 ++-
1 files changed, 58 insertions(+), 1 deletions(-)
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py
index 9760118..e033a81 100644
--- a/ryu/ofproto/nx_match.py
+++ b/ry
We almost complete nxm now.
-
ryu/ofproto/nx_match.py | 366 +--
ryu/ofproto/ofproto_v1_0.py |3 +
2 files changed, 289 insertions(+), 80 deletions(-)
--
Live Security Vir
Signed-off-by: FUJITA Tomonori
---
ryu/ofproto/nx_match.py | 73 +++
1 files changed, 73 insertions(+), 0 deletions(-)
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py
index ff89357..fc4aeaa 100644
--- a/ryu/ofproto/nx_match.py
+++ b/ry
Signed-off-by: FUJITA Tomonori
---
ryu/ofproto/nx_match.py | 19 +++
ryu/ofproto/ofproto_v1_0.py |2 ++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py
index 8af6b2b..14b7428 100644
--- a/ryu/ofproto/nx_ma
Signed-off-by: FUJITA Tomonori
---
ryu/ofproto/nx_match.py | 44 +---
1 files changed, 41 insertions(+), 3 deletions(-)
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py
index fc4aeaa..9760118 100644
--- a/ryu/ofproto/nx_match.py
+++ b/ryu/o
Signed-off-by: FUJITA Tomonori
---
ryu/ofproto/nx_match.py | 19 +++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py
index 14b7428..9ccad8e 100644
--- a/ryu/ofproto/nx_match.py
+++ b/ryu/ofproto/nx_match.py
@@ -34
Signed-off-by: FUJITA Tomonori
---
ryu/ofproto/nx_match.py | 28 +---
ryu/ofproto/ofproto_v1_0.py |1 +
2 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py
index 30e9e3a..ff89357 100644
--- a/ryu/ofpro
OVS 1.8 and later supports arbitrary dl_dst masks.
Signed-off-by: FUJITA Tomonori
---
ryu/ofproto/nx_match.py | 84 --
1 files changed, 15 insertions(+), 69 deletions(-)
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py
index 9ccad8e..3
Signed-off-by: FUJITA Tomonori
---
ryu/ofproto/nx_match.py | 40
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py
index e033a81..8192251 100644
--- a/ryu/ofproto/nx_match.py
+++ b/ryu/ofpro
28 matches
Mail list logo