From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix l2fwd-crypto sample command Date: Tue, 07 Jun 2016 22:15:36 +0200 Message-ID: <1477824.Lqh4gDM5Od@xps13> References: <1464166815-122789-1-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com To: Fan Zhang Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id A9E2F6CCC for ; Tue, 7 Jun 2016 22:15:38 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id v199so35175192wmv.0 for ; Tue, 07 Jun 2016 13:15:38 -0700 (PDT) In-Reply-To: <1464166815-122789-1-git-send-email-roy.fan.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-05-25 10:00, Fan Zhang: > Fixes ba7b86b1 ("doc: add l2fwd-crypto sample app guide") > > Corrected a typo in application name. > > Corrected authentication algorithm to fit the sample 16-byte > authentication key. > > Signed-off-by: Fan Zhang Applied, thanks