From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 3C88A2B92 for ; Tue, 23 Aug 2016 18:37:00 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id i5so203630792wmg.0 for ; Tue, 23 Aug 2016 09:37:00 -0700 (PDT) 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:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=aYwadjpP+stl+H3t7+kvcsGcUySsFkWBWgv5QgZus6E=; b=fmxEViodVfxb90LTUqmxM7H/MjSH1W4skATKt5k53FvaPuH0U9eYNqNg8As+F9HNc+ W9tdrI/6l4Qo5bVyS+dRPytM2LXl6CoqMroIYkJOnJJSK6S4V2Gu4mQY3D9YP6y3XAHH CXweYA59zG/eezJ46xxlIrhG5nC9Www42GsinYwOM73zQk11WAhpu9R0m09b50qzhxAv fyhv7ybWjKoLAgiwus8vAK9ryU2ZgUf3CErJMkCDG2W2CS4PV5GM/drOvaPlFI9BKwLP nAvWfuqCCdE8DACu5b+0L+d7uB5jwNriAlyQoQ8ucPcSC/sKSppJqDj3nyaMcfOg/bFK JpeA== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=aYwadjpP+stl+H3t7+kvcsGcUySsFkWBWgv5QgZus6E=; b=KNoMn+BD+sHRiovSaPNo+Pa/Wky+mBH3YKvD/NmYmiuAVVDgrglfxlvp035d7+YVH4 REX/qBztvXjJk/dvabmWCiYe4M92cfE16dfRU7wmrLDjbtr6y557MNDbmv0FjB7Ppe+W vFAtfXukcZ6Bdf3VwYQ7Q1D1XobnXsQE1XRfk4lvXI6UThVPEmpIx57xGk0NX4tpOh8x +GY/vd4/BA3PZyOmlafBXRANJPZOC2Us1i438+vDt5byZqeBZZI9dH/xSk4lsdkjiUjj Q7S1KLMScVmYUuKM++jFF8T5a/CMuWgSQpmYtE5yjUAuPxk7YlXlRL/dsAI2KfondBGZ ggHA== X-Gm-Message-State: AEkoouvtuWQMFMF7L1XcqueNg4j9tPYI6yL2fLhAqaIuIAIskkxumnRsLmrCRkXdTSfV0njd X-Received: by 10.194.120.164 with SMTP id ld4mr22876100wjb.81.1471970219794; Tue, 23 Aug 2016 09:36:59 -0700 (PDT) Received: from xps13.localnet (124.17.90.79.rev.sfr.net. [79.90.17.124]) by smtp.gmail.com with ESMTPSA id uo4sm4717670wjc.36.2016.08.23.09.36.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Aug 2016 09:36:58 -0700 (PDT) From: Thomas Monjalon To: Adrien Mazarguil Cc: dev@dpdk.org Date: Tue, 23 Aug 2016 18:36:57 +0200 Message-ID: <1730769.nrCndssr6G@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 00/10] Fix build errors related to exported headers 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: Tue, 23 Aug 2016 16:37:00 -0000 After rebasing the patchset, the compilation of each patch seems good. But the new checks fail with clang: rte_memcpy.h:814:2: error: implicit declaration of function '_mm_alignr_epi8' is invalid in C99 Other comments about the script: - it is too long (can it be parallelized?) - it does not stop printing errors after the first one