Finally I found it still a kernel issue. 
There is kernel 2.6.32 in Redhat 6.3 and 6.4. After I rebuild and install kernel 3.4.47 with default configuration, everything is fine.


------------------ Original ------------------
From:  "lxu"<lxu4net@qq.com>;
Date:  Fri, May 31, 2013 00:16 AM
To:  "dev"<dev@dpdk.org>;
Subject:  What's about "sfp module setup not complete"

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.