From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 9C07FA84F for ; Tue, 16 Jan 2018 15:24:12 +0100 (CET) Received: from lfbn-lil-1-110-231.w90-45.abo.wanadoo.fr ([90.45.197.231] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ebS9u-0000Cr-R5; Tue, 16 Jan 2018 15:24:16 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Tue, 16 Jan 2018 15:24:10 +0100 Date: Tue, 16 Jan 2018 15:24:09 +0100 From: Olivier Matz To: Nelio Laranjeiro Cc: dev@dpdk.org, borisp@mellanox.com Message-ID: <20180116142409.yazvskvhlgsrzuib@platinum> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH 1/2] net: fix ESP header byte ordering definition 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: Tue, 16 Jan 2018 14:24:12 -0000 On Thu, Jan 11, 2018 at 10:15:58AM +0100, Nelio Laranjeiro wrote: > ESP header is defined in the RFC2406 [1] as Big Endian fields it should use > the corresponding types in DPDK as well. > > Fixes: d4b684f7197a ("net: add ESP header to generic flow steering") I wonder if we should really mark this as a fix. > Cc: borisp@mellanox.com > > Signed-off-by: Nelio Laranjeiro > > [1] https://tools.ietf.org/html/rfc2406 Acked-by: Olivier Matz