From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by dpdk.org (Postfix) with ESMTP id B3E8C559A for ; Tue, 25 Apr 2017 10:30:17 +0200 (CEST) Received: by mail-wr0-f175.google.com with SMTP id w50so81150415wrc.0 for ; Tue, 25 Apr 2017 01:30:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=MDqk2G8rwXW6M28CLu8gbg44Byr4ZZAWcbrmuSKkGaY=; b=tgWip9QXi4hUKOOLdMI9awgZCFrDMlWvbayyV4x/1px85SB6lIJHLkr0EKjT5vePbk jQA4hTjzoZ+Jgkvs0KT9GZn9teVrjZ10Uw7rB6uGQtuy25dDg/qbeFQbyXzutlbGITMc pcAUTI/jJSa8C5LQHC1hJHn5FduEaXJ1q1jafE2isShnFzPgPWYndQ+2f5hvbwlYk4z6 snnInHBovLBi2mQygvncvFcxCNWIfyVY6NqfQcmP4Ee8VnMFixyIwqHm1TEYaWJ4XiD7 VpUebJT0VNgqI0isu+pWNS1hII5iYjOWi4ViJj4LSHyY4O7vu/H57w3E+EgnzbwJpyff 9RgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=MDqk2G8rwXW6M28CLu8gbg44Byr4ZZAWcbrmuSKkGaY=; b=se3SSlAv7zz5RHDYCH88OCiSdQbioRHn/rIRcIe7YtzaIVksgfXCkWnpBj7suAYrNv WrDLKVJ4VM2c1ZCQSqOPR9uQyRq0DG7uYbGI59/1JG106O9zWHOjqvgeMdVE2EjfmPMk igyjhuyCVSFEXLyQ9AqGs4N41QWlgYMVUJ27+ieUWKP8mPnC21lsMqxuoZhrTDRxtf9R 3ftLgxstpOro2o3v03HVm1M82KU5Rkq8SSN/EyZZfYfUSGJRHrE/urj6Yv/nmkJHady2 I7Z0an2tIzQYzkHSOmjNwCEOxwyrcbMWRgYiqVSD1GBy4oQOYwCRkYxs/fLga8xZg4Ae NQ3w== X-Gm-Message-State: AN3rC/40r5Rn5mBuZscfCToIbrzzLlmhmwA4AjE4pWUZvqzewupcMMeY L5euYJa8zqRJN5tic1M= X-Received: by 10.223.171.6 with SMTP id q6mr8914076wrc.147.1493109017110; Tue, 25 Apr 2017 01:30:17 -0700 (PDT) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id q140sm3246387wmb.14.2017.04.25.01.30.15 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 25 Apr 2017 01:30:15 -0700 (PDT) From: Adrien Mazarguil To: dev@dpdk.org Date: Tue, 25 Apr 2017 10:29:54 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v2 00/13] Fixes for exported headers 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, 25 Apr 2017 08:30:17 -0000 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. - 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. Adrien Mazarguil (13): crypto/scheduler: fix missing includes eventdev: fix errors with strict compilation flags latency: fix missing includes in exported header net: fix missing include in exported header vhost: fix errors with strict compilation flags mbuf: fix missing includes in exported header net/avp: fix errors in exported headers bitrate: fix errors in exported header efd: fix missing include in exported header metrics: fix errors in exported header ethdev: fix C++ errors in flow API ethdev: fix C++ errors in flow API (MPLS, GRE) ethdev: fix incomplete items in flow API app/test-pmd/cmdline_flow.c | 46 ++++++++++++++++++ devtools/check-includes.sh | 4 +- doc/guides/prog_guide/rte_flow.rst | 26 ++++++++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 8 +++ .../crypto/scheduler/rte_cryptodev_scheduler.h | 1 + .../rte_cryptodev_scheduler_operations.h | 1 + drivers/net/avp/rte_avp_common.h | 17 ++++++- drivers/net/avp/rte_avp_fifo.h | 12 +++++ lib/librte_bitratestats/rte_bitrate.h | 10 ++++ lib/librte_efd/rte_efd.h | 2 + lib/librte_ether/rte_flow.h | 51 ++++++++++++++++++++ lib/librte_eventdev/rte_eventdev.h | 3 +- lib/librte_eventdev/rte_eventdev_pmd.h | 24 ++++----- lib/librte_latencystats/rte_latencystats.h | 2 + lib/librte_mbuf/rte_mbuf_ptype.h | 3 ++ lib/librte_metrics/rte_metrics.h | 10 ++++ lib/librte_net/rte_net_crc.h | 2 + lib/librte_vhost/rte_vhost.h | 16 ++++-- 18 files changed, 217 insertions(+), 21 deletions(-) -- 2.1.4