diff for duplicates of <20191030132420.GG4326@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index c4a2ce9..94e6059 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -31,7 +31,7 @@ something? > */ > + > + /* allow switch tx queue only for the first in flight pkt */ -> + head->ooo_okay = asoc->outqueue.outstanding_bytes = 0; +> + head->ooo_okay = asoc->outqueue.outstanding_bytes == 0; Considering we are talking about NIC queues here, we would have a better result with tp->flight_size instead. As in, we can switch diff --git a/a/content_digest b/N1/content_digest index bb4eac4..28e0f4c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01572451637-14085-1-git-send-email-wallyzhao@gmail.com\0" "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" "Subject\0Re: [PATCH] sctp: set ooo_okay properly for Transmit Packet Steering\0" - "Date\0Wed, 30 Oct 2019 13:24:20 +0000\0" + "Date\0Wed, 30 Oct 2019 10:24:20 -0300\0" "To\0Wally Zhao <wallyzhao@gmail.com>\0" "Cc\0vyasevich@gmail.com" nhorman@tuxdriver.com @@ -45,7 +45,7 @@ "> \t */\n" "> +\n" "> +\t/* allow switch tx queue only for the first in flight pkt */\n" - "> +\thead->ooo_okay = asoc->outqueue.outstanding_bytes = 0;\n" + "> +\thead->ooo_okay = asoc->outqueue.outstanding_bytes == 0;\n" "\n" "Considering we are talking about NIC queues here, we would have a\n" "better result with tp->flight_size instead. As in, we can switch\n" @@ -59,4 +59,4 @@ "> 1.8.3.1\n" > -1aceaead0783cbed41620be56932fa40768eb5a0ba754cc93ef00158fe486c28 +7794d01639aa21bae3061991b4153b1260e9ec75bb5d27bbcdc791bcb297f1e2
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.