From patchwork Fri Mar 24 10:45:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jinpu Wang X-Patchwork-Id: 9642639 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 620D460329 for ; Fri, 24 Mar 2017 10:48:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 784BD26E81 for ; Fri, 24 Mar 2017 10:48:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6CB1728405; Fri, 24 Mar 2017 10:48:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0C3FB283FB for ; Fri, 24 Mar 2017 10:48:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964875AbdCXKsN (ORCPT ); Fri, 24 Mar 2017 06:48:13 -0400 Received: from mail-wr0-f180.google.com ([209.85.128.180]:34335 "EHLO mail-wr0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756946AbdCXKr4 (ORCPT ); Fri, 24 Mar 2017 06:47:56 -0400 Received: by mail-wr0-f180.google.com with SMTP id l43so6751571wre.1 for ; Fri, 24 Mar 2017 03:47:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=profitbricks-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=IG+Xf9YVMEluKqQA5BzDinzvNTcSNufdYLz9J4odXAw=; b=KbxhEOipUtCyWYr3sWWDd580uw85xnlJED9ZrAb9FnWf2J/b3RquO8t8iSMCDayfWx q10RWXG/cj1ezBt1Pa2ZR9nFHzL7IM4gxWQW8tLuERR9BsyzWDZQ3t5RmGVVUkG3MooI 7aFbBm487ccTK5k/dmqvVQMiRVMVoR9iip7XxJKv3hRZeiOCLbP2XcaUI/HbYDbiMSUz 6P1O9HjcdCniBLhZ1PycHx3OBiC04pJogtPq6Qznr0pkuoCpR7DzMHA4ExJnFmEzXL9P wKbySNmKbALljisjA9AM4PZgpc1VYkQO/yg5dfnZk+omIqgyQARApJAa90+m3HbaDAF6 DSZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=IG+Xf9YVMEluKqQA5BzDinzvNTcSNufdYLz9J4odXAw=; b=q28l22tzN6nEaJAAp/Q/+aa2+Cf/gsl4fiqYw+8jTPUmR6ErXtRTla1Gvh86DviAJ9 C8Q5b6B7XtBofbjBgGU6Rht1jjsrmr29/M4yHyIVsghaCAYKcJL3rBC3q1EFaYkdTfeH 2qer2btkYjCiE/1u08a7k+up9fdAWHFeFITF93oyI3a360oC+95vE60PeQHZyLQV/2YD 8d1GlMh7TD7ce4Qm5KBwAH8Gj/YON6XALKSKC8mH5VHBsmr8AHyDojSrQjvboMjE5XRW n5pcuh4oGcQSInIB+2+NwbUt8/Xgi70Y918egPFOFLfk9j0L/gUQ0LeX8SvedZn0Tga8 nEdQ== X-Gm-Message-State: AFeK/H0lQL8bVBbiBXNoB26X7cGfAox31d9xvjzghr8QSUQI9VPQ+abWrv4PT6gVhG+uW9Cs X-Received: by 10.223.163.131 with SMTP id l3mr7062005wrb.138.1490352474010; Fri, 24 Mar 2017 03:47:54 -0700 (PDT) Received: from jinpu-GA-870A-USB3.pb.local ([62.217.45.26]) by smtp.gmail.com with ESMTPSA id s17sm2404458wrc.25.2017.03.24.03.47.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 24 Mar 2017 03:47:53 -0700 (PDT) From: Jack Wang X-Google-Original-From: Jack Wang To: linux-block@vger.kernel.org, linux-rdma@vger.kernel.org Cc: dledford@redhat.com, axboe@kernel.dk, hch@lst.de, mail@fholler.de, Milind.dumbare@gmail.com, yun.wang@profitbricks.com, Jack Wang , Kleber Souza , Danil Kipnis Subject: [PATCH 24/28] ibnbd_srv: add log helpers Date: Fri, 24 Mar 2017 11:45:39 +0100 Message-Id: <1490352343-20075-25-git-send-email-jinpu.wangl@profitbricks.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1490352343-20075-1-git-send-email-jinpu.wangl@profitbricks.com> References: <1490352343-20075-1-git-send-email-jinpu.wangl@profitbricks.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Jack Wang Signed-off-by: Jack Wang Signed-off-by: Kleber Souza Signed-off-by: Danil Kipnis --- drivers/block/ibnbd_server/ibnbd_srv_log.h | 69 ++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 drivers/block/ibnbd_server/ibnbd_srv_log.h diff --git a/drivers/block/ibnbd_server/ibnbd_srv_log.h b/drivers/block/ibnbd_server/ibnbd_srv_log.h new file mode 100644 index 0000000..9217804 --- /dev/null +++ b/drivers/block/ibnbd_server/ibnbd_srv_log.h @@ -0,0 +1,69 @@ +/* + * InfiniBand Network Block Driver + * + * Copyright (c) 2014 - 2017 ProfitBricks GmbH. All rights reserved. + * Authors: Fabian Holler < mail@fholler.de> + * Jack Wang + * Kleber Souza + * Danil Kipnis + * Roman Pen + * Milind Dumbare + * + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions, and the following disclaimer, + * without modification. + * 2. Redistributions in binary form must reproduce at minimum a disclaimer + * substantially similar to the "NO WARRANTY" disclaimer below + * ("Disclaimer") and any redistribution must be conditioned upon + * including a substantially similar Disclaimer requirement for further + * binary redistribution. + * 3. Neither the names of the above-listed copyright holders nor the names + * of any contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * Alternatively, this software may be distributed under the terms of the + * GNU General Public License ("GPL") version 2 as published by the Free + * Software Foundation. + * + * NO WARRANTY + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING + * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGES. + * + */ + +#ifndef __IBNBD_SRV_LOG_H__ +#define __IBNBD_SRV_LOG_H__ + +#include "../ibnbd_inc/log.h" + +#define ERR(dev, fmt, ...) pr_err("ibnbd L%d <%s@%s> ERR: " fmt, \ + __LINE__, dev->pathname, ibnbd_prefix(dev),\ + ##__VA_ARGS__) +#define ERR_RL(dev, fmt, ...) pr_err_ratelimited("ibnbd L%d <%s@%s> ERR: " fmt,\ + __LINE__, dev->pathname, ibnbd_prefix(dev),\ + ##__VA_ARGS__) +#define WRN(dev, fmt, ...) pr_warn("ibnbd L%d <%s@%s> WARN: " fmt,\ + __LINE__, dev->pathname, ibnbd_prefix(dev),\ + ##__VA_ARGS__) +#define WRN_RL(dev, fmt, ...) pr_warn_ratelimited("ibnbd L%d <%s@%s> WARN: " \ + fmt, __LINE__, dev->pathname, ibnbd_prefix(dev),\ + ##__VA_ARGS__) +#define INFO(dev, fmt, ...) pr_info("ibnbd <%s@%s>: " \ + fmt, dev->pathname, ibnbd_prefix(dev), ##__VA_ARGS__) +#define INFO_RL(dev, fmt, ...) pr_info_ratelimited("ibnbd <%s@%s>: " \ + fmt, dev->pathname, ibnbd_prefix(dev), ##__VA_ARGS__) + +#endif /*__IBNBD_SRV_LOG_H__*/