fm10k: add receive and tranmit
authorJeff Shaw <jeffrey.b.shaw@intel.com>
Wed, 4 Feb 2015 08:04:02 +0000 (16:04 +0800)
committerChen Jing D(Mark) <jing.d.chen@intel.com>
Tue, 17 Feb 2015 14:25:30 +0000 (15:25 +0100)
commit4b61d3bfa941b65e43901d9dc39470c7d597e752
tree0d60661460e4052e053818aa0edf568c351af670
parent9ae6068c86da540bd98fbd40c29ec53cb300e7bb
fm10k: add receive and tranmit

1. Add fm10k_recv_pkts and fm10k_xmit_pkts functions.
2. Link app function pointer to actual fm10k recv/xmit
   functions.
3. Change Makefile to compile new file fm10k_rxtx.c

Signed-off-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
Signed-off-by: Chen Jing D(Mark) <jing.d.chen@intel.com>
lib/librte_pmd_fm10k/Makefile
lib/librte_pmd_fm10k/fm10k.h
lib/librte_pmd_fm10k/fm10k_ethdev.c
lib/librte_pmd_fm10k/fm10k_rxtx.c [new file with mode: 0644]