From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 1EED19223 for ; Thu, 26 Nov 2015 22:17:27 +0100 (CET) Received: by wmww144 with SMTP id w144so36023442wmw.0 for ; Thu, 26 Nov 2015 13:17:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=RLUJAZ0kCdm2rf4cNEydm9NhY8B4V17ZwJ5x5kHa8BI=; b=Z7dmLgJOgeiUPA2ZR785WlHsoYSuFviIoy8T9RFd7wfuKwIxyDwAgMqrDz/Lc7nlTL gLcZtU3CTDpiIq3hXgKWCFCqImsHwd5MlpIu+Xr8vJ0i/2W81KW2b0UyxYfnZMwEQ0Q3 n3Wi5NmGcdj+thAPPWF5KH1T1jqkARsveV92zKRiElHxytdRZ15+X/Qxlp+5XkZzI7tE 2nHw2zzAd/tTnBuUFAhQ5qzMV3RHsJ2I09b+Nx1cVglyqTuJ67bukHZTPT6BBHS4Y8W+ nsfFdSXIsoNYPgdKH5HbYWjmsfnHrWGYUwgmbX2Z3GTj8FAGWop63aKo0QNOUOypEXuN 6BYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=RLUJAZ0kCdm2rf4cNEydm9NhY8B4V17ZwJ5x5kHa8BI=; b=jH9u5yd8Gb5XRqNKXFPgrlfYxyC2ynDsMEoiidXXBU1PNaJ9A6SmKzBp0p4nWdoe9G Gon+GgWsSi2cHQYMuL5k/qSJRXW1ywrOo6D2ptp8uCFB10A21/IDFenaNv6GukCtd+LL Yf0GTplx8VYZb5JcIYP1CuzUA2xkQrmx/l0hVwTxwnUcAOtbTkDJqXbw0i1x8BiLeV+l mpFlSkug8cM6V+0wVvMMPK7mzb9PxviYQZqs45XmhRWjkJYNpn7HSA7B3Cz8G4ElflxP zGR1nG/eOtOQjjVxHL707nNEK8VDNvGqClpCMCNE0uiLGo7wSb4vqr+EZ4aJ+lrYHV1L h1Ag== X-Gm-Message-State: ALoCoQnVmB/h7SYYcytAlz4zXoAJ33YrcC1Jzu+0Tq+eeopNU5fb40fXPVeziA1SOwjuaTqByvNB X-Received: by 10.28.225.6 with SMTP id y6mr6274059wmg.58.1448572646964; Thu, 26 Nov 2015 13:17:26 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id 186sm4455985wmv.9.2015.11.26.13.17.26 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Nov 2015 13:17:26 -0800 (PST) From: Thomas Monjalon To: Michael Qiu Date: Thu, 26 Nov 2015 22:16:07 +0100 Message-ID: <3224277.Wv80ciLYRN@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1448522492-16239-1-git-send-email-michael.qiu@intel.com> References: <1448522492-16239-1-git-send-email-michael.qiu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] app/test: Fix compile issue with icc 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: Thu, 26 Nov 2015 21:17:27 -0000 2015-11-26 15:21, Michael Qiu: > app/test/test_cryptodev_perf.c(1837): error #192: unrecognized > character escape sequence > printf("\n%u\t%u\t\%u\t\t%u\t\t%u", dev_num, 0, > > "\%u" is the root cause of this issue, just fix it. > > Signed-off-by: Michael Qiu Fixes: 202d375c60bc ("app/test: add cryptodev unit and performance tests") Applied, thanks