Edit

IABSD.fr/src/sys/netinet6

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2025-04-26 13:58:08
    Hash : 58cc3164
    Message : Run TCP input in parallel on multiple CPUs. Mark the protocol input function tcp_input() as MP-safe. Then it is called directly from the IP deliver loop with shared net lock. Do not enqueue TCP packets to wait for exclusive net lock. This results in more contention on the socket lock. Throughput optimization for that problem could be done later. tested by Mark Patruck; OK mvs@