From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Nicolau Subject: Re: [PATCH v2 5/6] examples/ipsec-secgw: iv should be be64 Date: Fri, 20 Oct 2017 16:28:21 +0100 Message-ID: References: <1507987683-12315-1-git-send-email-aviadye@dev.mellanox.co.il> <1508439184-17893-1-git-send-email-aviadye@dev.mellanox.co.il> <1508439184-17893-5-git-send-email-aviadye@dev.mellanox.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: borisp@mellanox.com, akhil.goyal@nxp.com, hemant.agrawal@nxp.com, declan.doherty@intel.com, liranl@mellanox.com, nelio.laranjeiro@6wind.com, thomas@monjalon.net To: aviadye@dev.mellanox.co.il, dev@dpdk.org, sergio.gonzalez.monroy@intel.com, pablo.de.lara.guarch@intel.com, aviadye@mellanox.com Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 432801B23C for ; Fri, 20 Oct 2017 17:28:25 +0200 (CEST) In-Reply-To: <1508439184-17893-5-git-send-email-aviadye@dev.mellanox.co.il> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/19/2017 7:53 PM, aviadye@dev.mellanox.co.il wrote: > From: Aviad Yehezkel > > According to rfc4106 the IV should be unique > and can be implemented as counter. > The changed was created because putting an analyzer > on wire and comparing packets generated by this > application and Linux kernel. > Linux kernel sets IV as BE, so it is worth to do > the same for future debug / comparison. > > Issue: None > Signed-off-by: Aviad Yehezkel > -- > v2: > * Fix commit message > --- > Acked-by: Radu Nicolau