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 A7E64AB03 for ; Thu, 19 Jun 2014 16:02:07 +0200 (CEST) Received: by mail-wg0-f50.google.com with SMTP id x13so2308611wgg.21 for ; Thu, 19 Jun 2014 07:02:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bSNKDagleXJWBPDFMYNSFR2vLPQNY6vBV5Qf2enKF1g=; b=0Eo3Nz5RWFmbC5qcIEHjfA05KAGxq5GC5uveKk7nW0vxdPYnKvDU5/MfsobzQ5rAN9 exS98plF49t2ocrBejWhDzbQav5hyMH/ir4WC3Ux+3i6ldzVqUbR+wBSs0I+e4CZSJCZ NNcL02FhUnH+Rl7OTC9m7gih1FA4vUlax51JNoTgTrxq/NtgFZZDfft2ctushKXWoPSY inyVPAB7Q1htsft/yPFJ9W4nK2C1ymLg5hrar+b5LOHRrFMmljwoQz+7J8SOEVO9bf5y 4zHd+c8af5r90UjRFl7422taBQPkh0cvKDcI9n/c0K+CNSID/nU8qQ+Rt7twt/BK7gdN 1djA== MIME-Version: 1.0 X-Received: by 10.180.187.111 with SMTP id fr15mr6299086wic.57.1403186544229; Thu, 19 Jun 2014 07:02:24 -0700 (PDT) Received: by 10.194.240.42 with HTTP; Thu, 19 Jun 2014 07:02:24 -0700 (PDT) In-Reply-To: <1879872.RfA1LW5PMu@xps13> References: <1879872.RfA1LW5PMu@xps13> Date: Thu, 19 Jun 2014 17:02:24 +0300 Message-ID: From: Helmut Sim To: Thomas Monjalon Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] eth dev doesn't free mbufs for 82575EB 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: Thu, 19 Jun 2014 14:02:08 -0000 Thanks, it has the same effect as my changeee i found the lost packets issue... it was related to my app implementation (a bug with increasing the number of segments at the nb_segs variable). anyway thanks. On Wed, Jun 11, 2014 at 7:18 PM, Thomas Monjalon wrote: > 2014-05-30 15:44, Helmut Sim: > > I am trying to verify that the 82575EB NIC functions well. > > The file rte_pci_dev_ids.h includes the following lines: > > > > #ifdef RTE_PCI_DEV_USE_82575EB_COPPER > > RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575EB_COPPER) > > #endif > > > > so I defined the RTE_PCI_DEV_USE_82575EB_COPPER and hoped it will work > well. > > This commit could interest you: > http://dpdk.org/browse/dpdk/commit/?id=cc333208d5658fea6420 > > -- > Thomas >