DCCP protocol discussions
 help / color / mirror / Atom feed
* Re: Test tree patch inventory - update: 3rd batch
@ 2007-11-21 12:42 Arnaldo Carvalho de Melo
  2007-11-21 14:07 ` Gerrit Renker
  2007-11-21 14:18 ` Arnaldo Carvalho de Melo
  0 siblings, 2 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2007-11-21 12:42 UTC (permalink / raw)
  To: dccp

Em Sat, Nov 17, 2007 at 03:42:52PM +0000, Gerrit Renker escreveu:
> 
> 
> 7. Miscellaneous DCCP updates
> -----------------------------
> The last batch before the begin of the feature-negotiation patch set contains individual,
> standalone patches (and thus ideal for cherry-picking):
> 
> 	[DCCP]: Honour and make use of shutdown option set by user

Applied

> 	[DCCP]: Update documentation

Applied
 
> 	[DCCP]: Promote CCID2 as default CCID

Applied to simplify things for now, but I still think that for some
setups it may be interesting to allow CCID2 not to be built. 

> 	[DCCP]: Remove redundant dependency on IP_DCCP

Applied

> 	[DCCP]: Ignore Ack Vectors / Elapsed Time on DCCP-Request also

Applied
 
> 	[DCCP]: Update documentation on ioctls

Applied
 
> 
> 8. The Feature-Negotiation patch set
> ------------------------------------
> The set splits into several smaller (self-contained) blocks, all documented in this section.
> The first block is distinct from feature negotiation, it only concerns request sockets:
> 
> 	[DCCP]: Allow to parse options on Request Sockets

This one can be folded with the next, I guess, since its only use of
the newly introduce dreq on dccp_parse_options is to test against NULL,
but that could be achieved by checking the packet type.

> 	[DCCP]: Add (missing) option parsing to request_sock processing
> 	[DCCP]: Handle timestamps on Request/Response exchange separately
> 	[DCCP]: Support inserting options during the 3-way handshake

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Test tree patch inventory - update: 3rd batch
  2007-11-21 12:42 Test tree patch inventory - update: 3rd batch Arnaldo Carvalho de Melo
@ 2007-11-21 14:07 ` Gerrit Renker
  2007-11-21 14:18 ` Arnaldo Carvalho de Melo
  1 sibling, 0 replies; 3+ messages in thread
From: Gerrit Renker @ 2007-11-21 14:07 UTC (permalink / raw)
  To: dccp

| > 7. Miscellaneous DCCP updates
| > -----------------------------
<snip>
| > 	[DCCP]: Promote CCID2 as default CCID
| 
| Applied to simplify things for now, but I still think that for some
| setups it may be interesting to allow CCID2 not to be built. 
| 
Yes, there is room to revise this for something better later on. I think
this is much similar to the "use Reno or Cubic as default" in TCP, and 
maybe one could use a similar Kconfig menu as it is currently done for
the TCP modules.
  
| > 
| > 8. The Feature-Negotiation patch set
| > ------------------------------------
| > The set splits into several smaller (self-contained) blocks, all documented in this section.
| > The first block is distinct from feature negotiation, it only concerns request sockets:
| > 
| > 	[DCCP]: Allow to parse options on Request Sockets
| 
| This one can be folded with the next, I guess, since its only use of
| the newly introduce dreq on dccp_parse_options is to test against NULL,
| but that could be achieved by checking the packet type.
| 
| > 	[DCCP]: Add (missing) option parsing to request_sock processing
Yes this is a tiny one. The first patch introduces the general code, the
second is separate just because it adds the newly updated
dccp_parse_options() to dccp_check_req(). 

This is a question I am often puzzled about -- picking the right granularity of patches. 
Often it is quite fine-granular, so please do feel free to combine;
breaking them into single ones is mostly for reviewing/readability.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Test tree patch inventory - update: 3rd batch
  2007-11-21 12:42 Test tree patch inventory - update: 3rd batch Arnaldo Carvalho de Melo
  2007-11-21 14:07 ` Gerrit Renker
@ 2007-11-21 14:18 ` Arnaldo Carvalho de Melo
  1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2007-11-21 14:18 UTC (permalink / raw)
  To: dccp

Em Wed, Nov 21, 2007 at 02:07:43PM +0000, Gerrit Renker escreveu:
> | > 7. Miscellaneous DCCP updates
> | > -----------------------------
> <snip>
> | > 	[DCCP]: Promote CCID2 as default CCID
> | 
> | Applied to simplify things for now, but I still think that for some
> | setups it may be interesting to allow CCID2 not to be built. 
> | 
> Yes, there is room to revise this for something better later on. I think
> this is much similar to the "use Reno or Cubic as default" in TCP, and 
> maybe one could use a similar Kconfig menu as it is currently done for
> the TCP modules.
>   
> | > 
> | > 8. The Feature-Negotiation patch set
> | > ------------------------------------
> | > The set splits into several smaller (self-contained) blocks, all documented in this section.
> | > The first block is distinct from feature negotiation, it only concerns request sockets:
> | > 
> | > 	[DCCP]: Allow to parse options on Request Sockets
> | 
> | This one can be folded with the next, I guess, since its only use of
> | the newly introduce dreq on dccp_parse_options is to test against NULL,
> | but that could be achieved by checking the packet type.
> | 
> | > 	[DCCP]: Add (missing) option parsing to request_sock processing
> Yes this is a tiny one. The first patch introduces the general code, the
> second is separate just because it adds the newly updated
> dccp_parse_options() to dccp_check_req(). 

OK, will do, just trying to be more informative about how I think its
correct so that in the future we do further fine tuning on how to
present patches.

You're doing well and has showed great patience, keep it up!

- Arnaldo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-21 14:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-21 12:42 Test tree patch inventory - update: 3rd batch Arnaldo Carvalho de Melo
2007-11-21 14:07 ` Gerrit Renker
2007-11-21 14:18 ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox