[dpdk-dev] [PATCH] igb_uio: Remove code that blocks support of some integrated NICs

2014-06-11 Thread Thomas Monjalon
2014-06-11 08:20, Pawel Wodkowski: > This patch removes obsolete code that prevents adding integrated copper NICs > 82575EB and I350 to list of supported NICs. Applied for version 1.7.0 with following addition: - remove conditions for I218 As you were only removing some lines, I assumed S

[dpdk-dev] [PATCH] igb_uio: Remove code that blocks support of some integrated NICs

2014-06-11 Thread Pawel Wodkowski
This patch removes obsolete code that prevents adding integrated copper NICs 82575EB and I350 to list of supported NICs. --- app/test/test_pci.c |1 - lib/librte_eal/common/include/rte_pci_dev_ids.h |8 2 files changed, 9 deletions(-) diff --git a/ap