From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A3428A0579; Thu, 8 Apr 2021 10:22:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2F28C40698; Thu, 8 Apr 2021 10:22:50 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 300E540138 for ; Thu, 8 Apr 2021 10:22:48 +0200 (CEST) IronPort-SDR: 7gtt43jQ0Ch4uuXixyytj/22ffDdjW1r2I0sVynrQlBtQlCDOOjr18Vu7p9Z+5oBEwqXhNOvvo w2I11x0fejgw== X-IronPort-AV: E=McAfee;i="6000,8403,9947"; a="278759076" X-IronPort-AV: E=Sophos;i="5.82,205,1613462400"; d="scan'208";a="278759076" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2021 01:22:44 -0700 IronPort-SDR: Ngy8NNk0PegyezufK4WGgEFHgdda0pjYEgKKaQPerIcJE0zFBIJQO8eQzHVjDCNyC5KFuiyJ/n nwIi+L25cJ9g== X-IronPort-AV: E=Sophos;i="5.82,205,1613462400"; d="scan'208";a="380165594" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.203.5]) ([10.213.203.5]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2021 01:22:43 -0700 To: Long Li , Stephen Hemminger Cc: "dev@dpdk.org" References: <20210408020034.293271-1-stephen@networkplumber.org> From: Ferruh Yigit X-User: ferruhy Message-ID: <58196b45-e50d-ae87-99f1-2818b65a46c2@intel.com> Date: Thu, 8 Apr 2021 09:22:39 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/netvsc: fix log double spaced messages X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/8/2021 3:03 AM, Long Li wrote: >> -----Original Message----- >> From: Stephen Hemminger >> Sent: Wednesday, April 7, 2021 7:01 PM >> To: Long Li >> Cc: dev@dpdk.org; Stephen Hemminger >> Subject: [PATCH] net/netvsc: fix log double spaced messages >> >> The PMD_DRV_LOG macro in netvsc (like other drivers) adds a newline to >> the log message as part of the macro expansion; therefore the message >> should not have its own newline. >> >> In a couple places, log messages were split across source lines which can >> make looking them up in the source tree harder. >> >> Signed-off-by: Stephen Hemminger > > Acked-by: Long Li Fixes: a2a23a794b3a ("net/netvsc: support VF device hot add/remove") Cc: stable@dpdk.org Applied to dpdk-next-net/main, thanks.