Re: [ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-11-11 Thread Alexander Wu
Hi Simon, Sorry for the delay in responding. On 01/11/2013 13:52, Simon Horman wrote: On Tue, Oct 15, 2013 at 05:12:22PM +0900, YAMAMOTO Takashi wrote: Signed-off-by: YAMAMOTO Takashi --- OPENFLOW-1.1+ | 7 +++ 1 file changed, 7 insertions(+) diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+

Re: [ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-11-01 Thread Simon Horman
On Fri, Nov 01, 2013 at 04:25:25PM +0900, YAMAMOTO Takashi wrote: > > On Fri, Nov 01, 2013 at 03:23:10PM +0900, YAMAMOTO Takashi wrote: > >> > On Tue, Oct 15, 2013 at 05:12:22PM +0900, YAMAMOTO Takashi wrote: > >> >> Signed-off-by: YAMAMOTO Takashi > >> >> --- > >> >> OPENFLOW-1.1+ | 7 +++ >

Re: [ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-11-01 Thread YAMAMOTO Takashi
> On Fri, Nov 01, 2013 at 03:23:10PM +0900, YAMAMOTO Takashi wrote: >> > On Tue, Oct 15, 2013 at 05:12:22PM +0900, YAMAMOTO Takashi wrote: >> >> Signed-off-by: YAMAMOTO Takashi >> >> --- >> >> OPENFLOW-1.1+ | 7 +++ >> >> 1 file changed, 7 insertions(+) >> >> >> >> diff --git a/OPENFLOW-1.1+

Re: [ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-11-01 Thread Simon Horman
On Fri, Nov 01, 2013 at 03:23:10PM +0900, YAMAMOTO Takashi wrote: > > On Tue, Oct 15, 2013 at 05:12:22PM +0900, YAMAMOTO Takashi wrote: > >> Signed-off-by: YAMAMOTO Takashi > >> --- > >> OPENFLOW-1.1+ | 7 +++ > >> 1 file changed, 7 insertions(+) > >> > >> diff --git a/OPENFLOW-1.1+ b/OPENFL

Re: [ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-10-31 Thread YAMAMOTO Takashi
> On Tue, Oct 15, 2013 at 05:12:22PM +0900, YAMAMOTO Takashi wrote: >> Signed-off-by: YAMAMOTO Takashi >> --- >> OPENFLOW-1.1+ | 7 +++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ >> index 07b2660..4f30520 100644 >> --- a/OPENFLOW-1.1+ >> +++ b/OPENFLO

Re: [ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-10-31 Thread Simon Horman
On Tue, Oct 15, 2013 at 05:12:22PM +0900, YAMAMOTO Takashi wrote: > Signed-off-by: YAMAMOTO Takashi > --- > OPENFLOW-1.1+ | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ > index 07b2660..4f30520 100644 > --- a/OPENFLOW-1.1+ > +++ b/OPENFLOW-1.1+ > @@

Re: [ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-10-15 Thread Ben Pfaff
On Tue, Oct 15, 2013 at 05:12:22PM +0900, YAMAMOTO Takashi wrote: > Signed-off-by: YAMAMOTO Takashi Applied, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-10-15 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- OPENFLOW-1.1+ | 7 +++ 1 file changed, 7 insertions(+) diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ index 07b2660..4f30520 100644 --- a/OPENFLOW-1.1+ +++ b/OPENFLOW-1.1+ @@ -121,6 +121,13 @@ didn't compare the specs carefully yet.) [optional for OF1.3

Re: [ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-10-14 Thread YAMAMOTO Takashi
> On Tue, Oct 15, 2013 at 10:20:04AM +0900, YAMAMOTO Takashi wrote: >> > On Wed, Oct 09, 2013 at 04:49:06PM +0900, YAMAMOTO Takashi wrote: >> >> Signed-off-by: YAMAMOTO Takashi >> >> + This requires the following. >> >> + - Change the default table-miss action (in the absense of >> >> t

Re: [ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-10-14 Thread Ben Pfaff
On Tue, Oct 15, 2013 at 10:20:04AM +0900, YAMAMOTO Takashi wrote: > > On Wed, Oct 09, 2013 at 04:49:06PM +0900, YAMAMOTO Takashi wrote: > >> Signed-off-by: YAMAMOTO Takashi > >> + This requires the following. > >> + - Change the default table-miss action (in the absense of table-miss > >

Re: [ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-10-14 Thread YAMAMOTO Takashi
> On Wed, Oct 09, 2013 at 04:49:06PM +0900, YAMAMOTO Takashi wrote: >> Signed-off-by: YAMAMOTO Takashi > > ... > >> + This requires the following. >> + - Change the default table-miss action (in the absense of table-miss >> +entry) from packet_in to drop for OF1.3+. Decide wha

Re: [ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-10-11 Thread Ben Pfaff
On Wed, Oct 09, 2013 at 04:49:06PM +0900, YAMAMOTO Takashi wrote: > Signed-off-by: YAMAMOTO Takashi ... > + This requires the following. > + - Change the default table-miss action (in the absense of table-miss > +entry) from packet_in to drop for OF1.3+. Decide what to do if >

[ovs-dev] [PATCH] OPENFLOW-1.1+: note on table-miss

2013-10-09 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- OPENFLOW-1.1+ | 9 + 1 file changed, 9 insertions(+) diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ index 90f811f..6fabde1 100644 --- a/OPENFLOW-1.1+ +++ b/OPENFLOW-1.1+ @@ -124,6 +124,15 @@ didn't compare the specs carefully yet.) [optional for OF1