From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 00/13] Fixes for exported headers Date: Tue, 25 Apr 2017 11:04:35 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 35B825942 for ; Tue, 25 Apr 2017 12:04:44 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/25/2017 9:29 AM, Adrien Mazarguil wrote: > This series addresses the remaining issues seen by check-includes.sh in > exported headers. Most of them may cause compilation errors in user > applications: > > - Dependencies on missing includes. > - Non-standard C/C++ constructs usage without associated safeties. > - Missing C++ awareness blocks. > > It also addresses the incomplete implementation of E-Tag and NVGRE flow API > pattern items. > > Changes in v2: > > - Fixed (still) incomplete E-tag and NVGRE flow API documentation. Hi Adrien, Thanks for fixing this. > - Renamed E-Tag item parameter "ecid_b" to "grp_ecid_b" in testpmd, to > reflect that both fields are set at once. > - Fixed remaining compilation issue with RTE_LIBRTE_EVENTDEV_DEBUG. > - Fixed avp include to avoid kernel module compilation issue pointed out > by Allain.