Add hash table lookup for IPv6 raw sockets. This is akin to r180828 for IPv4.
Submitted by: Neel Chauhan <neel AT neelc DOT org>
PR: 232346
Differential D26755
Add hash table lookup for IPv6 raw sockets. nc on Oct 13 2020, 1:50 AM. Authored by Tags None Referenced Files
Details Add hash table lookup for IPv6 raw sockets. This is akin to r180828 for IPv4. Submitted by: Neel Chauhan <neel AT neelc DOT org> Use an application that creates raw IPv6 sockets. I have tried this patch on IPv6 dhcpcd, but don't know if dhcpcd uses raw IPv6 sockets.
Diff Detail
Event TimelineComment Actions It's quite a lot of code. So the question is, why this effort?
Comment Actions The reason for doing this is that the performance of raw IPv6 sockets is improved, like it was for IPv4 here: https://svnweb.freebsd.org/base?view=revision&revision=180828
Comment Actions Thanks for working on this!
Comment Actions I do not understand, why you do not need to calculate the hash during the delete operation.
|