From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: Fix compile issue with icc Date: Thu, 26 Nov 2015 22:16:07 +0100 Message-ID: <3224277.Wv80ciLYRN@xps13> References: <1448522492-16239-1-git-send-email-michael.qiu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Michael Qiu 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) In-Reply-To: <1448522492-16239-1-git-send-email-michael.qiu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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