From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] pcap pmd improvements Date: Tue, 28 Apr 2015 12:09:46 +0200 Message-ID: <1913554.gDjadJrHcM@xps13> References: <1425044560-23397-1-git-send-email-tero.aho@coriant.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: =?ISO-8859-1?Q?Nicol=E1s?= Pernas Maradei , John McNamara Return-path: In-Reply-To: <1425044560-23397-1-git-send-email-tero.aho-jSzUOxOKT6dBDgjK7y7TUQ@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Please Nicolas, John, could we have a review of these patches? Thanks 2015-02-27 15:42, Tero Aho: > We have found it convenient to use pcap interfaces in early development > when speed does not matter. However, pcap interfaces use fixed values > for some properties like link status which makes it hard to simulate > certain conditions. > > Here's series of small improvements we have originally used on top > of v1.7.0 (now rebased to current master). > > Tero Aho (3): > pcap: utilize underlying real interface properties > pcap: add support for jumbo frames > pcap: add byte and error counters into statistics > > lib/librte_pmd_pcap/rte_eth_pcap.c | 176 +++++++++++++++++++++++++++++++------ > 1 file changed, 151 insertions(+), 25 deletions(-)