From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8DE03C433E0 for ; Thu, 14 Jan 2021 16:23:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F5C823B44 for ; Thu, 14 Jan 2021 16:23:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726683AbhANQXJ (ORCPT ); Thu, 14 Jan 2021 11:23:09 -0500 Received: from mail.kernel.org ([198.145.29.99]:45764 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726241AbhANQXJ (ORCPT ); Thu, 14 Jan 2021 11:23:09 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 01D8C23B44; Thu, 14 Jan 2021 16:22:28 +0000 (UTC) Subject: [PATCH v1 0/5] Convert svcrdma stats to per-CPU counters From: Chuck Lever To: linux-nfs@vger.kernel.org, linux-rdma@vger.kernel.org Date: Thu, 14 Jan 2021 11:22:28 -0500 Message-ID: <161064114388.6061.6808790429789225779.stgit@klimt.1015granger.net> User-Agent: StGit/0.23-29-ga622f1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org These follow on Amir's patches that did the same for the generic NFSD stats. See: https://lore.kernel.org/linux-nfs/20210106075236.4184-2-amir73il@gmail.com/T/ --- Chuck Lever (5): svcrdma: Refactor svc_rdma_init() and svc_rdma_clean_up() svcrdma: Convert rdma_stat_recv to a per-CPU counter svcrdma: Convert rdma_stat_sq_starve to a per-CPU counter svcrdma: Restore read and write stats svcrdma: Deprecate stat variables that are no longer used include/linux/sunrpc/svc_rdma.h | 14 +- net/sunrpc/xprtrdma/svc_rdma.c | 164 ++++++++++++++---------- net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 3 +- net/sunrpc/xprtrdma/svc_rdma_rw.c | 3 + net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +- 5 files changed, 108 insertions(+), 78 deletions(-) -- Chuck Lever