* Re: [PATCH 0/10] [RFC]: CCID 3 updates
2006-11-24 16:19 [PATCH 0/10] [RFC]: CCID 3 updates Gerrit Renker
@ 2006-11-25 4:03 ` Arnaldo Carvalho de Melo
2006-11-26 20:32 ` Ian McDonald
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Arnaldo Carvalho de Melo @ 2006-11-25 4:03 UTC (permalink / raw)
To: dccp
On Fri, Nov 24, 2006 at 04:19:04PM +0000, Gerrit Renker wrote:
> I have cut this into 10 small pieces to make reviewing easier.
>
> If everyone is happy with it, I can re-send it as one piece.
I'll look at it probably tomorrow (saturday), but please, please don't
combine patches (even less the ones you already splitted), keep it as
small and doing just one thing, that is always best for reviewing when
merging and, more importantly, afterwards, when we have to look back :-)
- Arnaldo
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH 0/10] [RFC]: CCID 3 updates
2006-11-24 16:19 [PATCH 0/10] [RFC]: CCID 3 updates Gerrit Renker
2006-11-25 4:03 ` Arnaldo Carvalho de Melo
@ 2006-11-26 20:32 ` Ian McDonald
2006-11-27 10:35 ` Gerrit Renker
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Ian McDonald @ 2006-11-26 20:32 UTC (permalink / raw)
To: dccp
On 11/25/06, Arnaldo Carvalho de Melo <acme@mandriva.com> wrote:
> On Fri, Nov 24, 2006 at 04:19:04PM +0000, Gerrit Renker wrote:
> > I have cut this into 10 small pieces to make reviewing easier.
> >
> > If everyone is happy with it, I can re-send it as one piece.
>
> I'll look at it probably tomorrow (saturday), but please, please don't
> combine patches (even less the ones you already splitted), keep it as
> small and doing just one thing, that is always best for reviewing when
> merging and, more importantly, afterwards, when we have to look back :-)
>
I'm looking at these and signing them off when obviously correct.
Others I'm acking to say they look ok.
I'll do some regression testing hopefully later in the week but I
don't want to hold things up in case people want my opinion (as if I
am that important... ha ha)
Ian
--
Ian McDonald
Web: http://wand.net.nz/~iam4
Blog: http://imcdnzl.blogspot.com
WAND Network Research Group
Department of Computer Science
University of Waikato
New Zealand
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH 0/10] [RFC]: CCID 3 updates
2006-11-24 16:19 [PATCH 0/10] [RFC]: CCID 3 updates Gerrit Renker
2006-11-25 4:03 ` Arnaldo Carvalho de Melo
2006-11-26 20:32 ` Ian McDonald
@ 2006-11-27 10:35 ` Gerrit Renker
2006-11-27 11:51 ` Arnaldo Carvalho de Melo
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Gerrit Renker @ 2006-11-27 10:35 UTC (permalink / raw)
To: dccp
Quoting Arnaldo Carvalho de Melo:
| On Fri, Nov 24, 2006 at 04:19:04PM +0000, Gerrit Renker wrote:
| > I have cut this into 10 small pieces to make reviewing easier.
| >
| > If everyone is happy with it, I can re-send it as one piece.
|
| I'll look at it probably tomorrow (saturday), but please, please don't
| combine patches (even less the ones you already splitted), keep it as
| small and doing just one thing, that is always best for reviewing when
| merging and, more importantly, afterwards, when we have to look back :-)
Thank you, I wasn't clear about that one and it is necessary. I have had some
time to go over what I have sent and over the CCID 3 code and I can find more
things that need tending to. Ian has done a lot of work getting the scaled-integer
operations right, but --horror-- there are more subtle bugs in this. For instance,
usecs_div is not used for calculating the one packet per second threshold, s/t_mbi
For instance,
hctx->ccid3hctx_x = max_t(u32, ...
(hctx->ccid3hctx_s /
TFRC_MAX_BACK_OFF_TIME));
TFRC_MAX_BACK_OFF_TIME is 64. If hctx->ccid3hctx_s < 64 bytes (which is frequent on
audio or VoIP packets, then integer division says `send at most 0 bytes per second'.
So I think it is best to go through the entire code and check each of these cases; maybe
use a set of `fixpoint' computation routines as used by the Kame patch.
Thank you and Ian for your feedback - I will check through this first and update patches
accordingly.
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH 0/10] [RFC]: CCID 3 updates
2006-11-24 16:19 [PATCH 0/10] [RFC]: CCID 3 updates Gerrit Renker
` (2 preceding siblings ...)
2006-11-27 10:35 ` Gerrit Renker
@ 2006-11-27 11:51 ` Arnaldo Carvalho de Melo
2006-11-27 12:46 ` Gerrit Renker
2006-11-27 13:35 ` Arnaldo Carvalho de Melo
5 siblings, 0 replies; 7+ messages in thread
From: Arnaldo Carvalho de Melo @ 2006-11-27 11:51 UTC (permalink / raw)
To: dccp
On 11/26/06, Ian McDonald <ian.mcdonald@jandi.co.nz> wrote:
> On 11/25/06, Arnaldo Carvalho de Melo <acme@mandriva.com> wrote:
> > On Fri, Nov 24, 2006 at 04:19:04PM +0000, Gerrit Renker wrote:
> > > I have cut this into 10 small pieces to make reviewing easier.
> > >
> > > If everyone is happy with it, I can re-send it as one piece.
> >
> > I'll look at it probably tomorrow (saturday), but please, please don't
> > combine patches (even less the ones you already splitted), keep it as
> > small and doing just one thing, that is always best for reviewing when
> > merging and, more importantly, afterwards, when we have to look back :-)
> >
> I'm looking at these and signing them off when obviously correct.
> Others I'm acking to say they look ok.
>
> I'll do some regression testing hopefully later in the week but I
> don't want to hold things up in case people want my opinion (as if I
> am that important... ha ha)
Much, much valued, I'm so pleased that now there is discussion about
dccp patches, more people involved, we must keep it that way and
atract more people to get DCCP on Linux (and elsewhere) useful as
designed.
- Arnaldo
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH 0/10] [RFC]: CCID 3 updates
2006-11-24 16:19 [PATCH 0/10] [RFC]: CCID 3 updates Gerrit Renker
` (3 preceding siblings ...)
2006-11-27 11:51 ` Arnaldo Carvalho de Melo
@ 2006-11-27 12:46 ` Gerrit Renker
2006-11-27 13:35 ` Arnaldo Carvalho de Melo
5 siblings, 0 replies; 7+ messages in thread
From: Gerrit Renker @ 2006-11-27 12:46 UTC (permalink / raw)
To: dccp
| I'm looking at these and signing them off when obviously correct.
| Others I'm acking to say they look ok.
Thank you very much for checking these.
I have added all your Signed-off/Acked-by lines where provided.
| I'll do some regression testing hopefully later in the week but I
| don't want to hold things up
This would definitively be a great help. And in no way a hold-up, since
if you can spot things which aren't right, then they can be fixed now
so that we don't have to return to these.
Please do, feedback and checking in all form is more than welcome.
Gerrit
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH 0/10] [RFC]: CCID 3 updates
2006-11-24 16:19 [PATCH 0/10] [RFC]: CCID 3 updates Gerrit Renker
` (4 preceding siblings ...)
2006-11-27 12:46 ` Gerrit Renker
@ 2006-11-27 13:35 ` Arnaldo Carvalho de Melo
5 siblings, 0 replies; 7+ messages in thread
From: Arnaldo Carvalho de Melo @ 2006-11-27 13:35 UTC (permalink / raw)
To: dccp
On Mon, Nov 27, 2006 at 12:46:00PM +0000, Gerrit Renker wrote:
> | I'm looking at these and signing them off when obviously correct.
> | Others I'm acking to say they look ok.
> Thank you very much for checking these.
> I have added all your Signed-off/Acked-by lines where provided.
>
> | I'll do some regression testing hopefully later in the week but I
> | don't want to hold things up
> This would definitively be a great help. And in no way a hold-up, since
> if you can spot things which aren't right, then they can be fixed now
> so that we don't have to return to these.
> Please do, feedback and checking in all form is more than welcome.
Yes, and its not like DCCP in Linux is rock solid and we're doing risky
changes, we're still in the development phase, where we know that what
is there still requires mucho love and care, if something we do proves
wrong we just fix it, business as usual :-)
- Arnaldo
^ permalink raw reply [flat|nested] 7+ messages in thread