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

Create a new file rte_pmd_ixgbe.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/ixgbe/Makefile
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/ixgbe/ixgbe_ethdev.h
drivers/net/ixgbe/rte_pmd_ixgbe.c [new file with mode: 0644]