fm10k: register PF driver
authorJeff Shaw <jeffrey.b.shaw@intel.com>
Wed, 4 Feb 2015 10:48:49 +0000 (18:48 +0800)
committerChen Jing D(Mark) <jing.d.chen@intel.com>
Tue, 17 Feb 2015 14:25:30 +0000 (15:25 +0100)
commita6061d9e7075b5457a9234117d75a2c05227457d
tree329db10e8dd5e7a45009af8e0ae694d899e1a0f0
parentfe92cff4075db2cfc045d3e2c7e8d56a4121444d
fm10k: register PF driver

1. Add init function to scan and initialize fm10k PF device.
2. Add implementation to register fm10k pmd PF driver.
3. Add 3 functions fm10k_dev_configure, fm10k_stats_get and
   fm10k_stats_get.
4. Add fm10k.h to define macros and basic data structure.
5. Add fm10k_logs.h to control log message output.
6. Change config/common_bsdapp and config/common_linuxapp, add
   macros to control fm10k pmd driver compile for linux and bsd.
7. Add Makefile.
8. Change lib/Makefile to add fm10k driver into compile list.
9. Change mk/rte.app.mk to add fm10k lib into link.
10. Add ABI version of librte_pmd_fm10k

Signed-off-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
Signed-off-by: Chen Jing D(Mark) <jing.d.chen@intel.com>
Signed-off-by: Michael Qiu <michael.qiu@intel.com>
config/common_bsdapp
config/common_linuxapp
lib/Makefile
lib/librte_pmd_fm10k/Makefile [new file with mode: 0644]
lib/librte_pmd_fm10k/fm10k.h [new file with mode: 0644]
lib/librte_pmd_fm10k/fm10k_ethdev.c [new file with mode: 0644]
lib/librte_pmd_fm10k/fm10k_logs.h [new file with mode: 0644]
lib/librte_pmd_fm10k/rte_pmd_fm10k_version.map [new file with mode: 0644]
mk/rte.app.mk