From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7F9955A0C for ; Tue, 21 Jul 2015 09:45:45 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 21 Jul 2015 00:45:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,514,1432623600"; d="scan'208";a="527576996" Received: from kmsmsx152.gar.corp.intel.com ([172.21.73.87]) by FMSMGA003.fm.intel.com with ESMTP; 21 Jul 2015 00:45:40 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 21 Jul 2015 15:43:31 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.165]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.46]) with mapi id 14.03.0224.002; Tue, 21 Jul 2015 15:43:20 +0800 From: "Chen, Jing D" To: Stephen Hemminger Thread-Topic: [PATCH v2] fm10k: add missing newline to debug log Thread-Index: AQHQwAtYYsgC8mGrGkWLOg72vEGp2Z3lkYEQ Date: Tue, 21 Jul 2015 07:43:20 +0000 Message-ID: <4341B239C0EFF9468EE453F9E9F4604D017241A4@shsmsx102.ccr.corp.intel.com> References: <1437080800-1549-1-git-send-email-stephen@networkplumber.org> In-Reply-To: <1437080800-1549-1-git-send-email-stephen@networkplumber.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2] fm10k: add missing newline to debug log X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2015 07:45:46 -0000 > -----Original Message----- > From: Stephen Hemminger [mailto:stephen@networkplumber.org] > Sent: Friday, July 17, 2015 5:07 AM > To: Chen, Jing D > Cc: dev@dpdk.org; Stephen Hemminger > Subject: [PATCH v2] fm10k: add missing newline to debug log >=20 > If FM10K_DEBUG_DRIVER is enabled, then the log messages about > function entry are missing newline causing extremely long lines. >=20 > Signed-off-by: Stephen Hemminger Acked-by : Jing Chen