[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150925.134242.2091340029551837446.davem@davemloft.net>
Date: Fri, 25 Sep 2015 13:42:42 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: edumazet@...gle.com
Cc: netdev@...r.kernel.org, edumazet@...il.com
Subject: Re: [PATCH net-next 00/17] dccp/tcp: constify listener sock
From: Eric Dumazet <edumazet@...gle.com>
Date: Fri, 25 Sep 2015 07:39:07 -0700
> Another patch bomb to prepare lockless TCP/DCCP LISTEN handling.
>
> SYNACK retransmits are built and sent without listener socket
> being locked. Soon, initial SYNACK packets will have same property.
>
> This series makes sure we did not something wrong with this model,
> by adding a const qualifier in all the paths taken from synack building
> and transmit, for IPv4/IPv6 and TCP/dccp.
>
> The only potential problem was the rewrite of ecn bits for connections
> with DCTCP as congestion module, but this was a very minor one.
...
> David, to apply these patches you'll need to merge net tree into net-next
> first. Thanks !
I was able to apply them cleanly to net-next as-is, so I did so.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists