From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id AAC5D1B1C0 for ; Thu, 19 Oct 2017 17:42:37 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Oct 2017 08:42:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,402,1503385200"; d="scan'208";a="1026967493" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga003.jf.intel.com with ESMTP; 19 Oct 2017 08:42:34 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.248]) by irsmsx105.ger.corp.intel.com ([163.33.3.28]) with mapi id 14.03.0319.002; Thu, 19 Oct 2017 16:42:33 +0100 From: "Nicolau, Radu" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "Gonzalez Monroy, Sergio" Thread-Topic: [PATCH v2] examples/ipsec_secgw: support jumbo frames Thread-Index: AQHTSO9B1d/m1XkS4kSIDSwg48Hrj6LrPoeAgAARPVA= Date: Thu, 19 Oct 2017 15:42:33 +0000 Message-ID: <763A2F19A5EFF34F8B7F1657C992EE297B2F06B6@IRSMSX104.ger.corp.intel.com> References: <1508327708-15090-1-git-send-email-radu.nicolau@intel.com> <1508426775-30986-1-git-send-email-radu.nicolau@intel.com> In-Reply-To: Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTA2Yzk4YTMtYmNlZS00OTBiLWE2OTAtMjZhMDE0YzljNGMwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImNOWVNSRFpNU2xiR3U5WUdEK3gra2tpSU9ZTzdKTnBxMGRcL2ZZdUFQMlJBPSJ9 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 v2] examples/ipsec_secgw: support jumbo frames 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 15:42:38 -0000 Hi, I did, sorry :) Working on them now. > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, October 19, 2017 4:40 PM > To: Nicolau, Radu ; dev@dpdk.org > Cc: Gonzalez Monroy, Sergio > Subject: RE: [PATCH v2] examples/ipsec_secgw: support jumbo frames >=20 > Hi Radu, >=20 > > -----Original Message----- > > From: Nicolau, Radu > > Sent: Thursday, October 19, 2017 4:26 PM > > To: dev@dpdk.org > > Cc: Gonzalez Monroy, Sergio ; De > > Lara Guarch, Pablo ; Nicolau, Radu > > > > Subject: [PATCH v2] examples/ipsec_secgw: support jumbo frames > > > > Added cmdline option for jumbo frames. > > Switched port initialization to the new offload API. > > > > Signed-off-by: Radu Nicolau >=20 > I think you missed the other comments that I had in your v1. >=20 > Pablo