All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] target: remove some unused stats
@ 2018-10-17 15:48 David Disseldorp
  2018-10-29 23:00 ` David Disseldorp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Disseldorp @ 2018-10-17 15:48 UTC (permalink / raw)
  To: target-devel

This patchset removes a couple of unused error stat counters and a
redundant cumulative counter.
I've tagged this patchset RFC, as it may be considered a kernel<->user
(configfs) API change.

Cheers, David
---
 drivers/target/iscsi/iscsi_target_stat.c | 40 ----------------------------------------
 include/target/iscsi/iscsi_target_stat.h |  4 ----
 2 files changed, 44 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC PATCH 0/3] target: remove some unused stats
  2018-10-17 15:48 [RFC PATCH 0/3] target: remove some unused stats David Disseldorp
@ 2018-10-29 23:00 ` David Disseldorp
  2018-10-30 15:54 ` Mike Christie
  2018-11-16 14:59 ` David Disseldorp
  2 siblings, 0 replies; 4+ messages in thread
From: David Disseldorp @ 2018-10-29 23:00 UTC (permalink / raw)
  To: target-devel

On Wed, 17 Oct 2018 17:48:17 +0200, David Disseldorp wrote:

> This patchset removes a couple of unused error stat counters and a
> redundant cumulative counter.
> I've tagged this patchset RFC, as it may be considered a kernel<->user
> (configfs) API change.

Ping, any thoughts on this patchset?

Cheers, David

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC PATCH 0/3] target: remove some unused stats
  2018-10-17 15:48 [RFC PATCH 0/3] target: remove some unused stats David Disseldorp
  2018-10-29 23:00 ` David Disseldorp
@ 2018-10-30 15:54 ` Mike Christie
  2018-11-16 14:59 ` David Disseldorp
  2 siblings, 0 replies; 4+ messages in thread
From: Mike Christie @ 2018-10-30 15:54 UTC (permalink / raw)
  To: target-devel

On 10/29/2018 06:00 PM, David Disseldorp wrote:
> On Wed, 17 Oct 2018 17:48:17 +0200, David Disseldorp wrote:
> 
>> This patchset removes a couple of unused error stat counters and a
>> redundant cumulative counter.
>> I've tagged this patchset RFC, as it may be considered a kernel<->user
>> (configfs) API change.
> 
> Ping, any thoughts on this patchset?
> 

I think these stats were supposed to match the iSCSI MIB definitions. It
was not clear why we didn't just fix them so they report the correct values?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC PATCH 0/3] target: remove some unused stats
  2018-10-17 15:48 [RFC PATCH 0/3] target: remove some unused stats David Disseldorp
  2018-10-29 23:00 ` David Disseldorp
  2018-10-30 15:54 ` Mike Christie
@ 2018-11-16 14:59 ` David Disseldorp
  2 siblings, 0 replies; 4+ messages in thread
From: David Disseldorp @ 2018-11-16 14:59 UTC (permalink / raw)
  To: target-devel

Hi Mike

On Tue, 30 Oct 2018 10:54:07 -0500, Mike Christie wrote:

> >> This patchset removes a couple of unused error stat counters and a
> >> redundant cumulative counter.
> >> I've tagged this patchset RFC, as it may be considered a kernel<->user
> >> (configfs) API change.  
> > 
> > Ping, any thoughts on this patchset?
> >   
> 
> I think these stats were supposed to match the iSCSI MIB definitions. It
> was not clear why we didn't just fix them so they report the correct values?

I finally got a chance to look through rfc#4544. It does indeed look
like these counters correspond to:
IscsiInstanceSsnErrorStatsEntry ::= SEQUENCE {
    iscsiInstSsnDigestErrors       Counter32,
    iscsiInstSsnCxnTimeoutErrors   Counter32,
    iscsiInstSsnFormatErrors       Counter32
}

There doesn't appear to be anything stopping us from plumbing them into
the corresponding error paths, so I'll withdraw this patchset.

Cheers, David

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-16 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-17 15:48 [RFC PATCH 0/3] target: remove some unused stats David Disseldorp
2018-10-29 23:00 ` David Disseldorp
2018-10-30 15:54 ` Mike Christie
2018-11-16 14:59 ` David Disseldorp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.