Searched hist:b144fcaf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/dccp/ |
H A D | proto.c | b144fcaf Wed Jun 14 14:47:05 CDT 2023 Kuniyuki Iwashima <kuniyu@amazon.com> dccp: Print deprecation notice.
DCCP was marked as Orphan in the MAINTAINERS entry 2 years ago in commit 054c4610bd05 ("MAINTAINERS: dccp: move Gerrit Renker to CREDITS"). It says we haven't heard from the maintainer for five years, so DCCP is not well maintained for 7 years now.
Recently DCCP only receives updates for bugs, and major distros disable it by default.
Removing DCCP would allow for better organisation of TCP fields to reduce the number of cache lines hit in the fast path.
Let's add a deprecation notice when DCCP socket is created and schedule its removal to 2025.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|