From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id AAA511BD37; Fri, 11 May 2018 11:03:14 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 May 2018 02:03:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,387,1520924400"; d="scan'208";a="198502904" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga004.jf.intel.com with ESMTP; 11 May 2018 02:03:12 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 11 May 2018 02:03:10 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 11 May 2018 02:03:09 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.240]) with mapi id 14.03.0319.002; Fri, 11 May 2018 17:03:08 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Wu, Jingjing" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v2] net/i40e: print original value for global register change Thread-Index: AQHT6OnFM5QBHNQAbUGDjGUAVVqrB6QqO8uw Date: Fri, 11 May 2018 09:03:07 +0000 Message-ID: <039ED4275CED7440929022BC67E70611531B1322@SHSMSX103.ccr.corp.intel.com> References: <1526060124-85580-1-git-send-email-beilei.xing@intel.com> <1526062627-25699-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1526062627-25699-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjAwYTY2OTAtYTU3Yy00MDM0LTk3MWEtNTczMTAxNTk0YTJlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJNZ2tmSkRYMG9LT1BBdDBoVHdFRzEzWTFvNGpTYm9tanZjK0tFRFZRSUF3aWF0MkhuMlZvZ1FwcEcwVDBDZllyIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH v2] net/i40e: print original value for global register change X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 09:03:15 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Saturday, May 12, 2018 2:17 AM > To: Wu, Jingjing ; Zhang, Qi Z > Cc: dev@dpdk.org; stable@dpdk.org > Subject: [PATCH v2] net/i40e: print original value for global register ch= ange >=20 > Currently, only new value is printed during global register change. Add o= riginal > value to help debugging facility. >=20 > Fixes: bc66b9717c50 ("net/i40e: add debug logs when writing global regist= ers") > Cc: stable@dpdk.org >=20 > Signed-off-by: Beilei Xing > --- Acked-by: Qi Zhang