From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 20 Oct 2017 08:28:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,405,1503385200"; d="scan'208";a="1233206716" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.73]) ([10.237.221.73]) by fmsmga002.fm.intel.com with ESMTP; 20 Oct 2017 08:28:21 -0700 To: aviadye@dev.mellanox.co.il, dev@dpdk.org, sergio.gonzalez.monroy@intel.com, pablo.de.lara.guarch@intel.com, aviadye@mellanox.com 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 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> From: Radu Nicolau Message-ID: Date: Fri, 20 Oct 2017 16:28:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1508439184-17893-5-git-send-email-aviadye@dev.mellanox.co.il> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v2 5/6] examples/ipsec-secgw: iv should be be64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2017 15:28:25 -0000 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