From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 24B491B4A1 for ; Tue, 27 Nov 2018 14:24:54 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2018 05:24:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,286,1539673200"; d="scan'208";a="94717891" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga006.jf.intel.com with ESMTP; 27 Nov 2018 05:24:53 -0800 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 27 Nov 2018 05:24:53 -0800 Received: from HASMSX110.ger.corp.intel.com (10.184.198.28) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 27 Nov 2018 05:24:52 -0800 Received: from hasmsx112.ger.corp.intel.com ([169.254.11.97]) by HASMSX110.ger.corp.intel.com ([169.254.6.157]) with mapi id 14.03.0415.000; Tue, 27 Nov 2018 15:24:49 +0200 From: "Jozwiak, TomaszX" To: "Daly, Lee" , "Trahe, Fiona" CC: "dev@dpdk.org" Thread-Topic: [PATCH] test/compress: improve debug trace setup Thread-Index: AQHUgA86iYs0qTuiOkqBmXwbMEVt6qVjqGAg Date: Tue, 27 Nov 2018 13:24:49 +0000 Message-ID: References: <1542635573-85083-1-git-send-email-lee.daly@intel.com> In-Reply-To: <1542635573-85083-1-git-send-email-lee.daly@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.104.12.185] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] test/compress: improve debug trace setup 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: Tue, 27 Nov 2018 13:24:55 -0000 > -----Original Message----- > From: Daly, Lee > Sent: Monday, November 19, 2018 2:53 PM > To: Trahe, Fiona ; Jozwiak, TomaszX > > Cc: dev@dpdk.org; Daly, Lee > Subject: [PATCH] test/compress: improve debug trace setup >=20 > This removes the magic number from the assignment of the engine variable, > which is used in the debug trace. >=20 > Signed-off-by: Lee Daly > --- Acked-by: Tomasz Jozwiak