Re: [net-next-2.6 PATCH 1/4] TCPCT part 1: initial SYN exchange with SYNACK data

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: William Allen Simpson
Date: Thursday, October 15, 2009 - 4:45 am

David Miller wrote:
This was the most controversial change, so I made it the first separate
patch to get strong review.

#1 You recently shot down adding a GFP_ATOMIC kref (Adam's original code),
after having approved it a year ago.

#2 The entire struct could be added to all struct request_sock, but you
already rejected adding fewer bytes to the much larger tcp_sock.  And that
isn't the best strategy, as request_sock otherwise would not have a cookie
and is intended to be small.

#3 It's not possible to wrap and extend request_sock, as that is already
done by IPv6 and others, causing a conflict.  That was suggested by
another maintainer, and I drafted some code last week, but wasn't able to
figure out a non-conflicting code path.

#4 Passing a pointer parameter is the only option left that I've discovered.
Now, you've rejected that as well....

So, lead me to "another way"?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[net-next-2.6 PATCH 1/4] TCPCT part 1: initial SYN exchang ..., William Allen Simpson, (Wed Oct 14, 10:28 pm)
[net-next-2.6 PATCH 2/4] TCPCT part 1: initial SYN exchang ..., William Allen Simpson, (Wed Oct 14, 10:32 pm)
[net-next-2.6 PATCH 3/4] TCPCT part 1: initial SYN exchang ..., William Allen Simpson, (Wed Oct 14, 10:34 pm)
[net-next-2.6 PATCH 4/4] TCPCT part 1: initial SYN exchang ..., William Allen Simpson, (Wed Oct 14, 10:36 pm)
Re: [net-next-2.6 PATCH 1/4] TCPCT part 1: initial SYN exc ..., William Allen Simpson, (Thu Oct 15, 4:45 am)
Re: [net-next-2.6 PATCH 1/4] TCPCT part 1: initial SYN exc ..., William Allen Simpson, (Thu Oct 15, 9:29 am)