From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 64551378E for ; Sun, 18 Sep 2016 08:56:10 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP; 17 Sep 2016 23:56:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,355,1470726000"; d="scan'208";a="880981047" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga003.jf.intel.com with ESMTP; 17 Sep 2016 23:56:08 -0700 Message-ID: <57DE3B54.2020007@intel.com> Date: Sun, 18 Sep 2016 14:59:32 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "Chen, Zhaoyan" , "dts@dpdk.org" References: <1474168932-6913-1-git-send-email-yong.liu@intel.com> <9DEEADBC57E43F4DA73B571777FECECA3A58EDBA@shsmsx102.ccr.corp.intel.com> In-Reply-To: <9DEEADBC57E43F4DA73B571777FECECA3A58EDBA@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] tests l2fwd_crypto: add md5 hmac algorithm check X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 06:56:10 -0000 Thanks, applied into master branch. On 09/18/2016 02:00 PM, Chen, Zhaoyan wrote: >> -----Original Message----- >> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Marvin Liu >> Sent: Sunday, September 18, 2016 11:22 AM >> To: dts@dpdk.org >> Cc: Liu, Yong >> Subject: [dts] [PATCH] tests l2fwd_crypto: add md5 hmac algorithm check >> >> Support md5 hmac algorithm output hash value check. >> Reduce dut port requirement to only one port. >> When md5 hmac value is None, calculate it by hmac library. >> >> Signed-off-by: Marvin Liu > Acked-by: Zhaoyan Chen