Re: crypto(9): remove unused members from 'cryptocap' structure

2021-07-09 Thread Alexander Bluhm
On Fri, Jul 09, 2021 at 11:48:42PM +0300, Vitaliy Makkoveev wrote: > Sorry for delay. > > I removed `cc_koperations' and `cc_queued'. > > Do we have interest of statistics provided by cc_operations and cc_bytes > couters? Is it useful? I don't know. But usually when hunting bugs I am happy

Re: crypto(9): remove unused members from 'cryptocap' structure

2021-07-09 Thread Vitaliy Makkoveev
On Tue, Jun 29, 2021 at 05:25:41PM +0200, Alexander Bluhm wrote: > On Fri, Jun 18, 2021 at 11:49:25PM +0300, Vitaliy Makkoveev wrote: > > I'm lurking in crypto(9) and I found 'cryptocap' structure has unused > > members. Do we want to keep them or they could gone? > > Looks like statistics that

Re: crypto(9): remove unused members from 'cryptocap' structure

2021-06-29 Thread Alexander Bluhm
On Fri, Jun 18, 2021 at 11:49:25PM +0300, Vitaliy Makkoveev wrote: > I'm lurking in crypto(9) and I found 'cryptocap' structure has unused > members. Do we want to keep them or they could gone? Looks like statistics that are never evluated. We should move, but I am not sure about the direction.

crypto(9): remove unused members from 'cryptocap' structure

2021-06-18 Thread Vitaliy Makkoveev
I'm lurking in crypto(9) and I found 'cryptocap' structure has unused members. Do we want to keep them or they could gone? We don't export this structure so this diff doesn't break ABI. Index: sys/crypto/crypto.c === RCS file: