[PATCH 0/8] Apply the new naming schema for ccid-3 and ccid4 funcs/strucs/fields and more code sharing

2007-12-20 Thread Leandro
Gerrit, Please consider the following patches to be applied against ccid-4 branch. Patch #1: Remove unnecessary comments to ccids code Patch #2: Improve the declaration of tfrc_option_receive struct Patch #3: Apply new naming schema for TFRC TX/RX states Patch #4: Fix naming schema for tx-rx

[PATCH 2/8] Improve the declaration of tfrc_option_receive struct

2007-12-20 Thread Leandro
[TFRC_CCIDS] Improve the declaration of tfrc_option_receive struct. It makes tfrcor_dropped_packets_idx a plain u16. tfrcor_loss_intervals_idx was part of a bitfield together with tfrcor_seqno because it is 48 bits and we wanted to use what is left in a 64. Adding the new DROPPED PACKET field

[PATCH 6/8] Share ccid3_hc_rx_insert_options function via tfrc_ccids

2007-12-20 Thread Leandro
[CCID-3][CCID-4][TFRC_CCIDS] Share ccid3_hc_rx_insert_options function via tfrc_ccids Signed-off-by: Leandro Melo de Sales [EMAIL PROTECTED] Index: ccid4.latest/net/dccp/ccids/ccid3.c === ---

[PATCH 8/8] Remove inline modifier from tfrc_ccids.c functions

2007-12-20 Thread Leandro
[TFRC_CCIDS] Remove inline modifier from tfrc_ccids.c functions and let the compile decide it, as commented by Gerrit in the mailing list. Signed-off-by: Leandro Melo de Sales [EMAIL PROTECTED] Index: ccid4.latest/net/dccp/ccids/lib/tfrc_ccids.c

Re: [PATCH 1/8] Remove unnecessary comments to ccids code

2007-12-20 Thread Ian McDonald
On 12/21/07, Leandro [EMAIL PROTECTED] wrote: [CCIDS] Remove unnecessary comments to ccids code This patch removes some unnecessary files header comments. This was suggested by Arnaldo. According to Arnaldo there is no need to reference the file name in the header comments. It also commit

Re: [PATCH] net/dccp/: Spelling fixes

2007-12-20 Thread David Miller
From: Joe Perches [EMAIL PROTECTED] Date: Mon, 17 Dec 2007 11:40:30 -0800 Signed-off-by: Joe Perches [EMAIL PROTECTED] Applied. - To unsubscribe from this list: send the line unsubscribe dccp in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH 1/2] Share ccid{3/4}_hc_tx_set_state function via tfrc_ccids

2007-12-20 Thread Leandro
[TFRC_CCIDS] Share ccid{3/4}_hc_tx_set_state function via tfrc_ccids Signed-off-by: Leandro Melo de Sales [EMAIL PROTECTED] Index: ccid4.latest/net/dccp/ccids/ccid3.c === --- ccid4.latest.orig/net/dccp/ccids/ccid3.c +++

[PATCHv2 3/8] Apply new naming schema for TFRC TX/RX states

2007-12-20 Thread Leandro
[CCID-3][CCID-4][TFRC_CCIDS] Apply new naming schema for TFRC TX/RX states. As discussed with Gerrit and Arnaldo, this patches rename the name schema agreed in discussion the the DCCP mailing list. Signed-off-by: Leandro Melo de Sales [EMAIL PROTECTED] Patch v2

[PATCHv2 6/8] Share ccid3_hc_rx_insert_options function via tfrc_ccids

2007-12-20 Thread Leandro
[CCID-3][CCID-4][TFRC_CCIDS] Share ccid3_hc_rx_insert_options function via tfrc_ccids Signed-off-by: Leandro Melo de Sales [EMAIL PROTECTED] Patch v2 - The first version of this patch doest apply properly in the current ccid4 branch. This new

[PATCHv2 7/8] Fix name schema for option received struct

2007-12-20 Thread Leandro
[TFRC_CCIDS] Fix name schema for option received struct. Signed-off-by: Leandro Melo de Sales [EMAIL PROTECTED] Patch v2 - The first version of this patch doest apply properly in the current ccid4 branch. This new version it is ok. Index:

[PATCHv2 2/2] Share ccid{3/4}_hc_rx_set_state function via tfrc_ccids

2007-12-20 Thread Leandro
[TFRC_CCIDS] Share ccid{3/4}_hc_rx_set_state function via tfrc_ccids Signed-off-by: Leandro Melo de Sales [EMAIL PROTECTED] - Patch v2 - The version one of this patch was broking the code. Index: ccid4.latest/net/dccp/ccids/ccid3.c