MP-safe tcp_input() committed
by from OpenBSD Journal on (#6WXH6)
As we saw recently in theGraphed and measured: running TCP input in parallelstory, Alexander Bluhm (bluhm@) has been working on parallel TCP input, finally making tcp_input() MP-safe.This work has now beencommitted,
List: openbsd-cvsSubject: CVS: cvs.openbsd.org: srcFrom: Alexander Bluhm <bluhm () openbsd ! org>Date: 2025-04-26 13:58:08CVSROOT:/cvsModule name:srcChanges by:bluhm@cvs.openbsd.org2025/04/26 07:58:08Modified files:sys/netinet : in_proto.c sys/netinet6 : in6_proto.c Log message:Run TCP input in parallel on multiple CPUs.