From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id CA9FC1B1C6 for ; Wed, 18 Oct 2017 18:18:06 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Oct 2017 09:18:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,397,1503385200"; d="scan'208";a="164111747" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.113]) ([10.237.221.113]) by fmsmga005.fm.intel.com with ESMTP; 18 Oct 2017 09:18:04 -0700 To: Tomasz Duszynski , dev@dpdk.org References: <1507881876-20286-1-git-send-email-tdu@semihalf.com> From: Sergio Gonzalez Monroy Message-ID: Date: Wed, 18 Oct 2017 17:18:04 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1507881876-20286-1-git-send-email-tdu@semihalf.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Wed, 18 Oct 2017 16:18:07 -0000 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(-) Acked-by: Sergio Gonzalez Monroy