diff for duplicates of <20191030183500.GH4250@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index be82500..ac59d1b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -59,7 +59,7 @@ Thanks, > >> */ > >> + > >> + /* 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 5aaa991..8005b54 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0CAFRmqq42HqX5KctcNjwyZJ4jdknLSZ1EyBqHnJQQJx211mWopw@mail.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 18:35:00 +0000\0" + "Date\0Wed, 30 Oct 2019 15:35:00 -0300\0" "To\0Wei Zhao <wallyzhao@gmail.com>\0" "Cc\0vyasevich@gmail.com" nhorman@tuxdriver.com @@ -75,7 +75,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" @@ -90,4 +90,4 @@ "> >>\n" > > -eead488d60d47f30929890a7f3fa5708e0ee180f26b022ff5f322aa6369cec76 +53f17b57d45aa3042077ec6bb022a4da2cedcdf88aaf5d9de70b866842711e45
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.