From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1F6771BA96 for ; Fri, 22 Jun 2018 12:23:10 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jun 2018 03:23:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,256,1526367600"; d="scan'208";a="51373975" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga008.jf.intel.com with ESMTP; 22 Jun 2018 03:23:09 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by irsmsx105.ger.corp.intel.com ([169.254.7.126]) with mapi id 14.03.0319.002; Fri, 22 Jun 2018 11:23:08 +0100 From: "Iremonger, Bernard" To: Stephen Hemminger , "dev@dpdk.org" , Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v3 3/3] examples/l3fwd: format the IP addresses for printing Thread-Index: AQHUB0x1qvAUS4BjWUSTJjsn7svDRaRsFb2g Date: Fri, 22 Jun 2018 10:23:08 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260CB71A8@IRSMSX108.ger.corp.intel.com> References: <20180618213557.15209-1-stephen@networkplumber.org> <20180618213557.15209-4-stephen@networkplumber.org> In-Reply-To: <20180618213557.15209-4-stephen@networkplumber.org> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGU5OTQ0YzItMzMzMS00NGI3LThjMDMtZTZiMzVmYjIxZmRhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicUp5UHZCdTg1OUErUHBWY0Y5N0ZLK1A2bVpUVHVhSXo1b3pkMmFhU0JMSG5BdXNTSU9kUTR1UGRmNXZoTytFZSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 3/3] examples/l3fwd: format the IP addresses for printing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2018 10:23:11 -0000 Hi Stephen, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger > Sent: Monday, June 18, 2018 10:36 PM > To: dev@dpdk.org > Cc: Stephen Hemminger > Subject: [dpdk-dev] [PATCH v3 3/3] examples/l3fwd: format the IP addresse= s for > printing >=20 > It is better user experience to print standard format for addresses rathe= r than > raw hex. >=20 > Signed-off-by: Stephen Hemminger > --- > examples/l3fwd/l3fwd_lpm.c | 15 ++++++++++----- dpdk/devtools/check-git-log.sh -1 Wrong beginning of commit message: It is better user experience to print standard format for addresses It is complaining about "It" in the commit message, not sure why. Hi Thomas, Could this be a bug in the check-git-log script.=20 Regards, Bernard.