tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: RFC: softint-based if_input
Date: Thu, 4 Feb 2016 17:58:02 +0900
From: Ryota Ozaki <ozaki-r%netbsd.org@localhost>
So here is latest patches that apply the above fixes:
http://www.netbsd.org/~ozaki-r/softint-if_input-percpuq3-diff.diff
http://www.netbsd.org/~ozaki-r/softint-if_input-percpuq3.diff
Another note:
--- a/sys/arch/mips/cavium/dev/if_cnmac.c
+++ b/sys/arch/mips/cavium/dev/if_cnmac.c
@@ -1826,7 +1826,7 @@ octeon_eth_sysctl_verify(SYSCTLFN_ARGS)
...
- ifp->if_input = ether_input;
+ if_input= ether_input;
I would be surprised if this managed to compile! I assume this was
supposed to be `ifp->_if_input = ether_input'? Same a few lines below
with s/ether_input/octeon_eth_recv_redir/1.
Home |
Main Index |
Thread Index |
Old Index