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 4787BC936 for ; Fri, 26 Jun 2015 16:10:42 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 26 Jun 2015 07:10:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,685,1427785200"; d="scan'208";a="735230078" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga001.fm.intel.com with ESMTP; 26 Jun 2015 07:10:40 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.216]) by IRSMSX107.ger.corp.intel.com ([169.254.10.39]) with mapi id 14.03.0224.002; Fri, 26 Jun 2015 15:10:39 +0100 From: "Mcnamara, John" To: Thomas Monjalon , Maxim Uvarov , "tero.aho@coriant.com" Thread-Topic: [dpdk-dev] [PATCH] support jumbo frames for pcap vdev Thread-Index: AQHQop1YUlgD5vZAZEO7s47s0mMwtp2kFdkg///6AYCAGswRgIAAEkNg Date: Fri, 26 Jun 2015 14:10:39 +0000 Message-ID: References: <1433844923-29797-1-git-send-email-maxim.uvarov@linaro.org> <5576E12F.4030200@linaro.org> <4834004.3WCpfd7CLu@xps13> In-Reply-To: <4834004.3WCpfd7CLu@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" , Bill Fischofer Subject: Re: [dpdk-dev] [PATCH] support jumbo frames for pcap vdev X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2015 14:10:42 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, June 26, 2015 3:04 PM > To: Maxim Uvarov; Mcnamara, John; tero.aho@coriant.com > Cc: dev@dpdk.org; Bill Fischofer > Subject: Re: [dpdk-dev] [PATCH] support jumbo frames for pcap vdev >=20 > 2015-06-09 15:50, Maxim Uvarov: > > On 06/09/15 15:15, Mcnamara, John wrote: > > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maxim Uvarov > > >> PCAP PMD vdev is used mostly for testing. Increase snapshot len > > >> parameter provided to pcap_open_live() to accept packet more then > > >> 4096 (support jumbo frames for pcap pmd). > > > > > > There is already an existing patch for jumbo frame support in the PCA= P > pmd. > > > > > > http://dpdk.org/dev/patchwork/patch/3792/ > > > > > > Could you review/try that and see if it is suitable for your purposes= . > > > > Thanks, I did not see that patch. I see that your patch supports > > segmentation also. Will do test in my environment. >=20 > Any update? Hi Thomas, I hope to rework and resubmit it early next week. John. --=20