From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pcap: add support for jumbo frames Date: Fri, 10 Jul 2015 23:16:45 +0200 Message-ID: <2015797.erL4YL0Fil@xps13> References: <1436370800-31437-1-git-send-email-john.mcnamara@intel.com> <559FA4BC.7060400@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Tero Aho , John McNamara Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 0F52CC432 for ; Fri, 10 Jul 2015 23:17:54 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so22920869wic.1 for ; Fri, 10 Jul 2015 14:17:53 -0700 (PDT) In-Reply-To: <559FA4BC.7060400@intel.com> 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-07-10 11:55, Gonzalez Monroy, Sergio: > On 08/07/2015 16:53, John McNamara wrote: > > From: Tero Aho > > > > Extend eth_pcap rx and tx to support jumbo frames. > > > > On the receive side read large packets into multiple mbufs and > > on the transmit side convert them back to a single pcap buffer. > > > > Signed-off-by: Tero Aho > > Signed-off-by: John McNamara > Acked-by: Sergio Gonzalez Monroy Applied, thanks