Hello, I'm testing DPDK 1.2.3r1 with Silicom PE210G2i9-T (82599EB) at Redhat 6.3 and 6.4. I had followed the quick start guide. I installed DPDK and I haven't had any problems, but when I try to run testpmd it appears: EAL: Error - exiting with code: 1 Cause: No probed ethernet devices - check that CONFIG_RTE_LIBRTE_IGB_PMD=y that CONFIG_RTE_LIBRTE_IXGBE_PMD=y in your configuration file In debug mode, I got detail messages: sfp module setup not complete ... PMD: eth_ixgbe_dev_init(): Hardware Initialization Failure: -30 After I checked source codes, I find it's IXGBE_ERR_SFP_SETUP_NOT_COMPLETE at the 218 line of dpdk-1.2.3r1/lib/librte_pmd_ixgbe/ixgbe/ixgbe_82599.c. Is the Silicom PE210G2i9-T (82599EB) supported card? How can I fixed the error? Thanks in advance.