From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id DA22DA046B for ; Tue, 25 Jun 2019 15:07:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9F99C1B9ED; Tue, 25 Jun 2019 15:07:40 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 49A4D1B99F; Tue, 25 Jun 2019 15:07:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jun 2019 06:07:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,415,1557212400"; d="scan'208";a="336844504" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga005.jf.intel.com with ESMTP; 25 Jun 2019 06:07:35 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.143]) by IRSMSX102.ger.corp.intel.com ([169.254.2.159]) with mapi id 14.03.0439.000; Tue, 25 Jun 2019 14:07:34 +0100 From: "Ananyev, Konstantin" To: Akhil Goyal , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v2 1/5] examples/ipsec-secgw: fix invalid packet length Thread-Index: AQHVHF5OVhirgNju4EWHVRO4l0YpxqasY6OAgAARQ1A= Date: Tue, 25 Jun 2019 13:07:34 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725801689E4976@IRSMSX104.ger.corp.intel.com> References: <20190527184448.21264-1-konstantin.ananyev@intel.com> <20190606115151.27805-1-konstantin.ananyev@intel.com> <20190606115151.27805-2-konstantin.ananyev@intel.com> In-Reply-To: Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmFmZjgyY2EtODNhNC00MjljLThiNWUtM2E2ODBjMzA2NzM1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZEkxRW5NeU5ZbFRUU25rUUxIT1pqbStJM2xobnJPMlVlSjBuMGFBQm1nNkZYVCt3R2NIMDFzS1RKT1wveXMwVVgifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 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 v2 1/5] examples/ipsec-secgw: fix invalid packet length 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Akhil,=20 >=20 > Hi Konstantin, >=20 > Could you please rebase this patchset. There are some conflicting changes= because of Marcin's patches. > Also could you please squash your doc patch with " examples/ipsec-secgw: = support packet fragmentation and reassembly " > As per convention followed, there should not be separate doc patches. Sure, will do. Konstantin