From: Eric Dumazet
Date: Mon, 31 Jul 2017 13:22:22 -0700
> On Mon, Jul 31, 2017 at 1:04 PM, Yuchung Cheng wrote:
>> by the time these devices use 4.12 kernels they are likely powerful
>> enough to make header prediction irrelevant...
>
> Also note that TCP stack complexity has increased a lot,
From: Florian Westphal
Date: Sun, 30 Jul 2017 03:57:17 +0200
> During a hallway discussion with Eric Dumazet at Netdev 1.2 in
> Tokyo some maybe-not-so-useful-anymore TCP stack features came up,
> among these header prediction and prequeueing.
>
> In brief, TCP prequeue assumes a single-process-
On Mon, Jul 31, 2017 at 1:04 PM, Yuchung Cheng wrote:
> by the time these devices use 4.12 kernels they are likely powerful
> enough to make header prediction irrelevant...
Also note that TCP stack complexity has increased a lot, I seriously
doubt anyone could notice any difference.
On small dev
On Sat, Jul 29, 2017 at 7:25 PM, Neal Cardwell wrote:
> On Thu, Jul 27, 2017 at 7:31 PM, Florian Westphal wrote:
>> This RFC removes tcp prequeueing and header prediction support.
>>
>> After a hallway discussion with Eric Dumazet some
>> maybe-not-so-useful-anymore TCP stack features came up, HP
On Thu, Jul 27, 2017 at 7:31 PM, Florian Westphal wrote:
> This RFC removes tcp prequeueing and header prediction support.
>
> After a hallway discussion with Eric Dumazet some
> maybe-not-so-useful-anymore TCP stack features came up, HP and
> Prequeue among these.
>
> So this RFC proposes to axe
During a hallway discussion with Eric Dumazet at Netdev 1.2 in
Tokyo some maybe-not-so-useful-anymore TCP stack features came up,
among these header prediction and prequeueing.
In brief, TCP prequeue assumes a single-process-blocking-read design,
which is not that common anymore. The most frequent
From: Florian Westphal
Date: Fri, 28 Jul 2017 01:31:11 +0200
> This RFC removes tcp prequeueing and header prediction support.
>
> After a hallway discussion with Eric Dumazet some
> maybe-not-so-useful-anymore TCP stack features came up, HP and
> Prequeue among these.
>
> So this RFC proposes
On Thu, Jul 27, 2017 at 4:31 PM, Florian Westphal wrote:
>
> This RFC removes tcp prequeueing and header prediction support.
>
> After a hallway discussion with Eric Dumazet some
> maybe-not-so-useful-anymore TCP stack features came up, HP and
> Prequeue among these.
>
> So this RFC proposes to ax
This RFC removes tcp prequeueing and header prediction support.
After a hallway discussion with Eric Dumazet some
maybe-not-so-useful-anymore TCP stack features came up, HP and
Prequeue among these.
So this RFC proposes to axe both.
In brief, TCP prequeue assumes a single-process-blocking-read
d