From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 4806E8DA7 for ; Wed, 25 Nov 2015 01:33:34 +0100 (CET) Received: by wmww144 with SMTP id w144so48735379wmw.0 for ; Tue, 24 Nov 2015 16:33:34 -0800 (PST) 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:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=aViJ88pj/7tED8uxJ67naI7uLqA7y2Irk+T0zBRafpw=; b=rgMbemkDPV+ro9Cnhl75qWYtfqjksP2IAg3xI91/xjP/V+sZgajqE/3UYhkWY3GtXf 0w1Y6j2pSvAFL/KJcSkK+DID+PitbQFo0xunup42Da0S+Yx4BB1bRwGzEDwFghIe7nlU uTzalqLaC5eau9dBajNGtujIz4cWpfOUIvwjDMoSPQKr4Ga+1XQstZC9xuc3YXq+kbzL 3j5jb5eIUoZR5hrkJeD7zf5dr2LnRDKzIzqhJEIiXKVCqGGhi6ZNYyAf7fapkUdV5SLi flvS858rFJOGdQ72RXnhbI68VYppG3YF0uNn0IWQRrxEdOo1ScAbvnNPbvKa9PUCQL7M o4kg== 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=aViJ88pj/7tED8uxJ67naI7uLqA7y2Irk+T0zBRafpw=; b=eqB6SwLNOz3i6+fd3vWOMvMKcKBqQk4toqIZlzamGUdHCK1PXYTY3xEbJuMzi9kvOh BIli+2eZWr0YAkWwt4mSmhu/wKQas+Rjp6AinkGQlKf2k2kpzB7N/AaeJgluI68//Hsw OJb8pqOAUw5BdV9Lrfwy1DfPgKa7PVrNF2+QzcvM+Yl64SHiZOZmxNqarwP5VWuiCwKQ /DB2aijcpnOxxf/6AbMboiYyBUCtWKw1zSpo+FGOUpgY68o4XNpWmb7KxCDlhfdzqvOD HE5i69LgxRZ1nnyNeDd0KZ1+Qb8iiPIqzlCXKm0kh8ctdQbR2E9FYGSg5NJLJ0mNNsWB rE8Q== X-Gm-Message-State: ALoCoQkfT1BhS3faRNH5MhnF99YCYXZiCGyn8zlKBsJP3p807/OL7emp0HPWFz7ObbnOJ+B3R+l+ X-Received: by 10.194.86.161 with SMTP id q1mr37997593wjz.88.1448411614104; Tue, 24 Nov 2015 16:33:34 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id k133sm925540wmg.18.2015.11.24.16.33.33 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Nov 2015 16:33:33 -0800 (PST) From: Thomas Monjalon To: Declan Doherty Date: Wed, 25 Nov 2015 01:32:15 +0100 Message-ID: <2290846.3Se1vxxf65@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1447441090-8129-6-git-send-email-declan.doherty@intel.com> References: <1447176763-19303-1-git-send-email-declan.doherty@intel.com> <1447441090-8129-1-git-send-email-declan.doherty@intel.com> <1447441090-8129-6-git-send-email-declan.doherty@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v7 05/10] cryptodev: Initial DPDK Crypto APIs and device framework release 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: Wed, 25 Nov 2015 00:33:34 -0000 2015-11-13 18:58, Declan Doherty: > lib/librte_cryptodev/rte_crypto.h | 613 +++++++++++++ > lib/librte_cryptodev/rte_cryptodev.c | 1092 ++++++++++++++++++++++++ > lib/librte_cryptodev/rte_cryptodev.h | 649 ++++++++++++++ Doxygen reports some errors: lib/librte_cryptodev/rte_crypto.h:565: warning: unable to resolve reference to `rte_crypto_hash_setup_data' for \ref command lib/librte_cryptodev/rte_crypto.h:585: warning: argument 'm' of command @param is not found in the argument list of __rte_crypto_op_reset(struct rte_crypto_op *op) lib/librte_cryptodev/rte_crypto.h:589: warning: unable to resolve reference to `rte_crypto_hash_params' for \ref command lib/librte_cryptodev/rte_crypto.h:593: warning: The following parameters of __rte_crypto_op_reset(struct rte_crypto_op *op) are not documented: lib/librte_cryptodev/rte_cryptodev.h:241: warning: argument 'nb_qp_queue' of command @param is not found in the argument list of rte_cryptodev_configure(uint8_t dev_id, struct rte_cryptodev_config *config) lib/librte_cryptodev/rte_cryptodev.h:256: warning: The following parameters of rte_cryptodev_configure(uint8_t dev_id, struct rte_cryptodev_config *config) are not documented: lib/librte_cryptodev/rte_cryptodev.h:563: warning: argument 'queue_id' of command @param is not found in the argument list of rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id, struct rte_mbuf **pkts, uint16_t nb_pkts) lib/librte_cryptodev/rte_cryptodev.h:563: warning: argument 'tx_pkts' of command @param is not found in the argument list of rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id, struct rte_mbuf **pkts, uint16_t nb_pkts) lib/librte_cryptodev/rte_cryptodev.h:593: warning: The following parameters of rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id, struct rte_mbuf **pkts, uint16_t nb_pkts) are not documented: