From patchwork Fri Apr 21 14:25:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 97910 Delivered-To: patch@linaro.org Received: by 10.182.246.10 with SMTP id xs10csp335623obc; Fri, 21 Apr 2017 07:26:10 -0700 (PDT) X-Received: by 10.55.23.132 with SMTP id 4mr9195171qkx.85.1492784770683; Fri, 21 Apr 2017 07:26:10 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 94si1818697qkw.248.2017.04.21.07.26.10; Fri, 21 Apr 2017 07:26:10 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 58F0F62280; Fri, 21 Apr 2017 14:26:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, RCVD_IN_SORBS_SPAM, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 13ABF60985; Fri, 21 Apr 2017 14:25:35 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 91F8B608C6; Fri, 21 Apr 2017 14:25:31 +0000 (UTC) Received: from mail-oi0-f43.google.com (mail-oi0-f43.google.com [209.85.218.43]) by lists.linaro.org (Postfix) with ESMTPS id 57CD6608AF for ; Fri, 21 Apr 2017 14:25:30 +0000 (UTC) Received: by mail-oi0-f43.google.com with SMTP id y11so65138436oie.0 for ; Fri, 21 Apr 2017 07:25:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=2LSYLzhs53BpXiwesbHaFuzmEbom8ZGFydXjvlbP91E=; b=NjA6/JyT39N/P5ri3fqaIqOzAJbmtQfHijETdL0fImnYbsifka0Dhjb7Hi0uNnSMfq dIB3xYy7r5Fy+OQ7UZzMfZ0iK/V5Xn4K1VJ/qMZUXxX3iBk9yqMcGGJLRuNHfg22CKmu sXG/lN33qnoLKPmtX+9xQBiH+W5WewOFqeabgnBXtgZA9koc6W4AQhH0S6KAJDWVTvFH 9UvityBWcjnEf0USqX5QZkJNvSCDn7XVGE+5BV/NSK3eHOGZrpiFL2V6V9FCzSu+8vDE SYh4V5YxuQEHVneZnT8TjayknhChvA60FhVpzCLMc0HdDeLFj/paJ+np80m9F6hraKUq xPhg== X-Gm-Message-State: AN3rC/53x9yIUIALcl3tgPYCn149c1yYgXROfLkWzQxv7risfQf4gjg4 mwPNyfQaBex63rNvCUk= X-Received: by 10.157.18.193 with SMTP id g59mr7592121otg.261.1492784729822; Fri, 21 Apr 2017 07:25:29 -0700 (PDT) Received: from localhost.localdomain (cpe-70-121-83-241.austin.res.rr.com. [70.121.83.241]) by smtp.gmail.com with ESMTPSA id z9sm4103192otd.44.2017.04.21.07.25.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 21 Apr 2017 07:25:29 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Fri, 21 Apr 2017 09:25:21 -0500 Message-Id: <1492784725-31626-2-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1492784725-31626-1-git-send-email-bill.fischofer@linaro.org> References: <1492784725-31626-1-git-send-email-bill.fischofer@linaro.org> Subject: [lng-odp] [API-NEXT PATCHv3 2/6] api: ipsec: add additional doxygen documentation X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2952 by adding additional field documentation to avoid problems with doxygen 1.8.13 and higher. Signed-off-by: Bill Fischofer --- include/odp/api/spec/ipsec.h | 5 +++++ 1 file changed, 5 insertions(+) -- 2.11.0 diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h index a0ceb11a..3521d2f8 100644 --- a/include/odp/api/spec/ipsec.h +++ b/include/odp/api/spec/ipsec.h @@ -157,6 +157,7 @@ typedef struct odp_ipsec_inbound_config_t { /** Flags to control IPSEC payload data checks up to the selected parse * level. */ union { + /** Mapping for individual bits */ struct { /** Check IPv4 header checksum in IPSEC payload. * Default value is 0. */ @@ -195,6 +196,7 @@ typedef struct odp_ipsec_outbound_config_t { * metadata flag to disable checksum insertion per packet bases. */ union { + /** Mapping for individual bits */ struct { /** Insert IPv4 header checksum on the payload packet * before IPSEC transformation. Default value is 0. */ @@ -393,6 +395,7 @@ typedef struct odp_ipsec_tunnel_param_t { /** Tunnel type: IPv4 or IPv6 */ odp_ipsec_tunnel_type_t type; + /** Variant mappings for tunnel parameters */ union { /** IPv4 header parameters */ struct { @@ -850,6 +853,7 @@ typedef struct odp_ipsec_op_opt_t { /** IPSEC operation status */ typedef struct odp_ipsec_op_status_t { + /** Variant mappings for op status */ union { /** Error flags */ struct { @@ -901,6 +905,7 @@ typedef struct odp_ipsec_op_status_t { uint32_t all_error; }; + /** Variant mappings for status flags */ union { /** Status flags */ struct {