From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: eth dev doesn't free mbufs for 82575EB Date: Wed, 11 Jun 2014 18:18:59 +0200 Message-ID: <1879872.RfA1LW5PMu@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Helmut Sim Return-path: In-Reply-To: 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" 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