net/i40e: move private APIs to a specific file
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Tue, 11 Apr 2017 08:31:23 +0000 (16:31 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Apr 2017 13:37:37 +0000 (15:37 +0200)
commit96974a6600ec3c0e71075cb194cd12ff5e01a190
tree967cba2ddda0680dca2505ff29dbddc935376ed2
parent1d43099033ecc515c3be18a715b19540aeaeb2c2
net/i40e: move private APIs to a specific file

Create a new file rte_pmd_i40e.c for all the private
APIs. Move all the related code to the new file.

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/i40e/Makefile
drivers/net/i40e/i40e_ethdev.c
drivers/net/i40e/i40e_ethdev.h
drivers/net/i40e/rte_pmd_i40e.c [new file with mode: 0644]