Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   ozaki-r
Date:           Wed Aug 31 09:14:47 UTC 2016

Modified Files:
        src/sys/netinet: ip_input.c
        src/sys/netinet6: ip6_forward.c ip6_input.c

Log Message:
Make ipforward_rt and ip6_forward_rt percpu

Sharing one rtcache between CPUs is just a bad idea.

Reviewed by knakahara@


To generate a diff of this commit:
cvs rdiff -u -r1.339 -r1.340 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.80 -r1.81 src/sys/netinet6/ip6_forward.c
cvs rdiff -u -r1.166 -r1.167 src/sys/netinet6/ip6_input.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index