From mboxrd@z Thu Jan 1 00:00:00 1970 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 F2ACC5A8C for ; Fri, 27 Feb 2015 14:50:42 +0100 (CET) Received: by wghl18 with SMTP id l18so20544017wgh.7 for ; Fri, 27 Feb 2015 05:50:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=zx1fDj35tTanVLSIFDQgDUL6GYLIryGK9TACTfsRZe8=; b=YEaB5rZ/yRpx4DBncq/v1GrCrgJWpgeKK9yWwecv/dHl8k7LVEdNK8rzRh2dihDlP4 MqhamNaJ9hppLbpke2wnWQioYBB28bWpOtj6BaPQzyu3/UBygOisWlpOBfegx31jp0Qj 4gji8FqjFsu3cEDiFvgghSfL+ZeTPcdFScQTBBIcMex8gPle7s6BEDviyPFLc+yXgrBn YH7xa58XOhTXKNkupA7/7I70eqsLlkH50fjQhSKI+OFfvJ1aWxKq/FdkLNVqyHuUDXCe Kc/yKPoFePQD7aN6OTTjr+cQxak4ZBJM5Swu7p4jV+Z5O0mG0VoJr1cRMXZxFyECe0ui xGsw== X-Gm-Message-State: ALoCoQlessyZlZ2tC4aGZKoICyCkVHICTPX+Zm31IL72qtUUXmPbu+yn+pTmNUDgOom1EBVFS8WH X-Received: by 10.180.89.238 with SMTP id br14mr6896805wib.68.1425045042819; Fri, 27 Feb 2015 05:50:42 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id g10sm2926218wic.7.2015.02.27.05.50.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Feb 2015 05:50:41 -0800 (PST) From: Thomas Monjalon To: Tero Aho Date: Fri, 27 Feb 2015 14:50:04 +0100 Message-ID: <7961775.E0Uj7JXADV@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1425044560-23397-1-git-send-email-tero.aho@coriant.com> References: <1425044560-23397-1-git-send-email-tero.aho@coriant.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/3] pcap pmd improvements 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, 27 Feb 2015 13:50:43 -0000 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 Thanks for contributing your improvements! > ============================================================ > The information contained in this message may be privileged > and confidential and protected from disclosure. If the reader > of this message is not the intended recipient, or an employee > or agent responsible for delivering this message to the > intended recipient, you are hereby notified that any reproduction, > dissemination or distribution of this communication is strictly > prohibited. If you have received this communication in error, > please notify us immediately by replying to the message and > deleting it from your computer. Thank you. Coriant-Tellabs > ============================================================ You should ask your administrator to not add this footer when sending to dpdk.org. Thanks