All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20171127122622.GA3473@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index 0fbfabe..baabacb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -36,7 +36,8 @@ Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
 > +		if (queue != &asoc->outqueue.retransmit &&
 > +		    !chk->tsn_gap_acked) {
 >  			if (chk->transport)
->  				chk->transport->flight_size ->  						sctp_data_size(chk);
+>  				chk->transport->flight_size -=
+>  						sctp_data_size(chk);
 > @@ -1434,7 +1435,8 @@ static void sctp_check_transmitted(struct sctp_outq *q,
 >  			/* If this chunk has not been acked, stop
 >  			 * considering it as 'outstanding'.
@@ -45,7 +46,8 @@ Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
 > +			if (transmitted_queue != &q->retransmit &&
 > +			    !tchunk->tsn_gap_acked) {
 >  				if (tchunk->transport)
->  					tchunk->transport->flight_size ->  							sctp_data_size(tchunk);
+>  					tchunk->transport->flight_size -=
+>  							sctp_data_size(tchunk);
 > -- 
 > 2.1.0
 > 
diff --git a/a/content_digest b/N1/content_digest
index b60d605..231eefc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
  "ref\0cover.1511615658.git.lucien.xin@gmail.com\0"
  "ref\09c96424d052af79cfcefeec8bc53b6b541c1900f.1511615658.git.lucien.xin@gmail.com\0"
  "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0"
- "Subject\0Re: [PATCH net 1/3] sctp: only update outstanding_bytes for transmitted queue when doing prsctp_prun\0"
- "Date\0Mon, 27 Nov 2017 12:26:23 +0000\0"
+ "Subject\0Re: [PATCH net 1/3] sctp: only update outstanding_bytes for transmitted queue when doing prsctp_prune\0"
+ "Date\0Mon, 27 Nov 2017 10:26:23 -0200\0"
  "To\0Xin Long <lucien.xin@gmail.com>\0"
  "Cc\0network dev <netdev@vger.kernel.org>"
   linux-sctp@vger.kernel.org
@@ -48,7 +48,8 @@
  "> +\t\tif (queue != &asoc->outqueue.retransmit &&\n"
  "> +\t\t    !chk->tsn_gap_acked) {\n"
  ">  \t\t\tif (chk->transport)\n"
- ">  \t\t\t\tchk->transport->flight_size ->  \t\t\t\t\t\tsctp_data_size(chk);\n"
+ ">  \t\t\t\tchk->transport->flight_size -=\n"
+ ">  \t\t\t\t\t\tsctp_data_size(chk);\n"
  "> @@ -1434,7 +1435,8 @@ static void sctp_check_transmitted(struct sctp_outq *q,\n"
  ">  \t\t\t/* If this chunk has not been acked, stop\n"
  ">  \t\t\t * considering it as 'outstanding'.\n"
@@ -57,7 +58,8 @@
  "> +\t\t\tif (transmitted_queue != &q->retransmit &&\n"
  "> +\t\t\t    !tchunk->tsn_gap_acked) {\n"
  ">  \t\t\t\tif (tchunk->transport)\n"
- ">  \t\t\t\t\ttchunk->transport->flight_size ->  \t\t\t\t\t\t\tsctp_data_size(tchunk);\n"
+ ">  \t\t\t\t\ttchunk->transport->flight_size -=\n"
+ ">  \t\t\t\t\t\t\tsctp_data_size(tchunk);\n"
  "> -- \n"
  "> 2.1.0\n"
  "> \n"
@@ -67,4 +69,4 @@
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >
 
-8ce38c2b15bfaf30bd5eef70b46506b4829456db8f612ae13c5335b864dbe8ee
+76e2f8fbf9b1dcaa21f68e25fc8f370d8c1ec75813ad559c6b265fd43245159a

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.