tech-kern archive

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

Re: increase softint_bytes



On Tue, Nov 21, 2017 at 03:45:26PM +0900, Masanobu SAITOH wrote:
>  0) Apply the following change to -current.
> 
> --------------------------------
> Index: kern_softint.c
> ===================================================================
> RCS file: /cvsroot/src/sys/kern/kern_softint.c,v
> retrieving revision 1.43
> diff -u -p -r1.43 kern_softint.c
> --- kern_softint.c	4 Jul 2016 04:20:14 -0000	1.43
> +++ kern_softint.c	21 Nov 2017 06:41:35 -0000
> @@ -217,7 +217,7 @@ typedef struct softcpu {
>  static void	softint_thread(void *);
> -u_int		softint_bytes = 8192;
> +u_int		softint_bytes = 16384;
>  u_int		softint_timing;
>  static u_int	softint_max;
>  static kmutex_t	softint_lock;
> --------------------------------
> 
>  1) Sent the pullup request to netbsd-8
> 
>  2) Write auto-resize code and commit.
> 
>  3) If it's stable, send the pullup request to netbsd-8.
> 
> 
>  OK?

Sounds like a great plan!

Martin


Home | Main Index | Thread Index | Old Index