From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] support jumbo frames for pcap vdev Date: Fri, 26 Jun 2015 16:04:03 +0200 Message-ID: <4834004.3WCpfd7CLu@xps13> References: <1433844923-29797-1-git-send-email-maxim.uvarov@linaro.org> <5576E12F.4030200@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bill Fischofer To: Maxim Uvarov , "Mcnamara, John" , "tero.aho@coriant.com" Return-path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 11E31C89C for ; Fri, 26 Jun 2015 16:05:11 +0200 (CEST) Received: by wguu7 with SMTP id u7so89475656wgu.3 for ; Fri, 26 Jun 2015 07:05:11 -0700 (PDT) In-Reply-To: <5576E12F.4030200@linaro.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 PCAP 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. Any update?