From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 21C21AD93 for ; Tue, 7 Jun 2016 22:03:53 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id m124so129050891wme.1 for ; Tue, 07 Jun 2016 13:03:53 -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=PTiVDa5wk0x3UoWm4nBR255AQZrGuG6MAHAffQXAOaQ=; b=b5TWpg645eM6OPIHjd4keume/OB/VIM4kLmYWWumsfsu0T5f5mUX9FYAgtBvxDII5X 2K6vPaca2DdYuowQZYNjb0t9geklxXunvIcqkBPKpFiaZTBRbfOFZ15N8rq4kyjFfI3G 7SYjQkxxlPiueSWG5+bxWK6hu0/s3JtfcEupKnuH8Ums202wUPJ1ICFpBVkAIkB+Ss5y ZNuI/a5BvWkdG4S2ZoWEpOoYQ0DdJZlA+TBroNNVeVK1VUrWUXAqt25no10VIMV9x+ED RFcHHasMxlEWIysANXkauuY7HJ7CbmM0VO1ItN7MmrrPMAnV5+UMNLvP+49c4hd5Z+46 gJmw== 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=PTiVDa5wk0x3UoWm4nBR255AQZrGuG6MAHAffQXAOaQ=; b=WCOhgKAyALY1F6to/Y8oqEWxM7w4VKZA5ym3S7M7mzPNPUod4pMjZz3Y1F1OjbZl5S CEtuyZyi8njQmHfsu1ve/9ItkxQph/Fw9uCvZVRuLUYFbakpMUC5bn+hs3UZUJah79qq S1q6bUY8fgwv67sdtzpoBY4cix4LZnYJZIBrgyygUWjGhLLmFbA88oTgIYq10XNMt9T3 hmE3BtSzrORljcmflJtqIUWsNNtqmveEUVHnfxd4FwEmpWvmi/K144rr5WP2cukJhyyH 1TG6Af2ynwHTjirxyttrarbEtKKEZJOWbQKKAWWV2V4QJLMMunKYaJLt+EyH3y5KjmVp KJNw== X-Gm-Message-State: ALyK8tJpXy9rhNOOBlzz0dJEBEIzeRN+P/2+M8DFHrP3PQM9XtcfwiXWek/vOYo1hINfiAv0 X-Received: by 10.194.230.35 with SMTP id sv3mr967514wjc.164.1465329832765; Tue, 07 Jun 2016 13:03:52 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id h138sm21019929wmd.19.2016.06.07.13.03.51 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Jun 2016 13:03:52 -0700 (PDT) From: Thomas Monjalon To: Fan Zhang Cc: dev@dpdk.org, declan.doherty@intel.com Date: Tue, 07 Jun 2016 22:03:51 +0200 Message-ID: <7438899.qkiIA9Ph5u@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1464685789-8386-1-git-send-email-roy.fan.zhang@intel.com> References: <1464685789-8386-1-git-send-email-roy.fan.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/5] app/test: rework crypto AES unit test 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, 07 Jun 2016 20:03:53 -0000 2016-05-31 10:09, Fan Zhang: > Fan Zhang (5): > app/test: categorize crypto AES test vectors into new file > app/test: add unified crypto aes test > app/test: utilize new unified crypto AES test function The first three patches have no real meaning separately. As they move and rework some code, it is better to not split with some patches which add code from nowhere and others which remove old code. Please squash. Clang throw an error for the second patch. The file permissions are wrong for the new files. > app/test: add crypto AES-CBC-128 HMAC-SHA224 and HMAC-SHA384 unit > tests > examples/l2fwd-crypto: enable AES counter mode cipher algorithm The fifth patch is already applied from another patchset.