Re: [PATCH] Add support cache line size for Hygon Dhyana CPU

2019-05-08 Thread Jinke Fan
Hello Maxim, On 2019/5/9 0:10, Maxim Dounin wrote: > Hello! > > On Tue, May 07, 2019 at 07:25:59AM +, Jinke Fan wrote: > >> # HG changeset patch >> # User Fanjinke >> # Date 1557209225 -28800 >> # Tue May 07 14:07:05 2019 +0800 >> # Node ID 9bc6da16b217ce2c5fc63048a705c2b3195d3bb7 >>

Slice Module behavior over SSL

2019-05-08 Thread Carey Gister
Hi, I noticed that if I configure a server to use the slice module it will happily read slices of the appropriate size as fast as the upstream server can deliver them. However, if I configure the same server to run over SSL it requests the slices at a rate consonant with the speed with which

[njs] Fixed arrays expansion.

2019-05-08 Thread Valentin Bartenev
details: https://hg.nginx.org/njs/rev/8fe38b9f8a94 branches: changeset: 960:8fe38b9f8a94 user: Valentin Bartenev date: Wed May 08 19:09:10 2019 +0300 description: Fixed arrays expansion. There were two problems with njs_array_expand(): 1. It checked that the requred size with the

[njs] Better name for append elements count in njs_array_expand().

2019-05-08 Thread Valentin Bartenev
details: https://hg.nginx.org/njs/rev/4ed09499a560 branches: changeset: 958:4ed09499a560 user: Valentin Bartenev date: Wed May 08 19:09:10 2019 +0300 description: Better name for append elements count in njs_array_expand(). No functional changes. diffstat: njs/njs_array.c | 4

[njs] Simplified check for array length limit in njs_array_expand().

2019-05-08 Thread Valentin Bartenev
details: https://hg.nginx.org/njs/rev/cb9cbb358a8b branches: changeset: 959:cb9cbb358a8b user: Valentin Bartenev date: Wed May 08 19:09:10 2019 +0300 description: Simplified check for array length limit in njs_array_expand(). No functional changes. diffstat: njs/njs_array.c | 2

Re: [PATCH] Add support cache line size for Hygon Dhyana CPU

2019-05-08 Thread Maxim Dounin
Hello! On Tue, May 07, 2019 at 07:25:59AM +, Jinke Fan wrote: > # HG changeset patch > # User Fanjinke > # Date 1557209225 -28800 > # Tue May 07 14:07:05 2019 +0800 > # Node ID 9bc6da16b217ce2c5fc63048a705c2b3195d3bb7 > # Parent 16a1adadf43751f59257ba419f6bacd530dd19d3 > Add support