[dpdk-dev] eth dev doesn't free mbufs for 82575EB

2014-06-19 Thread Helmut Sim
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 Si

[dpdk-dev] eth dev doesn't free mbufs for 82575EB

2014-06-11 Thread Thomas Monjalon
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

[dpdk-dev] eth dev doesn't free mbufs for 82575EB

2014-05-30 Thread Helmut Sim
Hi all, 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 h