All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1252067105.6172.3.camel@localhost>

diff --git a/a/1.txt b/N1/1.txt
index c38b5ec..b445463 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -14,7 +14,8 @@ Signed-off-by: Ivo Calado, Erivaldo Xavier, Leandro Sales
 <leandroal@gmail.com>
 
 Index: dccp_tree_work4/net/dccp/ccids/lib/loss_interval_sp.c
-=================================--- dccp_tree_work4.orig/net/dccp/ccids/lib/loss_interval_sp.c
+===================================================================
+--- dccp_tree_work4.orig/net/dccp/ccids/lib/loss_interval_sp.c
 2009-09-03 23:00:24.000000000 -0300
 +++ dccp_tree_work4/net/dccp/ccids/lib/loss_interval_sp.c 2009-09-03
 23:00:31.000000000 -0300
@@ -52,7 +53,7 @@ w_tot  += tfrc_lh_weights[i];
 }
 
 lh->i_mean = max(i_tot0, i_tot1) / w_tot;
-+ BUG_ON(w_tot = 0);
++ BUG_ON(w_tot == 0);
 + if (SUB16(curr_ccval, tfrc_lh_get_loss_interval(lh, 0)->li_ccval) > 8)
 + lh->i_mean = max(i_tot0, i_tot1) / w_tot;
 + else
@@ -90,7 +91,8 @@ lh->counter -= LIH_SIZE;
 
 return true;
 Index: dccp_tree_work4/net/dccp/ccids/lib/loss_interval_sp.h
-=================================--- dccp_tree_work4.orig/net/dccp/ccids/lib/loss_interval_sp.h
+===================================================================
+--- dccp_tree_work4.orig/net/dccp/ccids/lib/loss_interval_sp.h
 2009-09-03 23:00:24.000000000 -0300
 +++ dccp_tree_work4/net/dccp/ccids/lib/loss_interval_sp.h 2009-09-03
 23:00:31.000000000 -0300
@@ -105,7 +107,8 @@ extern void tfrc_sp_lh_update_i_mean(struct tfrc_loss_hist *lh,
      struct sk_buff *);
 extern void tfrc_sp_lh_cleanup(struct tfrc_loss_hist *lh);
 Index: dccp_tree_work4/net/dccp/ccids/lib/packet_history_sp.c
-=================================--- dccp_tree_work4.orig/net/dccp/ccids/lib/packet_history_sp.c
+===================================================================
+--- dccp_tree_work4.orig/net/dccp/ccids/lib/packet_history_sp.c
 2009-09-03 23:00:24.000000000 -0300
 +++ dccp_tree_work4/net/dccp/ccids/lib/packet_history_sp.c 2009-09-03
 23:00:31.000000000 -0300
diff --git a/a/content_digest b/N1/content_digest
index 259dbb5..e117757 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
- "ref\0cb00fa210909011945l1c44d1eap90329a4c6eb0480a@mail.gmail.com\0"
  "From\0Ivo Calado <ivocalado@embedded.ufcg.edu.br>\0"
- "Subject\0[PATCH 3/5] Implement TFRC-SP calc of mean length of loss\0"
- "Date\0Fri, 04 Sep 2009 12:25:05 +0000\0"
+ "Subject\0[PATCH 3/5] Implement TFRC-SP calc of mean length of loss intervals accordingly to section 3 of RFC 4828\0"
+ "Date\0Fri, 04 Sep 2009 09:25:05 -0300\0"
  "To\0dccp@vger.kernel.org\0"
+ "Cc\0netdev@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Implement TFRC-SP calc of mean length of loss intervals accordingly to\n"
@@ -21,7 +21,8 @@
  "<leandroal@gmail.com>\n"
  "\n"
  "Index: dccp_tree_work4/net/dccp/ccids/lib/loss_interval_sp.c\n"
- "=================================--- dccp_tree_work4.orig/net/dccp/ccids/lib/loss_interval_sp.c\n"
+ "===================================================================\n"
+ "--- dccp_tree_work4.orig/net/dccp/ccids/lib/loss_interval_sp.c\n"
  "2009-09-03 23:00:24.000000000 -0300\n"
  "+++ dccp_tree_work4/net/dccp/ccids/lib/loss_interval_sp.c 2009-09-03\n"
  "23:00:31.000000000 -0300\n"
@@ -59,7 +60,7 @@
  "}\n"
  "\n"
  "lh->i_mean = max(i_tot0, i_tot1) / w_tot;\n"
- "+ BUG_ON(w_tot = 0);\n"
+ "+ BUG_ON(w_tot == 0);\n"
  "+ if (SUB16(curr_ccval, tfrc_lh_get_loss_interval(lh, 0)->li_ccval) > 8)\n"
  "+ lh->i_mean = max(i_tot0, i_tot1) / w_tot;\n"
  "+ else\n"
@@ -97,7 +98,8 @@
  "\n"
  "return true;\n"
  "Index: dccp_tree_work4/net/dccp/ccids/lib/loss_interval_sp.h\n"
- "=================================--- dccp_tree_work4.orig/net/dccp/ccids/lib/loss_interval_sp.h\n"
+ "===================================================================\n"
+ "--- dccp_tree_work4.orig/net/dccp/ccids/lib/loss_interval_sp.h\n"
  "2009-09-03 23:00:24.000000000 -0300\n"
  "+++ dccp_tree_work4/net/dccp/ccids/lib/loss_interval_sp.h 2009-09-03\n"
  "23:00:31.000000000 -0300\n"
@@ -112,7 +114,8 @@
  "     struct sk_buff *);\n"
  "extern void tfrc_sp_lh_cleanup(struct tfrc_loss_hist *lh);\n"
  "Index: dccp_tree_work4/net/dccp/ccids/lib/packet_history_sp.c\n"
- "=================================--- dccp_tree_work4.orig/net/dccp/ccids/lib/packet_history_sp.c\n"
+ "===================================================================\n"
+ "--- dccp_tree_work4.orig/net/dccp/ccids/lib/packet_history_sp.c\n"
  "2009-09-03 23:00:24.000000000 -0300\n"
  "+++ dccp_tree_work4/net/dccp/ccids/lib/packet_history_sp.c 2009-09-03\n"
  "23:00:31.000000000 -0300\n"
@@ -137,4 +140,4 @@
  "* Also combinations of loss and ECN-marks (as per the warning)\n"
  * are not supported. The permutations of loss combined with or
 
-95b226df3c84f7bcaadf8db8b853a1e968ecbfc95874cfbf1cf40a7f220a7008
+ad47c3f76d5b90075171b333a6fc78dd8ac2607b55b980e958aaa0398fe94a1f

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.