From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Uvarov Subject: Re: [PATCH] support jumbo frames for pcap vdev Date: Tue, 09 Jun 2015 15:50:55 +0300 Message-ID: <5576E12F.4030200@linaro.org> References: <1433844923-29797-1-git-send-email-maxim.uvarov@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "tero.aho@coriant.com" , Bill Fischofer To: "Mcnamara, John" , "dev@dpdk.org" Return-path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 2969D5A54 for ; Tue, 9 Jun 2015 14:50:58 +0200 (CEST) Received: by wiwd19 with SMTP id d19so17121571wiw.0 for ; Tue, 09 Jun 2015 05:50:58 -0700 (PDT) In-Reply-To: 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" On 06/09/15 15:15, Mcnamara, John wrote: >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maxim Uvarov >> Sent: Tuesday, June 9, 2015 11:15 AM >> To: dev@dpdk.org >> Subject: [dpdk-dev] [PATCH] support jumbo frames for pcap vdev >> >> 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). > Hi, > > Thanks for the submission. > > 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. > > Regards, > > John. Thanks, I did not see that patch. I see that your patch supports segmentation also. Will do test in my environment. Maxim.