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 341DE1B27F; Thu, 19 Oct 2017 21:12:34 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP; 19 Oct 2017 12:12:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,402,1503385200"; d="scan'208";a="162514548" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga005.jf.intel.com with ESMTP; 19 Oct 2017 12:12:33 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX153.ger.corp.intel.com ([169.254.9.34]) with mapi id 14.03.0319.002; Thu, 19 Oct 2017 20:12:32 +0100 From: "De Lara Guarch, Pablo" To: "Gonzalez Monroy, Sergio" , "Tomasz Duszynski" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] examples/ipsec-secgw: set ip6_plen to the proper value Thread-Index: AQHTSCzAO2lhh+IexEK8Ph5vUUtdf6Lri/Fw Date: Thu, 19 Oct 2017 19:12:31 +0000 Message-ID: References: <1507881876-20286-1-git-send-email-tdu@semihalf.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmMzZTA5YjktZTNjYi00OTMzLTkxN2QtNjRiM2MzYzZlYjgwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlZYR1wvKzJUVTlzSWdPNXY4d3Rza1NlalJKWWVEVmhDcFhYQzlieEFJaEt3PSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: set ip6_plen to the proper value 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: Thu, 19 Oct 2017 19:12:35 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Wednesday, October 18, 2017 5:18 PM > To: Tomasz Duszynski ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: set ip6_plen to the > proper value >=20 > On 13/10/2017 09:04, Tomasz Duszynski wrote: > > ipv6 payload length header field should contain only the number of > > bytes following the ipv6 header and not the entire packet size. > > > > Fixes: f159e70b0922 ("examples/ipsec-secgw: support transport mode") > > Fixes: 906257e965b7 ("examples/ipsec-secgw: support IPv6") > > > > Signed-off-by: Tomasz Duszynski > > --- > > examples/ipsec-secgw/esp.c | 6 ++++-- > > examples/ipsec-secgw/ipip.h | 3 ++- > > 2 files changed, 6 insertions(+), 3 deletions(-) >=20 > Acked-by: Sergio Gonzalez Monroy CC'ing stable ML. Applied to dpdk-next-crypto. Thanks, Pablo