From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id F244FC5D4 for ; Tue, 28 Apr 2015 14:27:15 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 28 Apr 2015 05:27:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,663,1422950400"; d="scan'208";a="563035165" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga003.jf.intel.com with ESMTP; 28 Apr 2015 05:27:15 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.76]) by IRSMSX108.ger.corp.intel.com ([169.254.11.246]) with mapi id 14.03.0224.002; Tue, 28 Apr 2015 13:27:13 +0100 From: "Mcnamara, John" To: Tero Aho , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/3] pcap pmd improvements Thread-Index: AQHQUpNgyMUBgk5cDke3vxCFoUuYxJ1it3bw Date: Tue, 28 Apr 2015 12:27:13 +0000 Message-ID: References: <1425044560-23397-1-git-send-email-tero.aho@coriant.com> In-Reply-To: <1425044560-23397-1-git-send-email-tero.aho@coriant.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Tue, 28 Apr 2015 12:27:16 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tero Aho > Sent: Friday, February 27, 2015 1:43 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/3] pcap pmd improvements >=20 > 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. >=20 > Here's series of small improvements we have originally used on top of > v1.7.0 (now rebased to current master). Hi, Thanks for the patches. They seem useful. The patch files have converted tabs to whitespace so they don't apply clean= ly without changing the leading whitespace back to tabs. Perhaps you can fi= x that in v2. John